diff options
author | Dan Timoney <dtimoney@att.com> | 2020-04-03 13:33:28 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-04-03 13:33:28 -0400 |
commit | 0f6ba0437e778d921c77726c15701adad8f728d9 (patch) | |
tree | be6c05c2fac972f35c5affb2cc17387ee6c857fe | |
parent | 88bc56aa8d3024f686fb7798294462837c31cac0 (diff) |
Add env needed by installCerts.py to docker-compose.yml
Add env variables needed by installCerts.py script to the
docker-compose.yml.
Change-Id: I3a61f67c2fbaf7e59aa4b35ec8d80040c2c5b85f
Issue-ID: SDNC-1131
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 964dcf86d84ad9d06b1034dab627ab1b6de014b3
-rw-r--r-- | installation/src/main/yaml/docker-compose.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/installation/src/main/yaml/docker-compose.yml b/installation/src/main/yaml/docker-compose.yml index 4e0de9b9..bac68243 100644 --- a/installation/src/main/yaml/docker-compose.yml +++ b/installation/src/main/yaml/docker-compose.yml @@ -59,6 +59,10 @@ services: environment: - MYSQL_ROOT_PASSWORD=openECOMP1.0 - 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 dns: - ${DNS_IP_ADDR-10.0.100.1} logging: |