Deploy CI/CD toolchains for any Xtesting-based project 15/65715/3
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 10 Dec 2018 20:38:43 +0000 (21:38 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 11 Dec 2018 05:14:22 +0000 (06:14 +0100)
commitda22164eda930726eef5e827885e9f1798c4d7e7
tree9212b73e46041a3826ebd899bf0313f3d1e103a2
parent49575b34b9b3ed410c8da635eacdd64bb28c6d2a
Deploy CI/CD toolchains for any Xtesting-based project

It allows deploying the CI/CD toolchain via ansible for all projects
based on Xtesting (e.g. OPNFV Functest, ONAP robot tests, etc.).

It 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: I5a8ddb45fc354c9a22c52f0d42ce2e0181f345b7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
ansible/site.yml [new file with mode: 0644]