xci: Move OpenStack-Ansible out of the main script 11/48711/2
authorMarkos Chandras <mchandras@suse.de>
Tue, 12 Dec 2017 09:44:07 +0000 (09:44 +0000)
committerMarkos Chandras <mchandras@suse.de>
Fri, 15 Dec 2017 09:49:49 +0000 (09:49 +0000)
commit8128163000b2c12c39759ac5f3146bf7d2407220
tree3c56cbe7cc710c17ea66a3e55bbcac2a2c90a5c9
parent39d9f4db802ade0b8be8216ae124b1f42f7a7a78
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>
xci/config/user-vars
xci/nfvi/osa/nfvi-deploy.sh [new file with mode: 0755]
xci/xci-deploy.sh