summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted/tasks/storage
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5723 from mjudeikis/gluster-registry-backendScott Dodson2017-11-292-1/+17
|\ | | | | Add external glusterfs backend to hosted and glusterfs playbook
| * Add support for external glusterfs as registry backendMangirdas2017-11-212-1/+17
| |
* | dist.iteritems() no longer exists in Python 3.Jan Pazdziora2017-11-271-1/+1
| |
* | hosted_registry: clean up tmp mount point and fstabDusty Mabe2017-11-101-9/+2
|/ | | | Fixes #6004
* Refactor openshift_hosted plays and roleMichael Gugino2017-09-254-0/+187
Currently, openshift_hosted role duplicates some logic across separate task chains. This commit cleans up the openshift_hosted role and converts it to be primarily used with include_role to give better logic to the playbooks that utilize this role. This commit also refactors the playbook that calls various openshift_hosted roles into individual playbooks. This allows more granularity for advanced users.