X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fsdnc%2Fdocker-compose.yml;h=b9391eafe44bca4900d5baca36a5a027bb32de7c;hb=39ad50eaea46a2fadb4f85ffda02cc90acd0d8d5;hp=85d88cd76e52888e2d0bab66f75efb6362f2a14d;hpb=acdd3f361ff7af58b0276789cc5148180a06e552;p=nonrtric.git diff --git a/test/simulator-group/sdnc/docker-compose.yml b/test/simulator-group/sdnc/docker-compose.yml index 85d88cd7..b9391eaf 100644 --- a/test/simulator-group/sdnc/docker-compose.yml +++ b/test/simulator-group/sdnc/docker-compose.yml @@ -13,12 +13,12 @@ # See the License for the specific language governing permissions and # limitations under the License. # ================================================================================== -version: '2.1' +version: '3' networks: default: - driver: bridge - name: ${DOCKER_SIM_NWNAME} + external: + name: ${DOCKER_SIM_NWNAME} services: db: @@ -47,19 +47,19 @@ services: entrypoint: ["/opt/onap/sdnc/bin/startODL.sh"] ports: - ${SDNC_EXTERNAL_PORT}:${SDNC_INTERNAL_PORT} + - ${SDNC_EXTERNAL_SECURE_PORT}:${SDNC_INTERNAL_SECURE_PORT} links: - db:dbhost - db:sdnctldb01 - db:sdnctldb02 environment: - MYSQL_ROOT_PASSWORD=openECOMP1.0 + - SDNC_DB_INIT=true - SDNC_CONFIG_DIR=/opt/onap/sdnc/data/properties - dns: - - ${DNS_IP_ADDR-10.0.100.1} + - A1_TRUSTSTORE_PASSWORD=${SDNC_A1_TRUSTSTORE_PASSWORD} logging: driver: "json-file" options: max-size: "30m" max-file: "5" - extra_hosts: - aaf.osaaf.org: 10.12.6.214 +