summaryrefslogtreecommitdiffstats
path: root/kubernetes/robot
diff options
context:
space:
mode:
authorAlexis de Talhouët <adetalhouet89@gmail.com>2018-01-24 15:25:08 -0500
committerAlexis de Talhouët <adetalhouet89@gmail.com>2018-01-24 15:58:37 -0500
commitedc898536f7fdc28f532dda7b69d8d120c364403 (patch)
tree252261eadd8224db4b4c8e003a4e3f6f5f07ed13 /kubernetes/robot
parent934e3c77d927f41245c3bc71b1c8cee763d38350 (diff)
Fix wrong host path for robot properties
https://gerrit.onap.org/r/#/c/28935/ changed the path where the vm_properties.py file is located. It also changed the persisted folder removing the support of persisting logs. This patch is reverting this. Change-Id: Id3ecfa5752e7e27ddfd00742277843ac3021aec8 Issue-ID: OOM-575 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'kubernetes/robot')
-rw-r--r--kubernetes/robot/templates/robot-deployment.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/kubernetes/robot/templates/robot-deployment.yaml b/kubernetes/robot/templates/robot-deployment.yaml
index 154abb48ed..c3b50b78d6 100644
--- a/kubernetes/robot/templates/robot-deployment.yaml
+++ b/kubernetes/robot/templates/robot-deployment.yaml
@@ -33,8 +33,8 @@ spec:
readOnly: true
- name: robot-resources-asdc-interface
mountPath: /var/opt/OpenECOMP_ETE/robot/resources/asdc_interface.robot
- - name: vm-properties
- mountPath: /share/config/
+ - name: robot-eteshare
+ mountPath: /share
- name: lighttpd-authorization
mountPath: /etc/lighttpd/authorization
ports:
@@ -51,9 +51,9 @@ spec:
- name: robot-resources-asdc-interface
hostPath:
path: /dockerdata-nfs/{{ .Values.nsPrefix }}/robot/robot/resources/asdc_interface.robot
- - name: vm-properties
+ - name: robot-eteshare
hostPath:
- path: /dockerdata-nfs/{{ .Values.nsPrefix }}/robot/config
+ path: /dockerdata-nfs/{{ .Values.nsPrefix }}/robot/eteshare
- name: lighttpd-authorization
hostPath:
path: /dockerdata-nfs/{{ .Values.nsPrefix }}/robot/authorization