diff options
author | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2020-10-09 18:54:16 +0200 |
---|---|---|
committer | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2020-10-13 12:20:19 +0200 |
commit | 6a34aee8511b8b781d7fdd830a568b2242cd0d34 (patch) | |
tree | 4bfc0973a46adf063867d2f9c51aa0618472290b /installation/src | |
parent | 7814de9b5cc797bfdbf276d1fb1b6fe7c64c7312 (diff) |
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 <ravi.pendurty@highstreet-technologies.com>
Change-Id: I95f02de192a4ae0f834d9eaf28c27e7a6d0be6f9
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Former-commit-id: c38b604d235010dad873a3f45948242bf0c65dda
Diffstat (limited to 'installation/src')
-rw-r--r-- | installation/src/main/yaml/docker-compose.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |