summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdnc/templates
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-04-22 07:09:56 +0000
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-04-22 07:09:56 +0000
commitebb70d6f13f22ea386261e32e90b72d4007bd2ef (patch)
treeb0f28ddbcdc8ce1a0897734ab400d98b8255a09f /kubernetes/sdnc/templates
parentfbf99d9ff51be6092fd8c37eab55e8f3bbd6b2eb (diff)
Revert "[SDNC] Change path to daexim directory"
This reverts commit fbf99d9ff51be6092fd8c37eab55e8f3bbd6b2eb. Reason for revert: Patch doesn't work on Guilin Issue-ID: SDNC-1475 Change-Id: I0a7bac401b28c0ada83ace3265b9b4f1cb71970b Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Diffstat (limited to 'kubernetes/sdnc/templates')
-rw-r--r--kubernetes/sdnc/templates/statefulset.yaml7
1 files changed, 1 insertions, 6 deletions
diff --git a/kubernetes/sdnc/templates/statefulset.yaml b/kubernetes/sdnc/templates/statefulset.yaml
index 92192ff982..91af687d04 100644
--- a/kubernetes/sdnc/templates/statefulset.yaml
+++ b/kubernetes/sdnc/templates/statefulset.yaml
@@ -148,6 +148,7 @@ spec:
args:
- -c
- |
+ mkdir {{ .Values.persistence.mdsalPath }}/daexim
mkdir {{ .Values.persistence.mdsalPath }}/journal
mkdir {{ .Values.persistence.mdsalPath }}/snapshots
chown -R {{ .Values.config.odlUid }}:{{ .Values.config.odlGid}} {{ .Values.persistence.mdsalPath }}
@@ -293,16 +294,10 @@ spec:
- mountPath: {{ .Values.config.odl.etcDir }}/mountpoint-state-provider.properties
name: properties
subPath: mountpoint-state-provider.properties
-<<<<<<< HEAD (a66d33 Merge "[MUSIC] Update certificate" into guilin)
{{ if .Values.global.cmpv2Enabled }}
- mountPath: {{ .Values.global.platform.certServiceClient.envVariables.cert_path }}
name: certs
{{- end }}
-=======
- - mountPath: {{ .Values.config.odl.etcDir }}/org.opendaylight.daexim.cfg
- name: properties
- subPath: org.opendaylight.daexim.cfg
->>>>>>> CHANGE (a86300 Change path to daexim directory)
resources:
{{ include "common.resources" . | indent 12 }}
{{- if .Values.nodeSelector }}