summaryrefslogtreecommitdiffstats
path: root/xci/file/mini/inventory
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-03-29 15:40:23 +0200
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2017-08-11 12:56:12 -0700
commit6f10780fcbc9c76a2fa225f57c4f05f3f9ec7cd3 (patch)
tree4f3d748377194cf38a48ba1b135de0dc16d11e08 /xci/file/mini/inventory
parent0467985246ad639ce3438a6d445cb47af8d32175 (diff)
xci: Add ansible files for sandbox mini flavor
This patch adds mini target host configuration playbook, inventory, variable files and so on to use until we have time to fix things more properly and some other functionality becomes available in upstream. This approach will result in duplicates but it is something we can perhaps live with. The user variables and openstack user configuration will be different between flavors and keeping deployment specific configuration. Change-Id: Ie312dfa2047d094b590de970c1436d69f4c69668 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'xci/file/mini/inventory')
-rw-r--r--xci/file/mini/inventory8
1 files changed, 8 insertions, 0 deletions
diff --git a/xci/file/mini/inventory b/xci/file/mini/inventory
index e69de29b..eb73e5e3 100644
--- a/xci/file/mini/inventory
+++ b/xci/file/mini/inventory
@@ -0,0 +1,8 @@
+[opnfv]
+opnfv ansible_ssh_host=192.168.122.2
+
+[controller]
+controller00 ansible_ssh_host=192.168.122.3
+
+[compute]
+compute00 ansible_ssh_host=192.168.122.4