diff options
-rw-r--r-- | ansible/site.yml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/ansible/site.yml b/ansible/site.yml new file mode 100644 index 00000000..9b656216 --- /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: latest + tests: + - k8s_smoke + - repo: opnfv + container: functest-kubernetes-smoke + tag: latest + tests: + - k8s_conformance + - repo: opnfv + container: functest-kubernetes-features + tag: latest + tests: + - stor4nfv_k8s + - clover_k8s |