From b06d66afead6e09a0641b4152d9388b20e45feb0 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Fri, 16 Mar 2018 11:45:14 +0000 Subject: xci: osa: Simplify OpenStack host playbooks The configure-targethost playbook is configuring all the OSA hosts so we can simplify all that by introducing a new 'openstack' host group with the controller and the compute nodes and configure all of them in parallel. Change-Id: I21f8709e7649b041575dab45fc4e070aa01e0a6f Signed-off-by: Markos Chandras --- xci/installer/osa/files/ha/inventory | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xci/installer/osa/files/ha/inventory') diff --git a/xci/installer/osa/files/ha/inventory b/xci/installer/osa/files/ha/inventory index 1ef4502a..f5d882ef 100644 --- a/xci/installer/osa/files/ha/inventory +++ b/xci/installer/osa/files/ha/inventory @@ -9,3 +9,7 @@ controller02 ansible_ssh_host=192.168.122.5 [compute] compute00 ansible_ssh_host=192.168.122.6 compute01 ansible_ssh_host=192.168.122.7 + +[openstack:children] +controller +compute -- cgit 1.2.3-korg