summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted/tasks/storage/glusterfs.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fixes typos in hosted registry code used to provide GlusterFS supoortSuren A. Chilingaryan2018-03-111-3/+5
|
* dynamic inventory bug when group exists but its emptyMangirdas2018-02-021-1/+1
|
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-1/+1
| | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms.
* Fix hosted varsMichael Gugino2017-12-051-5/+5
| | | | | | Remove hosted vars from openshift_facts. The current pattern is causing a bunch of undesired sideffects.
* Merge pull request #5723 from mjudeikis/gluster-registry-backendScott Dodson2017-11-291-1/+1
|\ | | | | Add external glusterfs backend to hosted and glusterfs playbook
| * Add support for external glusterfs as registry backendMangirdas2017-11-211-1/+1
| |
* | 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-251-0/+92
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.