summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-12-19 07:59:53 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2018-12-19 09:40:16 +0100
commit1754003815a7fe57ed0ab6c4fc6903709e97fba2 (patch)
treeb9eb43ad7bc8a5141aac40b2ce5f5c643ebfa137
parentfd5c939094244458aea31ead8c6519da95266c2a (diff)
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)
-rw-r--r--ansible/site.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/ansible/site.yml b/ansible/site.yml
new file mode 100644
index 00000000..1607d092
--- /dev/null
+++ b/ansible/site.yml
@@ -0,0 +1,27 @@
+---
+- hosts: 127.0.0.1
+ roles:
+ - role: collivier.xtesting
+ project: functest-kubernetes
+ docker_args:
+ env:
+ DEPLOY_SCENARIO: k8-nosdn-nofeature-noha
+ volumes:
+ - /home/opnfv/functest-kubernetes/config:/root/.kube/config
+ suites:
+ - repo: opnfv
+ container: functest-kubernetes-healthcheck
+ tag: gambia
+ tests:
+ - k8s_smoke
+ - repo: opnfv
+ container: functest-kubernetes-smoke
+ tag: gambia
+ tests:
+ - k8s_conformance
+ - repo: opnfv
+ container: functest-kubernetes-features
+ tag: gambia
+ tests:
+ - stor4nfv_k8s
+ - clover_k8s