From: Dan Timoney Date: Mon, 6 Apr 2020 13:47:32 +0000 (-0400) Subject: Fix env variable names ODL_ADMIN_USERNAME and ODL_ADMIN_PASSWORD X-Git-Tag: 2.0.0~44 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=sdnc%2Foam.git;a=commitdiff_plain;h=cf698af66c0f9d9e90c4bd94bdb68782fafea518 Fix env variable names ODL_ADMIN_USERNAME and ODL_ADMIN_PASSWORD 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 Former-commit-id: bda5f8f4e97abe10288434c4642c52eff1d00fd3 --- diff --git a/installation/src/main/yaml/docker-compose.yml b/installation/src/main/yaml/docker-compose.yml index bac68243..54d3cbbf 100644 --- a/installation/src/main/yaml/docker-compose.yml +++ b/installation/src/main/yaml/docker-compose.yml @@ -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: