X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fdeploy%2Fnts-manager%2FDockerfile;h=e5362ea48cabdbae2f78fd13a75825e1984f2448;hp=121627ebca8a5086997240f76b36855e5d3599b9;hb=226e12e7c9b504dc32fcf71f97483bb97195643d;hpb=b8166cdc5294cdee0c717085d659b4a8f0834313 diff --git a/ntsimulator/deploy/nts-manager/Dockerfile b/ntsimulator/deploy/nts-manager/Dockerfile index 121627e..e5362ea 100644 --- a/ntsimulator/deploy/nts-manager/Dockerfile +++ b/ntsimulator/deploy/nts-manager/Dockerfile @@ -130,6 +130,8 @@ LABEL maintainer="alexandru.stancu@highstreet-technologies.com" ENV NETCONF_BASE=40000 ENV NTS_IP="127.0.0.1" +# ENV EXTERNAL_NTS_IP="172.17.0.1" - this can be given in the docker-compose.yml file to +# overwrite the IP that is exposed via pnfRegistration or via mount HTTP REST; if not specified, NTS_IP will be used ENV SCRIPTS_DIR=/opt/dev/scripts ENV DOCKER_ENGINE_VERSION="1.40" ENV MODELS_IMAGE="ntsim_oran" @@ -139,6 +141,9 @@ ENV IsNetconfAvailable=true ENV VesRegistration=false ENV VesEndpointPort=8080 ENV VesEndpointIp="172.17.0.1" +ENV VesEndpointAuthMethod="no-auth" +ENV VesEndpointUsername="admin" +ENV VesEndpointPassword="admin" ENV SshConnections=1 ENV TlsConnections=0 ENV K8S_DEPLOYMENT=false