diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-01-21 13:58:49 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-01-21 13:58:49 +0100 |
commit | 32c8765de95bc1d707f09f913641df82cd8c18a7 (patch) | |
tree | 9cbba8a9edf59845549a0b5527adedc637402d30 /ansible/site.yml | |
parent | 0564f494fac437c511346a983eec3f21797a145f (diff) |
Fix container names in ansible/site.yml
Change-Id: I246065e176eba9e8dbd31b8f54974b3b2a498f2f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ansible/site.yml')
-rw-r--r-- | ansible/site.yml | 6 |
1 files changed, 3 insertions, 3 deletions
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: |