summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdnc/resources
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-09-24 07:11:42 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-24 07:11:42 +0000
commit7d54df7a616bfb92045e63b75600f6924851292a (patch)
tree0a815501870b8d581a1173582435961a635b9eb6 /kubernetes/sdnc/resources
parentc7f3d6bf913e5da8e486ee316047a8bb144e0e5a (diff)
parent27578339f9152a1a1ea24f01cdd3b83e95287685 (diff)
Merge "[SDNC] Deploy external TLC cert in ODL"
Diffstat (limited to 'kubernetes/sdnc/resources')
-rwxr-xr-xkubernetes/sdnc/resources/config/bin/startODL.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/sdnc/resources/config/bin/startODL.sh b/kubernetes/sdnc/resources/config/bin/startODL.sh
index 6aa796a163..a83fc92890 100755
--- a/kubernetes/sdnc/resources/config/bin/startODL.sh
+++ b/kubernetes/sdnc/resources/config/bin/startODL.sh
@@ -162,6 +162,7 @@ then
fi
cp /opt/opendaylight/current/certs/* /tmp
+cp /var/custom-certs/* /tmp
nohup python ${SDNC_BIN}/installCerts.py &