Age | Commit message (Collapse) | Author | Files | Lines |
|
The fact returned for 'ansible_architecture' is 'x86_64' for non-ARM
servers. Hard coding this now in order to pull the correct URL of the
manifest tool.
When arm build servers are included in this list we'll set a fact for
the architecture needed in the URL.
Change-Id: I1c89e8a87cc7f2ae386973f3f1088f881ae5df71
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
Installs dependencies needed by barometer, dovetail, yardstick and
functest.
Change-Id: Ie9a20c45ef9b3251f2b861da7151114094044394
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
Change-Id: Ie99da1fd5ed3789a1dbf4134796b95f2ac69abce
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
Botched that last change
Change-Id: If44039052332738a575d62c57faae95462b489a8
Signed-off-by: agardner <agardner@linuxfoundation.org>
|
|
fix name
Change-Id: I0b58dbad8bb0618623e44ffa4049fccdd80b5547
Signed-off-by: agardner <agardner@linuxfoundation.org>
|
|
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>
|