diff options
author | 2018-03-17 13:13:03 +0000 | |
---|---|---|
committer | 2018-03-17 13:13:03 +0000 | |
commit | e6ccdc7afc44e2c6191ed9bdbe5ceb48d14a4870 (patch) | |
tree | 06c6b90aebaebe946673575f16dcafbc86338ac8 /xci/installer/osa/files | |
parent | 22ee7b45c6dd18c49bfeca8e3a53c1a0cf5ee063 (diff) | |
parent | b06d66afead6e09a0641b4152d9388b20e45feb0 (diff) |
Merge "xci: osa: Simplify OpenStack host playbooks"
Diffstat (limited to 'xci/installer/osa/files')
-rw-r--r-- | xci/installer/osa/files/ha/inventory | 4 | ||||
-rw-r--r-- | xci/installer/osa/files/mini/inventory | 4 | ||||
-rw-r--r-- | xci/installer/osa/files/noha/inventory | 4 |
3 files changed, 12 insertions, 0 deletions
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 diff --git a/xci/installer/osa/files/mini/inventory b/xci/installer/osa/files/mini/inventory index 63a1bfab..4224131f 100644 --- a/xci/installer/osa/files/mini/inventory +++ b/xci/installer/osa/files/mini/inventory @@ -6,3 +6,7 @@ controller00 ansible_ssh_host=192.168.122.3 [compute] compute00 ansible_ssh_host=192.168.122.4 + +[openstack:children] +controller +compute diff --git a/xci/installer/osa/files/noha/inventory b/xci/installer/osa/files/noha/inventory index 90b31531..0e3b8d84 100644 --- a/xci/installer/osa/files/noha/inventory +++ b/xci/installer/osa/files/noha/inventory @@ -7,3 +7,7 @@ controller00 ansible_ssh_host=192.168.122.3 [compute] compute00 ansible_ssh_host=192.168.122.4 compute01 ansible_ssh_host=192.168.122.5 + +[openstack:children] +controller +compute |