From: demx8as6 Date: Thu, 5 Aug 2021 09:32:04 +0000 (+0200) Subject: OAM Deployment enhancements X-Git-Tag: 2.2.1~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=8895799b2c2f5a64c75cfd67e739febf297e096d;p=oam.git OAM Deployment enhancements in docker daemon and its README IssueID: OAM-222 Change-Id: Icd0179ca7df5a441c1ddbc15e49ab49bcae84ae5 Signed-off-by: demx8as6 --- diff --git a/solution/integration/smo/common/docker/README.md b/solution/integration/smo/common/docker/README.md index a36804f..814084d 100644 --- a/solution/integration/smo/common/docker/README.md +++ b/solution/integration/smo/common/docker/README.md @@ -12,7 +12,7 @@ https://docs.docker.com/config/daemon/ipv6/ { "dns": ["1.1.1.1"], "registry-mirrors": [ - "https://nexus3.o-ran-sc.org:10004", + "https://nexus3.o-ran-sc.org:10002", "https://nexus3.onap.org:10001" ], "log-driver": "json-file", diff --git a/solution/integration/smo/common/docker/daemon.json b/solution/integration/smo/common/docker/daemon.json index 1573447..bed1ae3 100644 --- a/solution/integration/smo/common/docker/daemon.json +++ b/solution/integration/smo/common/docker/daemon.json @@ -1,7 +1,7 @@ { "dns": ["1.1.1.1"], "registry-mirrors": [ - "https://nexus3.o-ran-sc.org:10004", + "https://nexus3.o-ran-sc.org:10002", "https://nexus3.onap.org:10001" ], "log-driver": "json-file",