summaryrefslogtreecommitdiffstats
path: root/roles/openshift_persistent_volumes/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Introduce openshift_hosted_registry_storage_class configuration variable to ↵Suren A. Chilingaryan2018-03-111-1/+15
| | | | enable dynamicly provisioned GlusterFS volume for hosted registry
* Check rc for commands with openshift_client_binary and failed_whenVadim Rutkovsky2018-01-172-2/+2
| | | | This might mask some failures and continue instead of a failure
* Move more plugins to lib_utilsMichael Gugino2018-01-101-1/+2
| | | | | | | This commit continues moving plugins into lib_utils. This commit does not move any plugins for add-on roles such as logging and metrics.
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-202-2/+2
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* Fix hosted varsMichael Gugino2017-12-053-30/+61
| | | | | | Remove hosted vars from openshift_facts. The current pattern is causing a bunch of undesired sideffects.
* Fix pv/c creation failed_when.Andrew Butcher2016-02-191-2/+2
|
* Refactor registry storage options.Andrew Butcher2016-02-011-0/+50