From e6dc1276cda168af692a2fe001b6565a53b8c43d Mon Sep 17 00:00:00 2001 From: Ahmed Alabulrahman Date: Wed, 6 Sep 2017 17:28:12 -0400 Subject: fix robot init custome removed mounted keystone_interface file removeed mounted keystone interface file and made required changes to deployment yaml Issue-ID: OOM-285 Change-Id: Ic1cf27bfba96433b4c3d8ad86794ca1ff3d9ea0a Signed-off-by: Ahmed Alabulrahman --- templates/robot-deployment.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/templates/robot-deployment.yaml b/templates/robot-deployment.yaml index 56feb0c..5c96058 100644 --- a/templates/robot-deployment.yaml +++ b/templates/robot-deployment.yaml @@ -20,8 +20,6 @@ spec: volumeMounts: - name: robot-eteshare mountPath: /share - - name: robot-resources-openstack-keystone-int - mountPath: /var/opt/OpenECOMP_ETE/robot/resources/openstack/keystone_interface.robot - name: robot-resources-asdc-interface mountPath: /var/opt/OpenECOMP_ETE/robot/resources/asdc_interface.robot - name: robot-resources-policy-interface @@ -41,9 +39,6 @@ spec: - name: robot-eteshare hostPath: path: /dockerdata-nfs/{{ .Values.nsPrefix }}/robot/eteshare - - name: robot-resources-openstack-keystone-int - hostPath: - path: /dockerdata-nfs/{{ .Values.nsPrefix }}/robot/robot/resources/openstack/keystone_interface.robot - name: robot-resources-asdc-interface hostPath: path: /dockerdata-nfs/{{ .Values.nsPrefix }}/robot/robot/resources/asdc_interface.robot -- cgit 1.2.3-korg