0a4c04a59cf71e9a16ee205d83b3611c39d9a745
[sim/o1-interface.git] / ntsimulator / scripts / docker-compose.yml
1 version: '2.4'
2 services:
3   ntsimulator-o-ran-sc:
4     image: "o-ran-sc/ntsim-manager:latest"
5     #image: "10.20.6.10:30000/hightec/ntsim_manager:0.4.2-SNAPSHOT-latest"
6     container_name: NTS-Manager-o-ran-sc
7     ports:
8      - "::8300:830"
9     volumes:
10      - "/var/run/docker.sock:/var/run/docker.sock"
11      - "/var/tmp/NTS-Manager-o-ran-sc:/opt/dev/scripts"
12      - "/usr/bin/docker:/usr/bin/docker"
13     labels:
14       "NTS-manager": ""
15     environment:
16       #NTS_IP: "2001:db8:1::1"
17       NTS_IP: "10.20.11.121"
18       #EXTERNAL_NTS_IP: "8.8.8.8"
19       NETCONF_BASE: 50000
20       DOCKER_ENGINE_VERSION: "1.40"
21       #MODELS_IMAGE: "ntsim_onf_core_model_1_2"
22       MODELS_IMAGE: "o-ran-sc/ntsim-o-ran-ru-fh:latest"      
23       VesHeartbeatPeriod: 0
24       IsVesAvailable: "true"
25       IsNetconfAvailable: "true"
26       VesRegistration: "false"
27       VesEndpointPort: 8080
28       VesEndpointIp: "172.17.0.1"
29       VesEndpointAuthMethod: "basic-auth"
30       VesEndpointUsername: "sample1"
31       VesEndpointPassword: "sample1"
32       SshConnections: 1
33       TlsConnections: 0
34       K8S_DEPLOYMENT: "false"
35       CONTAINER_NAME: "nts-o-ran-sc"
36       NetconfCallHome: "false"
37       NetconfCallHomePort: 6666
38       ControllerIp: "10.20.11.121"
39       ControllerPort: 8181
40       ControllerUsername: "admin"
41       ControllerPassword: "admin"
42       IPv6Enabled: "true"
43     networks:
44       app_net:
45         ipv6_address: 2001:3200:3000::40
46   
47 networks:
48   app_net:
49     enable_ipv6: true
50     driver: bridge
51     ipam:
52       driver: default
53       config:
54         - subnet: 2001:3200:3000::/64
55           gateway: 2001:3200:3000::1