X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fintegration%2Fnetwork%2Fdocker-compose.yml;h=711a91549a8f023aa223e077a444b8651ae7d602;hb=e3d99fce3e2edd885aed524d095fd78fe5924099;hp=a07b98d1d673380e3b4b1a40a88057537cefc704;hpb=a93cb37412d81b4034fd6005d009d6bac412a6d9;p=oam.git diff --git a/solution/integration/network/docker-compose.yml b/solution/integration/network/docker-compose.yml index a07b98d..711a915 100755 --- a/solution/integration/network/docker-compose.yml +++ b/solution/integration/network/docker-compose.yml @@ -31,6 +31,7 @@ x-common_env: &common_env SDN_CONTROLLER_PROTOCOL: ${SDN_CONTROLLER_PROTOCOL} SDN_CONTROLLER_IP: ${SDNC_OAM_IPv6} SDN_CONTROLLER_PORT: ${SDNC_REST_PORT} + SDN_CONTROLLER_CALLHOME_IP: ${SDNC_OAM_IPv6} SDN_CONTROLLER_CALLHOME_PORT: ${SDN_CONTROLLER_CALLHOME_PORT} SDN_CONTROLLER_USERNAME: ${ADMIN_USERNAME} SDN_CONTROLLER_PASSWORD: ${ADMIN_PASSWORD} @@ -63,7 +64,7 @@ services: <<: *common_nf image: "${NEXUS3_DOCKER_REPO}nts-ng-o-ran-du:${NTS_BUILD_VERSION}" container_name: ntsim-ng-o-du-1122 - hostname: highstreet-O-DU-1122 + hostname: O-DU-1122 volumes: - ./ntsim-ng-o-du/config.json:/opt/dev/ntsim-ng/config/config.json - ./ntsim-ng-o-du/o-ran-sc-du-hello-world-running.xml:/opt/dev/deploy/data/o-ran-sc-du-hello-world-running.xml @@ -76,7 +77,7 @@ services: <<: *common_nf image: "${NEXUS3_DOCKER_REPO}nts-ng-o-ran-ru-fh:${NTS_BUILD_VERSION}" container_name: ntsim-ng-o-ru-fh-11221 - hostname: highstreet-O-RU-11221 + hostname: O-RU-11221 volumes: - ./ntsim-ng-o-ru/ntsim-ng-o-ru-fh-1/config.json:/opt/dev/ntsim-ng/config/config.json - ./ntsim-ng-o-ru/ntsim-ng-o-ru-fh-1/ietf-hardware-operational.json:/opt/dev/deploy/data/ietf-hardware-operational.json @@ -91,7 +92,7 @@ services: <<: *common_nf image: "${NEXUS3_DOCKER_REPO}nts-ng-o-ran-ru-fh:${NTS_BUILD_VERSION}" container_name: ntsim-ng-o-ru-fh-11222 - hostname: highstreet-O-RU-11222 + hostname: O-RU-11222 volumes: - ./ntsim-ng-o-ru/ntsim-ng-o-ru-fh-2/config.json:/opt/dev/ntsim-ng/config/config.json - ./ntsim-ng-o-ru/ntsim-ng-o-ru-fh-2/ietf-hardware-operational.json:/opt/dev/deploy/data/ietf-hardware-operational.json @@ -106,7 +107,7 @@ services: <<: *common_nf image: "${NEXUS3_DOCKER_REPO}nts-ng-o-ran-ru-fh:${NTS_BUILD_VERSION}" container_name: ntsim-ng-o-ru-fh-11223 - hostname: highstreet-O-RU-11223 + hostname: O-RU-11223 volumes: - ./ntsim-ng-o-ru/ntsim-ng-o-ru-fh-3/config.json:/opt/dev/ntsim-ng/config/config.json - ./ntsim-ng-o-ru/ntsim-ng-o-ru-fh-3/ietf-hardware-operational.json:/opt/dev/deploy/data/ietf-hardware-operational.json @@ -119,9 +120,9 @@ services: ntsim-ng-topology-server: <<: *common_nf - image: "${PUBLIC_DOCKER_REPO}smo-nts-ng-topology-server:${NTS_BUILD_VERSION}" + image: "${NEXUS3_DOCKER_REPO}smo-nts-ng-topology-server:${NTS_BUILD_VERSION}" container_name: ntsim-ng-topology-server - hostname: highstreet-TAPI-topology-server + hostname: TAPI-topology-server volumes: - ./ntsim-ng-topology-server/config.json:/opt/dev/ntsim-ng/config/config.json - ./ntsim-ng-topology-server/tapi-common-operational.xml:/opt/dev/deploy/data/tapi-common-operational.xml @@ -130,7 +131,7 @@ services: <<: *common_env <<: *topo_env SSH_CONNECTIONS: 1 - TLS_CONNECTIONS: 0 + TLS_CONNECTIONS: 0 networks: default: external: