summaryrefslogtreecommitdiffstats
path: root/xci/config/user-vars
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2018-03-12 18:02:27 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-12 18:02:27 +0000
commit6e31d2ad9e59a4a7b39fcd1e5cf21369a10fceb6 (patch)
treefcfeed607d4a313d783da9662156e298977f628a /xci/config/user-vars
parentafc51e7945b2e1359653b48db4e5c26500ec582c (diff)
parent797efff8b6772b606f65822fbae6edfda35be0d2 (diff)
Merge "Combine vars setting installer type in INSTALLER_TYPE"
Diffstat (limited to 'xci/config/user-vars')
-rwxr-xr-xxci/config/user-vars6
1 files changed, 3 insertions, 3 deletions
diff --git a/xci/config/user-vars b/xci/config/user-vars
index 451b6b85..fadf7ccc 100755
--- a/xci/config/user-vars
+++ b/xci/config/user-vars
@@ -29,10 +29,10 @@ export XCI_CEPH_ENABLED=${XCI_CEPH_ENABLED:-false}
#-------------------------------------------------------------------------------
# Currently, there are two kinds of installers in XCI: osa and kubespray
# Examples:
-# export XCI_INSTALLER="osa"
+# export INSTALLER_TYPE="osa"
# or
-# export XCI_INSTALLER="kubespray"
-export XCI_INSTALLER=${XCI_INSTALLER:-osa}
+# export INSTALLER_TYPE="kubespray"
+export INSTALLER_TYPE=${INSTALLER_TYPE:-osa}
#-------------------------------------------------------------------------------
# Configure some other stuff