summaryrefslogtreecommitdiffstats
path: root/kubernetes/robot
diff options
context:
space:
mode:
authorAlexis de Talhouët <adetalhouet89@gmail.com>2018-01-29 10:03:22 -0500
committerAlexis de Talhouët <alexis.de_talhouet@bell.ca>2018-01-30 18:33:06 +0000
commitd16aa7e2bab22a41979788bf5e9d4cf87095f38c (patch)
treef9c843b6811c970046b4e970c1d0aec8b028fb13 /kubernetes/robot
parent9424560744feb9c7f4c7c7e671e0c8de1d616d10 (diff)
Add missing GLOBAL_INJECTED_SCRIPT_VERSION props
Change-Id: Iab48112dacc0b6e282d5a4915b46bf2113719118 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Issue-ID: OOM-575
Diffstat (limited to 'kubernetes/robot')
-rw-r--r--kubernetes/robot/templates/robot-deployment.yaml5
-rw-r--r--kubernetes/robot/values.yaml2
2 files changed, 6 insertions, 1 deletions
diff --git a/kubernetes/robot/templates/robot-deployment.yaml b/kubernetes/robot/templates/robot-deployment.yaml
index c3b50b78d6..b80ea46b67 100644
--- a/kubernetes/robot/templates/robot-deployment.yaml
+++ b/kubernetes/robot/templates/robot-deployment.yaml
@@ -33,6 +33,8 @@ spec:
readOnly: true
- name: robot-resources-asdc-interface
mountPath: /var/opt/OpenECOMP_ETE/robot/resources/asdc_interface.robot
+ - name: robot-resources-sdnc-interface
+ mountPath: /var/opt/OpenECOMP_ETE/robot/resources/sdngc_interface.robot
- name: robot-eteshare
mountPath: /share
- name: lighttpd-authorization
@@ -48,6 +50,9 @@ spec:
- name: localtime
hostPath:
path: /etc/localtime
+ - name: robot-resources-sdnc-interface
+ hostPath:
+ path: /dockerdata-nfs/{{ .Values.nsPrefix }}/robot/robot/resources/sdngc_interface.robot
- name: robot-resources-asdc-interface
hostPath:
path: /dockerdata-nfs/{{ .Values.nsPrefix }}/robot/robot/resources/asdc_interface.robot
diff --git a/kubernetes/robot/values.yaml b/kubernetes/robot/values.yaml
index 657228f061..221b572264 100644
--- a/kubernetes/robot/values.yaml
+++ b/kubernetes/robot/values.yaml
@@ -2,5 +2,5 @@ nsPrefix: onap
pullPolicy: Always
nodePortPrefix: 302
image:
- testsuite: nexus3.onap.org:10001/openecomp/testsuite:1.2-STAGING-latest
+ testsuite: nexus3.onap.org:10001/openecomp/testsuite:1.1-STAGING-latest