xci: Decouple VM distribution from host OS 25/49725/2
authorMarkos Chandras <mchandras@suse.de>
Thu, 28 Dec 2017 12:00:08 +0000 (12:00 +0000)
committerMarkos Chandras <mchandras@suse.de>
Wed, 3 Jan 2018 09:53:02 +0000 (09:53 +0000)
commitd3116e3182ebae9d40544060a0318cbc382e388c
tree883283e0f3f6222130d5ae16b0b90aa739d69769
parenta9e1c486d93630a7f1f19ec79b968ba5404bde0e
xci: Decouple VM distribution from host OS

Introduce a new XCI_DISTRO variable to select the distribution to deploy
on the VMs in order to make deployments more flexible and decouple the
VM OS selection from the host one. The default value for this new
variable is to match the host OS but users can always set it to one
of the supported distributions. We can now simply execute the
install-ansible.sh script instead of sourcing it in order to keep
the environment as clean as possible.

Change-Id: Ia74eb0422f983848cde0fb7b220ea1035dfa78bc
Signed-off-by: Markos Chandras <mchandras@suse.de>
xci/config/user-vars
xci/nfvi/osa/nfvi-deploy.sh
xci/var/opnfv.yml
xci/xci-deploy.sh