X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ntsimulator%2Fscripts%2Fdocker-compose.yml;h=0a4c04a59cf71e9a16ee205d83b3611c39d9a745;hb=f2d8f1002fa93848c80a88e5658db4816cba3020;hp=07563276d20533cff5a479e38e620dfff8e20045;hpb=3472441e3d90935c770f84c449b6541784afd6a5;p=sim%2Fo1-interface.git diff --git a/ntsimulator/scripts/docker-compose.yml b/ntsimulator/scripts/docker-compose.yml index 0756327..0a4c04a 100644 --- a/ntsimulator/scripts/docker-compose.yml +++ b/ntsimulator/scripts/docker-compose.yml @@ -15,6 +15,7 @@ services: environment: #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_onf_core_model_1_2" @@ -25,7 +26,10 @@ services: VesRegistration: "false" VesEndpointPort: 8080 VesEndpointIp: "172.17.0.1" - SshConnections: 4 + VesEndpointAuthMethod: "basic-auth" + VesEndpointUsername: "sample1" + VesEndpointPassword: "sample1" + SshConnections: 1 TlsConnections: 0 K8S_DEPLOYMENT: "false" CONTAINER_NAME: "nts-o-ran-sc"