summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted/tasks/registry_storage.yml
Commit message (Collapse)AuthorAgeFilesLines
* 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.