Deploy Functest CI toolchains 33/65933/1
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>
Mon, 17 Dec 2018 20:18:11 +0000 (21:18 +0100)
commite8038c788e1588b13286bda3a4e4a3b6cd968168
treea930ba9ff517404f497ade6383dcb87d105561fc
parent58df8ab5544a5bfff43dc6c4a2546194299a7734
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>
(cherry picked from commit 800802114f822eb9be7bfe06c929b655148ff197)
ansible/site.yml [new file with mode: 0644]