diff options
author | Dan Timoney <dtimoney@att.com> | 2020-10-13 11:59:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-13 11:59:45 +0000 |
commit | 6e235804408b4c0615a09c8e0064c8c3f50c1e44 (patch) | |
tree | 2794d3435022d65281ee30836195f939b6d51f38 /installation/src/main/yaml | |
parent | bfcb0c07f6ddebf97475fca402bd6bac0f65b66e (diff) | |
parent | 6a34aee8511b8b781d7fdd830a568b2242cd0d34 (diff) |
Merge "Retain default behavior of startODL.sh script" into guilin
Former-commit-id: 3ba0e981d91b6e481e49e1d13e4f235684ab4d3a
Diffstat (limited to 'installation/src/main/yaml')
-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 |