From 9743d846bf3acfca22af3e2d5310ddd0b3df3ac8 Mon Sep 17 00:00:00 2001 From: Mandeep Khinda Date: Thu, 5 Oct 2017 22:08:08 +0000 Subject: syncing up appc config Issue-ID: OOM-338 Change-Id: Iac2e50f606285ceb7e64f2b2305d7a9e5ab680ae Signed-off-by: Mandeep Khinda --- kubernetes/appc/templates/appc-deployment.yaml | 7 +------ kubernetes/appc/templates/dgbuilder-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) (limited to 'kubernetes/appc/templates') diff --git a/kubernetes/appc/templates/appc-deployment.yaml b/kubernetes/appc/templates/appc-deployment.yaml index f320fee539..9beaacaa66 100644 --- a/kubernetes/appc/templates/appc-deployment.yaml +++ b/kubernetes/appc/templates/appc-deployment.yaml @@ -62,10 +62,8 @@ spec: name: appc-properties - mountPath: /opt/openecomp/appc/data/properties/aaiclient.properties name: appc-aaiclient-properties - - mountPath: /opt/openecomp/sdnc/data/properties/aaiclient.properties + - mountPath: /opt/onap/sdnc/data/properties/aaiclient.properties name: sdnc-aaiclient-properties - - mountPath: /opt/openecomp/sdnc/data/properties/admportal.json - name: sdnc-admportal-json - mountPath: /var/log/onap name: appc-logs - mountPath: /opt/opendaylight/current/etc/org.ops4j.pax.logging.cfg @@ -111,8 +109,5 @@ spec: - name: sdnc-aaiclient-properties hostPath: path: /dockerdata-nfs/{{ .Values.nsPrefix }}/sdnc/conf/aaiclient.properties - - name: sdnc-admportal-json - hostPath: - path: /dockerdata-nfs/{{ .Values.nsPrefix }}/sdnc/conf/admportal.json imagePullSecrets: - name: "{{ .Values.nsPrefix }}-docker-registry-key" diff --git a/kubernetes/appc/templates/dgbuilder-deployment.yaml b/kubernetes/appc/templates/dgbuilder-deployment.yaml index 07923930d8..a2bd4a1bbb 100644 --- a/kubernetes/appc/templates/dgbuilder-deployment.yaml +++ b/kubernetes/appc/templates/dgbuilder-deployment.yaml @@ -45,7 +45,7 @@ spec: - command: - /bin/bash - -c - - cd /opt/openecomp/sdnc/dgbuilder/ && ./start.sh sdnc1.0 && wait + - cd /opt/onap/sdnc/dgbuilder/ && ./start.sh sdnc1.0 && wait env: - name: MYSQL_ROOT_PASSWORD value: openECOMP1.0 -- cgit 1.2.3-korg