From 6f10780fcbc9c76a2fa225f57c4f05f3f9ec7cd3 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Wed, 29 Mar 2017 15:40:23 +0200 Subject: 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 --- xci/file/mini/inventory | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'xci/file/mini/inventory') 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 -- cgit 1.2.3-korg