X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fintegration%2Fnetwork%2Fdocker-compose.yml;h=cba444c4440e68e90ef1523656361a42a3d995c5;hb=fdbe73fe3a3f1bb9d34333ecb32224a54c47bc48;hp=8e0921d3025a6219814334740a3c42588366f4ab;hpb=a1739f29629506ddd4df6ce92aea290e06bf6425;p=oam.git diff --git a/solution/integration/network/docker-compose.yml b/solution/integration/network/docker-compose.yml index 8e0921d..cba444c 100755 --- a/solution/integration/network/docker-compose.yml +++ b/solution/integration/network/docker-compose.yml @@ -18,16 +18,16 @@ version: '3.8' x-common_env: &common_env IPv6_ENABLED: ${IPv6_ENABLED} SSH_CONNECTIONS: ${SSH_CONNECTIONS} - TLS_CONNECTIONS: ${TLS_CONNECTIONS} + TLS_CONNECTIONS: ${TLS_CONNECTIONS} NTS_NF_MOUNT_POINT_ADDRESSING_METHOD: ${NTS_NF_MOUNT_POINT_ADDRESSING_METHOD} - + NTS_HOST_IP: ${NTS_HOST_IP} NTS_HOST_BASE_PORT: ${NTS_HOST_BASE_PORT} NTS_HOST_NETCONF_SSH_BASE_PORT: ${NTS_HOST_NETCONF_SSH_BASE_PORT} NTS_HOST_NETCONF_TLS_BASE_PORT: ${NTS_HOST_NETCONF_TLS_BASE_PORT} NTS_HOST_TRANSFER_FTP_BASE_PORT: ${NTS_HOST_TRANSFER_FTP_BASE_PORT} NTS_HOST_TRANSFER_SFTP_BASE_PORT: ${NTS_HOST_TRANSFER_SFTP_BASE_PORT} - + SDN_CONTROLLER_PROTOCOL: ${SDN_CONTROLLER_PROTOCOL} SDN_CONTROLLER_IP: ${SDNC_OAM_IPv6} SDN_CONTROLLER_PORT: ${SDNC_REST_PORT} @@ -35,7 +35,7 @@ x-common_env: &common_env SDN_CONTROLLER_CALLHOME_PORT: ${SDN_CONTROLLER_CALLHOME_PORT} SDN_CONTROLLER_USERNAME: ${ADMIN_USERNAME} SDN_CONTROLLER_PASSWORD: ${ADMIN_PASSWORD} - + VES_COMMON_HEADER_VERSION: ${VES_COMMON_HEADER_VERSION} VES_ENDPOINT_PROTOCOL: ${VES_ENDPOINT_PROTOCOL} VES_ENDPOINT_IP: ${VES_COLLECTOR_OAM_IPv6} @@ -64,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 @@ -77,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 @@ -92,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 @@ -107,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 @@ -118,20 +118,6 @@ services: <<: *common_env <<: *ru_env - ntsim-ng-topology-server: - <<: *common_nf - image: "${NEXUS3_DOCKER_REPO}smo-nts-ng-topology-server:${NTS_BUILD_VERSION}" - container_name: ntsim-ng-topology-server - hostname: highstreet-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 - - ./ntsim-ng-topology-server/tapi-common-running.xml:/opt/dev/deploy/data/tapi-common-running.xml - environment: - <<: *common_env - <<: *topo_env - SSH_CONNECTIONS: 1 - TLS_CONNECTIONS: 0 networks: default: external: