prototypes: xci: Make sure Ansible dependencies are installed 25/34425/1
authorMarkos Chandras <mchandras@suse.de>
Mon, 8 May 2017 09:08:00 +0000 (10:08 +0100)
committerMarkos Chandras <mchandras@suse.de>
Mon, 8 May 2017 09:09:49 +0000 (10:09 +0100)
commite23339f5caf7f02eb18024984c098624fd491021
tree32d34bbf033874d0aefca75bf5c22b937620b730
parenta8b0815ecb461830e204a51bca12e3ca4d837c98
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
prototypes/xci/file/install-ansible.sh [new file with mode: 0644]
prototypes/xci/xci-deploy.sh