Merge pull request #2996 from coreywan/setup-postgress-activation-wait

adds wait time for postgres setup as a variable

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot] 2019-01-14 17:22:54 +00:00 committed by GitHub
commit 32c705a62a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -42,3 +42,5 @@ openshift_pg_pvc_name: postgresql
kubernetes_deployment_name: awx
kubernetes_deployment_replica_size: 1
postgress_activate_wait: 60

View File

@ -103,7 +103,7 @@
- name: Wait for Postgres to activate
pause:
seconds: 60
seconds: "{{ postgress_activate_wait }}"
when: openshift_pg_activate.changed or kubernetes_pg_activate.changed
- name: Set image names if using custom registry