From cbc0bf009dc59c483c88ce32a50c016874cd5363 Mon Sep 17 00:00:00 2001 From: Pawel Wieczorek Date: Tue, 16 Jun 2020 12:05:14 +0200 Subject: Add Ansible roles for OpenStack hosts Key pair is generated upon host creation and removed after the host is destroyed. This patch is based on previous work by: Krzysztof Opasiak Issue-ID: INT-1601 Change-Id: I9acd0b68a3ee79a0d710c40e0a1cc8470dfacce5 Signed-off-by: Pawel Wieczorek --- deployment/noheat/infra-openstack/ansible/destroy.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deployment/noheat/infra-openstack/ansible/destroy.yml') diff --git a/deployment/noheat/infra-openstack/ansible/destroy.yml b/deployment/noheat/infra-openstack/ansible/destroy.yml index b63e07088..4576125c4 100644 --- a/deployment/noheat/infra-openstack/ansible/destroy.yml +++ b/deployment/noheat/infra-openstack/ansible/destroy.yml @@ -4,4 +4,6 @@ connection: local gather_facts: False roles: + - openstack/destroy_devstack_hosts + - openstack/destroy_devstack_keypair - openstack/destroy_devstack_network -- cgit 1.2.3-korg