From 8128163000b2c12c39759ac5f3146bf7d2407220 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Tue, 12 Dec 2017 09:44:07 +0000 Subject: 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 --- xci/config/user-vars | 1 + 1 file changed, 1 insertion(+) (limited to 'xci/config/user-vars') 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 -- cgit 1.2.3-korg