diff options
author | Ahmed Alabulrahman <ahmed.alabdulrahman@amdocs.com> | 2017-09-06 17:28:12 -0400 |
---|---|---|
committer | Ahmed Alabulrahman <ahmed.alabdulrahman@amdocs.com> | 2017-09-07 11:29:07 -0400 |
commit | 83509096e40a69dcdb5f8ec1a7d1a6a0f03b4ffa (patch) | |
tree | 5b730f8d2a84dc409879ef83d7490c3c30f2ce75 /kubernetes/robot/templates/robot-deployment.yaml | |
parent | 449c79f95b84e406d0ad5a0a9fa1d5de4d65b55d (diff) |
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 <ahmed.alabdulrahman@amdocs.com>
Diffstat (limited to 'kubernetes/robot/templates/robot-deployment.yaml')
-rw-r--r-- | kubernetes/robot/templates/robot-deployment.yaml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kubernetes/robot/templates/robot-deployment.yaml b/kubernetes/robot/templates/robot-deployment.yaml index 56feb0c1be..5c96058895 100644 --- a/kubernetes/robot/templates/robot-deployment.yaml +++ b/kubernetes/robot/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 |