summaryrefslogtreecommitdiffstats
path: root/xci/config/user-vars
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-12-12 09:44:07 +0000
committerMarkos Chandras <mchandras@suse.de>2017-12-15 09:49:49 +0000
commit8128163000b2c12c39759ac5f3146bf7d2407220 (patch)
tree3c56cbe7cc710c17ea66a3e55bbcac2a2c90a5c9 /xci/config/user-vars
parent39d9f4db802ade0b8be8216ae124b1f42f7a7a78 (diff)
xci: Move OpenStack-Ansible out of the main script
In preparation for supporting more NFVIs in XCI, we need to make the main script NFVI agnostic. Right now, our NFVI is being deployed using bifrost+OSA so we keep bifrost in the main script since the hardware provisioning is NFVI agnostic (at least for now) but we move OSA to its own directory. This should allow more NFVI to plug into XCI by simply providing a nfvi-deploy.sh script. The user can select the preferred NFVI using the XCI_NFVI variable. Change-Id: Ieeacd3b22a64d363feff5d43ff23a80c39038837 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 e5cb1fbf..2d1743a2 100755
--- a/xci/config/user-vars
+++ b/xci/config/user-vars
@@ -22,6 +22,7 @@
#-------------------------------------------------------------------------------
export XCI_FLAVOR=${XCI_FLAVOR:-aio}
export XCI_CEPH_ENABLED=${XCI_CEPH_ENABLED:-false}
+export XCI_NFVI=${XCI_NFVI:-osa}
#-------------------------------------------------------------------------------
# Configure some other stuff