Deploy Functest Kubernetes CI toolchains 73/65973/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 19 Dec 2018 06:59:53 +0000 (07:59 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 19 Dec 2018 08:39:34 +0000 (09:39 +0100)
commit0efb348bc2e0554c4efb7300f4cdb5c1851549d3
tree8ba38f879deadb368e6830454b55eac617e552f4
parentec2bf0e8bd1b4d3b2c4e2894820d2cbb454e36e7
Deploy Functest Kubernetes 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, S3www, MongoDB, TestAPI and loads all jobs in Jenkins.
The 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: Ie409653ae4f7f4d315449ee54ae0c504272f7899
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit c74710be00805d8f43059e5b752af0098767e701)
ansible/site.yml [new file with mode: 0644]