From ef03b5c4d1043c6fcaa87b97957b147b23bc809a Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Mon, 8 May 2017 10:08:00 +0100 Subject: prototypes: xci: Make sure Ansible dependencies are installed 'pip install ansible' is not enough on newly installed hosts which may lack the necessary build tools to install Ansible's dependencies. As such, we add a script similar to the bifrost/scripts/install-deps.sh one to pull in all the necessary distro-specific packages so Ansible and it's dependencies can be installed from scratch. Change-Id: I4b1e74644db9ace451ad763e4c54f1a3a43214fd --- xci/xci-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xci/xci-deploy.sh') diff --git a/xci/xci-deploy.sh b/xci/xci-deploy.sh index 2fd9be02..718ed73c 100755 --- a/xci/xci-deploy.sh +++ b/xci/xci-deploy.sh @@ -50,7 +50,7 @@ echo "-------------------------------------------------------------------------" #------------------------------------------------------------------------------- # Install ansible on localhost #------------------------------------------------------------------------------- -pip install ansible==$XCI_ANSIBLE_PIP_VERSION +source file/install-ansible.sh # TODO: The xci playbooks can be put into a playbook which will be done later. -- cgit 1.2.3-korg