X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fintegration%2Fsmo%2Fdocker-compose.yml;fp=solution%2Fintegration%2Fsmo%2Fdocker-compose.yml;h=4e9bc59b1773fed688a9ab45634adeb433fa9c08;hb=63423756a1c068146a0291737a8edbc65c5b594a;hp=8bc84c6def2511b71aebdf5b2f5e14240ab6b59a;hpb=405815ecf904464de924b0cfcd10df540613b0ae;p=oam.git diff --git a/solution/integration/smo/docker-compose.yml b/solution/integration/smo/docker-compose.yml index 8bc84c6..4e9bc59 100755 --- a/solution/integration/smo/docker-compose.yml +++ b/solution/integration/smo/docker-compose.yml @@ -1,5 +1,5 @@ ################################################################################ -# Copyright 2020 highstreet technologies and others +# Copyright 2021 highstreet technologies and others # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -30,7 +30,6 @@ services: ports: - "8181:8181" - "8101:8101" -#entrypoint: ["/bin/bash", "/opt/onap/sdnc/bin/startODL.oom.sh"] environment: - SDNC_CONFIG_DIR=/opt/onap/ccsdk/data/properties - ODL_CERT_DIR=${ODL_CERT_DIR} @@ -42,6 +41,8 @@ services: - SDNRINIT=true - SDNRONLY=true - SDNRDBURL=http://sdnrdb:9200 + - ODL_ADMIN_PASSWORD=${ODL_ADMIN_PASSWORD} + - JAVA_OPTS=-Xms256m -Xmx2g volumes: - ./sdnr/mountpoint-registrar.properties:/opt/opendaylight/etc/mountpoint-registrar.properties - ./sdnr/certs/certs.properties:${ODL_CERT_DIR}/certs.properties @@ -148,4 +149,4 @@ networks: driver: default config: - subnet: ${NETWORK_SUBNET} - gateway: ${GATEWAY_IP} \ No newline at end of file + gateway: ${GATEWAY_IP}