Fix container names in ansible/site.yml
[functest-kubernetes.git] / ansible / site.yml
index b00b5cd..0782f90 100644 (file)
@@ -7,7 +7,7 @@
       builds:
         dependencies:
           - repo: _
-            port:
+            dport:
             container: golang
             tag: alpine3.8
         steps:
                 path: docker/core
           - name: build opnfv/functest-kubernetes-healthcheck
             containers:
-              - name: functest-functest-kubernetes-healthcheck
-                ref_arg: BRANCH
+              - name: functest-kubernetes-healthcheck
+                ref_arg:
                 path: docker/healthcheck
           - name: build containers
             containers:
-              - name: functest-functest-kubernetes-smoke
-                ref_arg: BRANCH
+              - name: functest-kubernetes-smoke
+                ref_arg:
                 path: docker/smoke
-              - name: functest-functest-kubernetes-features
-                ref_arg: BRANCH
+              - name: functest-kubernetes-features
+                ref_arg:
                 path: docker/features
       suites:
         - repo: opnfv