Fix env variable names ODL_ADMIN_USERNAME and ODL_ADMIN_PASSWORD 53/105153/1
authorDan Timoney <dtimoney@att.com>
Mon, 6 Apr 2020 13:47:32 +0000 (09:47 -0400)
committerDan Timoney <dtimoney@att.com>
Mon, 6 Apr 2020 13:47:35 +0000 (09:47 -0400)
Correct typos of variable names for ODL admin user and password to match
variable names in installCerts.py

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

installation/src/main/yaml/docker-compose.yml

index bac6824..54d3cbb 100644 (file)
@@ -61,8 +61,8 @@ services:
       - SDNC_CONFIG_DIR=/opt/onap/sdnc/data/properties
       - SDNC_BIN=/opt/onap/sdnc/bin
       - ODL_CERT_DIR=/tmp
-      - ODL_USER_ADMIN=admin
-      - ODL_USER_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
+      - ODL_ADMIN_USERNAMEadmin
+      - ODL_ADMIN_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
     dns:
       - ${DNS_IP_ADDR-10.0.100.1}
     logging: