From 0f6ba0437e778d921c77726c15701adad8f728d9 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Fri, 3 Apr 2020 13:33:28 -0400 Subject: [PATCH] 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 Former-commit-id: 964dcf86d84ad9d06b1034dab627ab1b6de014b3 --- installation/src/main/yaml/docker-compose.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: -- 2.16.6