prototypes: xci: Make sure Ansible dependencies are installed
authorMarkos Chandras <mchandras@suse.de>
Mon, 8 May 2017 09:08:00 +0000 (10:08 +0100)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 11 Aug 2017 19:56:12 +0000 (12:56 -0700)
commitef03b5c4d1043c6fcaa87b97957b147b23bc809a
treedcd8f5c766fa8c6a4c3deb5d721e4b101d901530
parentdae279121055a487a67f678318a4fdafa1e8bdb6
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/file/install-ansible.sh [new file with mode: 0644]
xci/xci-deploy.sh