From: wrider Date: Fri, 29 Nov 2019 18:35:21 +0000 (-0500) Subject: Point docker images to release registry X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=9a2a73241c4033cfaf5e9715fd960d7501cfdcbf;p=it%2Fdep.git Point docker images to release registry Change-Id: I72afc8cd13700076041745917f4fc3f89f98de04 Signed-off-by: wrider --- diff --git a/.gitreview b/.gitreview index 8b783c0f..610a4a01 100644 --- a/.gitreview +++ b/.gitreview @@ -2,4 +2,4 @@ host=gerrit.o-ran-sc.org port=29418 project=it/dep -defaultbranch=master +defaultbranch=Amber diff --git a/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE b/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE index 977295eb..396c5f2c 100644 --- a/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE +++ b/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE @@ -26,7 +26,7 @@ global: platform: ricplt aux: ricaux # Docker registry from which RIC platform components pull the images - repository: nexus3.o-ran-sc.org:10004 + repository: nexus3.o-ran-sc.org:10002 onapRepository: nexus3.onap.org:10001 ubuntuInitRepository: registry.hub.docker.com busyBoxRepository: docker.io @@ -146,7 +146,7 @@ persistence: dashboard: # Override the name using the following option # nameOverride: - repositoryOverride: nexus3.o-ran-sc.org:10004 + repositoryOverride: nexus3.o-ran-sc.org:10002 image: name: o-ran-sc/ric-dashboard diff --git a/RECIPE_EXAMPLE/RIC_INFRA_AUX_RECIPE_EXAMPLE b/RECIPE_EXAMPLE/RIC_INFRA_AUX_RECIPE_EXAMPLE index 91ca0b1e..6e170a97 100644 --- a/RECIPE_EXAMPLE/RIC_INFRA_AUX_RECIPE_EXAMPLE +++ b/RECIPE_EXAMPLE/RIC_INFRA_AUX_RECIPE_EXAMPLE @@ -27,7 +27,7 @@ global: platform: ricplt aux: ricaux # Docker registry from which RIC platform components pull the images - repository: nexus3.o-ran-sc.org:10004/o-ran-sc + repository: nexus3.o-ran-sc.org:10002/o-ran-sc # Name of the K8S docker credential that is onboarded by 20-credential repositoryCred: docker-reg-cred @@ -61,7 +61,7 @@ global: deployNameSpace: ricinfra image: tillerTLSSecrets: - repository: nexus3.o-ran-sc.org:10004/o-ran-sc + repository: nexus3.o-ran-sc.org:10002/o-ran-sc name: it-dep-secret tag: 0.0.2 tiller: diff --git a/RECIPE_EXAMPLE/RIC_INFRA_RECIPE_EXAMPLE b/RECIPE_EXAMPLE/RIC_INFRA_RECIPE_EXAMPLE index 60c22b20..58925302 100644 --- a/RECIPE_EXAMPLE/RIC_INFRA_RECIPE_EXAMPLE +++ b/RECIPE_EXAMPLE/RIC_INFRA_RECIPE_EXAMPLE @@ -27,7 +27,7 @@ global: platform: ricplt aux: ricaux # Docker registry from which RIC platform components pull the images - repository: nexus3.o-ran-sc.org:10004/o-ran-sc + repository: nexus3.o-ran-sc.org:10002/o-ran-sc # Name of the K8S docker credential that is onboarded by 20-credential repositoryCred: docker-reg-cred @@ -61,7 +61,7 @@ global: deployNameSpace: ricinfra image: tillerTLSSecrets: - repository: nexus3.o-ran-sc.org:10004/o-ran-sc + repository: nexus3.o-ran-sc.org:10002/o-ran-sc name: it-dep-secret tag: 0.0.2 tiller: diff --git a/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE b/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE index 63cd42f3..3ac13a60 100644 --- a/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE +++ b/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE @@ -26,7 +26,7 @@ global: platform: ricplt aux: ricaux # Docker registry from which RIC platform components pull the images - repository: nexus3.o-ran-sc.org:10004/o-ran-sc + repository: nexus3.o-ran-sc.org:10002/o-ran-sc # Name of the K8S docker credential that is onboarded by 20-credential repositoryCred: docker-reg-cred @@ -59,7 +59,7 @@ global: deployNameSpace: ricinfra image: tillerTLSSecrets: - repository: nexus3.o-ran-sc.org:10004/o-ran-sc + repository: nexus3.o-ran-sc.org:10002/o-ran-sc name: it-dep-secret tag: 0.0.2 tiller: