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/create.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deployment/noheat/infra-openstack/ansible/create.yml') diff --git a/deployment/noheat/infra-openstack/ansible/create.yml b/deployment/noheat/infra-openstack/ansible/create.yml index dd21271b2..a2665f911 100644 --- a/deployment/noheat/infra-openstack/ansible/create.yml +++ b/deployment/noheat/infra-openstack/ansible/create.yml @@ -5,3 +5,5 @@ gather_facts: False roles: - openstack/create_devstack_network + - openstack/create_devstack_keypair + - openstack/create_devstack_hosts -- cgit 1.2.3-korg