From 0daad23f9b61e1b58ce295059c98605aaa8062f2 Mon Sep 17 00:00:00 2001 From: Joel Diaz Date: Fri, 2 Feb 2018 00:37:48 +0000 Subject: 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 --- playbooks/aws/openshift-cluster/uninstall_elb.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 playbooks/aws/openshift-cluster/uninstall_elb.yml (limited to 'playbooks') diff --git a/playbooks/aws/openshift-cluster/uninstall_elb.yml b/playbooks/aws/openshift-cluster/uninstall_elb.yml new file mode 100644 index 000000000..c1b724f0c --- /dev/null +++ b/playbooks/aws/openshift-cluster/uninstall_elb.yml @@ -0,0 +1,9 @@ +--- +- name: Delete elb + hosts: localhost + connection: local + tasks: + - name: deprovision elb + include_role: + name: openshift_aws + tasks_from: uninstall_elb.yml -- cgit v1.2.1