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 10:37:12 +0000 |
commit | 92767ce7668ad4566e1f202e28b466d5fbdc2f89 (patch) | |
tree | d7fded251d697871aa0bfe84cdc17c8d4c709955 /installation/src | |
parent | 7c101c303f7640f229e739a5825c0a2ec72bad9c (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: 1c4be052347a39afcc40767b0ad1fcf3e7aaa391
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 |