Deploy Functest Kubernetes CI toolchains 71/65971/2
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 07:07:56 +0000 (08:07 +0100)
commitc74710be00805d8f43059e5b752af0098767e701
tree3d2bff8cd323f0de5bb043838876005e80956858
parenta4d6e71530057e4b65e5a52c17a95e44b66fc860
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>
ansible/site.yml [new file with mode: 0644]