Fix env variable names 66/105166/3
authorDan Timoney <dtimoney@att.com>
Mon, 6 Apr 2020 15:56:37 +0000 (11:56 -0400)
committerDan Timoney <dtimoney@att.com>
Mon, 6 Apr 2020 19:45:42 +0000 (15:45 -0400)
Correct variable names for ODL admin user and password

Change-Id: I31a0a4d01305999fe7fab67acddc43e943bc1567
Issue-ID: SDNC-1131
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 655b551fad9188eeca75ed59bf7aa2a7325a52ca

installation/sdnc/src/main/scripts/startODL.sh
installation/src/main/yaml/docker-compose.yml

index e043bc0..4738851 100755 (executable)
@@ -173,6 +173,9 @@ fi
 cp /opt/opendaylight/current/certs/* /tmp
 cp -r /opt/app/osaaf/local/. /tmp
 
+# Create ODL data log directory (it nornally is created after karaf
+# is started, but needs to exist before installCerts.py runs)
+mkdir -p /opt/opendaylight/data/log
 nohup python ${SDNC_BIN}/installCerts.py &
 
 exec ${ODL_HOME}/bin/karaf server
index 54d3cbb..773d061 100644 (file)
@@ -61,7 +61,7 @@ services:
       - SDNC_CONFIG_DIR=/opt/onap/sdnc/data/properties
       - SDNC_BIN=/opt/onap/sdnc/bin
       - ODL_CERT_DIR=/tmp
-      - ODL_ADMIN_USERNAMEadmin
+      - ODL_ADMIN_USERNAME=admin
       - ODL_ADMIN_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
     dns:
       - ${DNS_IP_ADDR-10.0.100.1}