From 98e7db309060a74d1d80103905e91fbe340375fd Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 5 Jan 2019 16:43:25 +0100 Subject: Add Functest k8s gate jobs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icfe4445c1405749698d2db42fa6001ad3d261e29 Signed-off-by: Cédric Ollivier --- ansible/host_vars/127.0.0.1 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ansible/host_vars/127.0.0.1 (limited to 'ansible/host_vars/127.0.0.1') diff --git a/ansible/host_vars/127.0.0.1 b/ansible/host_vars/127.0.0.1 new file mode 100644 index 00000000..ef49d7dd --- /dev/null +++ b/ansible/host_vars/127.0.0.1 @@ -0,0 +1,5 @@ +docker_args: + env: + DEPLOY_SCENARIO: k8-nosdn-nofeature-noha + volumes: + - /home/opnfv/functest-kubernetes/config:/root/.kube/config -- cgit 1.2.3-korg