summaryrefslogtreecommitdiffstats
path: root/xci/config/user-vars
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-03-02 14:06:53 +0000
committerFatih Degirmenci <fdegir@gmail.com>2018-03-02 17:11:17 +0000
commit05a97682f57a62169eb0760c1d4a2e8599f7873d (patch)
tree7de242c8e3b8020273893f124d36bd63ec1c7f96 /xci/config/user-vars
parentdf68b8fd82b95a04d14d0d3a87c436f3fb6b0edb (diff)
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 <mchandras@suse.de>
Diffstat (limited to 'xci/config/user-vars')
-rwxr-xr-xxci/config/user-vars1
1 files changed, 1 insertions, 0 deletions
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}