summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted/tasks/registry_storage.yml
Commit message (Collapse)AuthorAgeFilesLines
* Introduce openshift_hosted_registry_storage_class configuration variable to ↵Suren A. Chilingaryan2018-03-111-0/+1
| | | | enable dynamicly provisioned GlusterFS volume for hosted registry
* Move wait_for_pods to it's own play openshift_hostedMichael Gugino2017-12-211-0/+4
Currently, both registry and router pods need to be polled for successful deployment. Somtimes this can take up to a minute. This commit attempts to deploy both pods before polling either. This should reduce the average wait time for polling pods by 50% as time spent polling the first will also allow the second pod to continue it's own deployment.