summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted/tasks/storage
Commit message (Collapse)AuthorAgeFilesLines
* dynamic inventory bug when group exists but its emptyMangirdas2018-02-021-1/+1
|
* Merge pull request #6718 from sdodson/bz1533658Scott Dodson2018-01-241-1/+0
|\ | | | | Remove unused symlink
| * Remove unused symlinkScott Dodson2018-01-131-1/+0
| |
* | Add missing task that got dropped in a refactorScott Dodson2018-01-161-0/+13
|/ | | | Removed in 28b254886bf17251e973bfdad4dd4c89e26187fc
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-1/+1
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* 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.
* Include Deprecation: Convert to include_tasksRussell Teague2017-12-061-1/+1
|
* Fix hosted varsMichael Gugino2017-12-054-9/+9
| | | | | | 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-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.