summaryrefslogtreecommitdiffstats
path: root/utils/build-server-ansible/vars/defaults.yml
AgeCommit message (Collapse)AuthorFilesLines
2018-09-11Add dependencies to Ubuntu BuildersTrevor Bramwell1-0/+4
Installs dependencies needed by barometer, dovetail, yardstick and functest. Change-Id: Ie9a20c45ef9b3251f2b861da7151114094044394 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-02-05Ansible Playbook to install build server depsagardner1-0/+23
This playbook has been tested in centos and ubuntu on Arm and x86_64 first: install ansible then: ansible-playbook -i inventory.ini main.yml What it does: installs on centos or ubuntu arm or x86_64 installs system deps with the package manager. and python libs with pip. installs docker https://download.docker.com installs docker-compose from distribution repo Change-Id: I3853cd04d0e6c7270ea068b9e1fba1a240a0652e Signed-off-by: agardner <agardner@linuxfoundation.org>