aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-12-10 21:38:43 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2018-12-11 06:14:22 +0100
commitda22164eda930726eef5e827885e9f1798c4d7e7 (patch)
tree9212b73e46041a3826ebd899bf0313f3d1e103a2
parent49575b34b9b3ed410c8da635eacdd64bb28c6d2a (diff)
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>
-rw-r--r--ansible/site.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/ansible/site.yml b/ansible/site.yml
new file mode 100644
index 00000000..ac262882
--- /dev/null
+++ b/ansible/site.yml
@@ -0,0 +1,4 @@
+---
+- hosts: 127.0.0.1
+ roles:
+ - collivier.xtesting