xci: Move VM provisioning to xci-deploy.sh 37/42337/9
authorMarkos Chandras <mchandras@suse.de>
Mon, 18 Sep 2017 19:16:43 +0000 (20:16 +0100)
committerMarkos Chandras <mchandras@suse.de>
Thu, 21 Sep 2017 20:51:42 +0000 (21:51 +0100)
commiteead93830fc0d20996287439d765770d69bc533c
tree2268679c590107ac5188915588133fd1353116af
parent9b0b4e1979633c4320dc0dea0707910c36cb056d
xci: Move VM provisioning to xci-deploy.sh

The bifrost-provision.sh script will provision machines using Ansible
playbooks. If we run this script in an Ansible playbook, that means that
we will run Ansible with Ansible and this can only lead to further
confusion when debugging issues. As such, since we already have a script
to provision machines, lets use it directly from the xci-deploy.sh
script. This also reverts 3f04e1fd72b14420788af64b14c35a5f74727f82 which
added virtualenv support in bifrost since that causes more problems than
it fixes for the time being.

Change-Id: Id82b7c06a2af28b66f64f1966227888227ec276f
Signed-off-by: Markos Chandras <mchandras@suse.de>
bifrost/scripts/bifrost-provision.sh
xci/playbooks/provision-vm-nodes.yml
xci/xci-deploy.sh