From 32c8765de95bc1d707f09f913641df82cd8c18a7 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 21 Jan 2019 13:58:49 +0100 Subject: Fix container names in ansible/site.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I246065e176eba9e8dbd31b8f54974b3b2a498f2f Signed-off-by: Cédric Ollivier --- ansible/site.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ansible') diff --git a/ansible/site.yml b/ansible/site.yml index fe6b1ff3..0782f90a 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -18,15 +18,15 @@ path: docker/core - name: build opnfv/functest-kubernetes-healthcheck containers: - - name: functest-functest-kubernetes-healthcheck + - name: functest-kubernetes-healthcheck ref_arg: path: docker/healthcheck - name: build containers containers: - - name: functest-functest-kubernetes-smoke + - name: functest-kubernetes-smoke ref_arg: path: docker/smoke - - name: functest-functest-kubernetes-features + - name: functest-kubernetes-features ref_arg: path: docker/features suites: -- cgit 1.2.3-korg