From 92767ce7668ad4566e1f202e28b466d5fbdc2f89 Mon Sep 17 00:00:00 2001 From: Ravi Pendurty Date: Fri, 9 Oct 2020 18:54:16 +0200 Subject: Retain default behavior of startODL.sh script Retain default behavior of startODL.sh in standalone environment Issue-ID: SDNC-1374 Signed-off-by: Ravi Pendurty Change-Id: I95f02de192a4ae0f834d9eaf28c27e7a6d0be6f9 Signed-off-by: Ravi Pendurty Former-commit-id: 1c4be052347a39afcc40767b0ad1fcf3e7aaa391 --- installation/src/main/yaml/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'installation/src/main/yaml') diff --git a/installation/src/main/yaml/docker-compose.yml b/installation/src/main/yaml/docker-compose.yml index 96f9bb32..a8c561da 100644 --- a/installation/src/main/yaml/docker-compose.yml +++ b/installation/src/main/yaml/docker-compose.yml @@ -63,6 +63,7 @@ services: - ODL_CERT_DIR=/tmp - ODL_ADMIN_USERNAME=admin - ODL_ADMIN_PASSWORD=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U + - SDNC_DB_INIT=true - A1_TRUSTSTORE_PASSWORD=a1adapter # The default truststore for A1 adapter can be overridden by mounting a new # truststore (uncomment the lines below), whereas the corresponding password -- cgit 1.2.3-korg