X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ntsimulator%2Fscripts%2Fdocker-compose.yml;h=0a4c04a59cf71e9a16ee205d83b3611c39d9a745;hb=5a191a7449347ed5c419720de89d2e4a0194c21e;hp=14741b7ebdb83a79a0d0533afe35caaa1179719d;hpb=29ce368a8b49cb41f3a1640581ff9958ea50ad8c;p=sim%2Fo1-interface.git diff --git a/ntsimulator/scripts/docker-compose.yml b/ntsimulator/scripts/docker-compose.yml index 14741b7..0a4c04a 100644 --- a/ntsimulator/scripts/docker-compose.yml +++ b/ntsimulator/scripts/docker-compose.yml @@ -1,19 +1,55 @@ -version: '3' +version: '2.4' services: - ntsimulator: - image: "ntsim_manager:latest" - container_name: NTS_Manager + ntsimulator-o-ran-sc: + image: "o-ran-sc/ntsim-manager:latest" + #image: "10.20.6.10:30000/hightec/ntsim_manager:0.4.2-SNAPSHOT-latest" + container_name: NTS-Manager-o-ran-sc ports: - - "172.17.0.1:8300:830" + - "::8300:830" volumes: - "/var/run/docker.sock:/var/run/docker.sock" - - "/home/parallels/workspace/highstreet/ntsimulator-o-ran/ntsimulator/scripts:/opt/dev/scripts" + - "/var/tmp/NTS-Manager-o-ran-sc:/opt/dev/scripts" - "/usr/bin/docker:/usr/bin/docker" labels: "NTS-manager": "" environment: - NTS_IP: "172.17.0.1" + #NTS_IP: "2001:db8:1::1" + NTS_IP: "10.20.11.121" + #EXTERNAL_NTS_IP: "8.8.8.8" NETCONF_BASE: 50000 DOCKER_ENGINE_VERSION: "1.40" - MODELS_IMAGE: "ntsim_oran" - + #MODELS_IMAGE: "ntsim_onf_core_model_1_2" + MODELS_IMAGE: "o-ran-sc/ntsim-o-ran-ru-fh:latest" + VesHeartbeatPeriod: 0 + IsVesAvailable: "true" + IsNetconfAvailable: "true" + VesRegistration: "false" + VesEndpointPort: 8080 + VesEndpointIp: "172.17.0.1" + VesEndpointAuthMethod: "basic-auth" + VesEndpointUsername: "sample1" + VesEndpointPassword: "sample1" + SshConnections: 1 + TlsConnections: 0 + K8S_DEPLOYMENT: "false" + CONTAINER_NAME: "nts-o-ran-sc" + NetconfCallHome: "false" + NetconfCallHomePort: 6666 + ControllerIp: "10.20.11.121" + ControllerPort: 8181 + ControllerUsername: "admin" + ControllerPassword: "admin" + IPv6Enabled: "true" + networks: + app_net: + ipv6_address: 2001:3200:3000::40 + +networks: + app_net: + enable_ipv6: true + driver: bridge + ipam: + driver: default + config: + - subnet: 2001:3200:3000::/64 + gateway: 2001:3200:3000::1 \ No newline at end of file