Deploy Functest CI toolchains 19/65719/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 11 Dec 2018 06:00:21 +0000 (07:00 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 11 Dec 2018 21:44:41 +0000 (22:44 +0100)
commit800802114f822eb9be7bfe06c929b655148ff197
treed7b90f8a815c65672cf0baaf2891ff8cb6aa76fb
parent555956f1d19800114a6f422de78816859aaa7bdc
Deploy Functest CI toolchains

It eases verifying OpenStack by deploying the full testing toolchain
via Ansible. As opposed to the Releng model, all tests can be executed
in parallel.

It leverages on Xtesting Ansible role which currently deploys
Jenkins, Minio and S3www and loads all jobs in Jenkins.
Last components (MongoDB, TestAPI and dashboard) will be deployed in
the next update of the ansible role.

To deploy the testing toolchain:
$ ansible-galaxy install collivier.xtesting
$ ansible-playbook ansible/site.yml

Change-Id: I260806c1d19562891d2ed9c52ba37a82bf60792e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
ansible/site.yml [new file with mode: 0644]