Revert "Remove hard-coding of nexus3 on sniroetor" 63/47263/1
authorMandeep Khinda <mandeep.khinda@amdocs.com>
Fri, 11 May 2018 19:49:17 +0000 (19:49 +0000)
committerMandeep Khinda <mandeep.khinda@amdocs.com>
Fri, 11 May 2018 19:51:30 +0000 (19:51 +0000)
This reverts commit c491f42ead8b379249bc2eebe8a02534897b750a.

It doesn't build.  It actually needs to wait for
https://gerrit.onap.org/r/#/c/41675/ to be merged first

Issue-ID: INT-215

Change-Id: Iec57bcb08ac465db840f02b096718d88c5393c17
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
kubernetes/mock/templates/sniroemulator-deployment.yaml
kubernetes/mock/values.yaml

index 475ba0c..cd0da9f 100644 (file)
@@ -30,7 +30,7 @@ spec:
         name: sniro-emulator
     spec:
       containers:
-      - image: "{{ include "common.repository" . }}/{{ .Values.image }}"
+      - image: "{{ .Values.image.onapmock }}:{{ .Values.image.tag }}"
         imagePullPolicy: {{ .Values.pullPolicy }}
         name: sniro-emulator
         ports:
index 879df34..809ad90 100644 (file)
@@ -15,4 +15,6 @@
 nsPrefix: onap
 pullPolicy: Always
 nodePortPrefix: 302
-image: onap/sniroemulator:latest
+image:
+  onapmock: nexus3.onap.org:10001/onap/sniroemulator
+  tag: latest