Updated the sdc cert for ONAP namespace in the kubernetes.
[sdc.git] / catalog-be / sdc-backend / startup.sh
1 #!/bin/sh
2
3 JAVA_OPTIONS=" ${JAVA_OPTIONS} \
4                -Dconfig.home=${JETTY_BASE}/config -Dlog.home=${JETTY_BASE}/logs \
5                -Dlogback.configurationFile=${JETTY_BASE}/config/catalog-be/logback.xml \
6                -Dconfiguration.yaml=${JETTY_BASE}/config/catalog-be/configuration.yaml \
7                -Donboarding_configuration.yaml=${JETTY_BASE}/config/onboarding-be/onboarding_configuration.yaml \
8                -Djavax.net.ssl.trustStore=${JETTY_BASE}/etc/org.onap.sdc.trust.jks \
9                -Djavax.net.ssl.trustStorePassword=].][xgtze]hBhz*wy]}m#lf* \
10                -Djetty.console-capture.dir=${JETTY_BASE}/logs"
11
12 cd /root/chef-solo
13 chef-solo -c solo.rb -E ${ENVNAME}
14
15 cd /var/lib/jetty
16 /docker-entrypoint.sh &
17
18 while true; do sleep 2; done
19
20
21