From 05a97682f57a62169eb0760c1d4a2e8599f7873d Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Fri, 2 Mar 2018 14:06:53 +0000 Subject: xci: Make few of OpenStack-Ansible components optional Ironic and Horizon are not quite needed for a functional deployment and they are not currently required by functest so we can remove them from the default deployment. Change-Id: I171483f7b774951f84687529e98cb519afa48043 Signed-off-by: Markos Chandras --- xci/config/user-vars | 1 + 1 file changed, 1 insertion(+) (limited to 'xci/config') diff --git a/xci/config/user-vars b/xci/config/user-vars index 49124233..06e91cf0 100755 --- a/xci/config/user-vars +++ b/xci/config/user-vars @@ -45,5 +45,6 @@ export XCI_INSTALLER=${XCI_INSTALLER:-osa} # XCI_ANSIBLE_VERBOSITY="-vvvv" export XCI_ANSIBLE_VERBOSITY=${XCI_ANSIBLE_VERBOSITY:-""} export RUN_TEMPEST=${RUN_TEMPEST:-false} +export CORE_OPENSTACK_INSTALL=${CORE_OPENSTACK_INSTALL:-false} # Set this to to true to force XCI to re-create the target OS images export CLEAN_DIB_IMAGES=${CLEAN_DIB_IMAGES:-false} -- cgit