summaryrefslogtreecommitdiffstats
path: root/xci/xci-deploy.sh
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-10-24 17:24:10 +0200
committerMarkos Chandras <mchandras@suse.de>2017-11-17 09:12:06 +0000
commit9024663d974680e769105045b1b7d4ea21f8d7fd (patch)
treebfe0e047c1bf20b6b25c86f81f30214391f559fc /xci/xci-deploy.sh
parentebcc3d3ca28e4412ba9c6c1340bd7c01e4328414 (diff)
xci: file: install-ansible.sh: Update script from latest Bifrost
Update our own copy of the Ansible installation script to take some Bifrost fixes into consideration. We also upgrade the pip and setuptools to the latest available version if possible. Change-Id: I5e51099b2698f0b03922d1364e83bc91cfadc00c Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/xci-deploy.sh')
-rwxr-xr-xxci/xci-deploy.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/xci/xci-deploy.sh b/xci/xci-deploy.sh
index 7d29945a..92649857 100755
--- a/xci/xci-deploy.sh
+++ b/xci/xci-deploy.sh
@@ -91,7 +91,10 @@ echo "-------------------------------------------------------------------------"
#-------------------------------------------------------------------------------
# Install ansible on localhost
#-------------------------------------------------------------------------------
+echo "Info: Installing Ansible from pip"
+echo "-------------------------------------------------------------------------"
source file/install-ansible.sh
+echo "-------------------------------------------------------------------------"
# Make the VMs match the host. If we need to make this configurable
# then this logic has to be moved outside this file