OAM Deployment enhancements 59/6559/1
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Thu, 5 Aug 2021 09:32:04 +0000 (11:32 +0200)
committerdemx8as6 <martin.skorupski@highstreet-technologies.com>
Thu, 5 Aug 2021 09:32:10 +0000 (11:32 +0200)
in docker daemon and its README

IssueID: OAM-222
Change-Id: Icd0179ca7df5a441c1ddbc15e49ab49bcae84ae5
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
solution/integration/smo/common/docker/README.md
solution/integration/smo/common/docker/daemon.json

index a36804f..814084d 100644 (file)
@@ -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",
index 1573447..bed1ae3 100644 (file)
@@ -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",