summaryrefslogtreecommitdiffstats
path: root/roles/openshift_aws/tasks/iam_cert.yml
diff options
context:
space:
mode:
authorJoel Diaz <jdiaz@redhat.com>2018-02-02 00:37:48 +0000
committerJoel Diaz <jdiaz@redhat.com>2018-02-02 21:05:35 +0000
commit0daad23f9b61e1b58ce295059c98605aaa8062f2 (patch)
tree92fe8ac966a36f488b718705cb186fad726e530d /roles/openshift_aws/tasks/iam_cert.yml
parent4fe88b001295566d49db1fe711870bf43c40c1ab (diff)
downloadopenshift-0daad23f9b61e1b58ce295059c98605aaa8062f2.tar.gz
openshift-0daad23f9b61e1b58ce295059c98605aaa8062f2.tar.bz2
openshift-0daad23f9b61e1b58ce295059c98605aaa8062f2.tar.xz
openshift-0daad23f9b61e1b58ce295059c98605aaa8062f2.zip
add deprovisioning for ELB (and IAM certs)
add playbooks to handle deleting ELBs and any IAM certs that may have been created during provisioning. redo ELB creation to remove arbitrary wait and just retry until ELB creation succeeds
Diffstat (limited to 'roles/openshift_aws/tasks/iam_cert.yml')
-rw-r--r--roles/openshift_aws/tasks/iam_cert.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/roles/openshift_aws/tasks/iam_cert.yml b/roles/openshift_aws/tasks/iam_cert.yml
index f74a62b8b..42d7d951c 100644
--- a/roles/openshift_aws/tasks/iam_cert.yml
+++ b/roles/openshift_aws/tasks/iam_cert.yml
@@ -18,7 +18,9 @@
- openshift_aws_iam_cert_key_path != ''
- openshift_aws_elb_cert_arn == ''
-- debug: msg="{{ elb_cert_chain }}"
+- debug:
+ msg: "{{ elb_cert_chain }}"
+ verbosity: 1
- name: set_fact openshift_aws_elb_cert_arn
set_fact:
@@ -28,8 +30,3 @@
- openshift_aws_iam_cert_path != ''
- openshift_aws_iam_cert_key_path != ''
- openshift_aws_elb_cert_arn == ''
-
-- name: wait for cert to propagate
- pause:
- seconds: 5
- when: elb_cert_chain.changed