From 04cf1b7c831c7e6564309ddbcaa7907d637744de Mon Sep 17 00:00:00 2001 From: wrider Date: Tue, 3 Sep 2019 23:23:41 -0400 Subject: [PATCH] Minor fixes Change-Id: I8b7aae235ce002d68b9e1a3f99864ef0f17c597e Signed-off-by: wrider --- RECIPE_EXAMPLE/RIC_INFRA_RECIPE_EXAMPLE | 6 +++--- RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE | 6 +++--- ric-common/Initcontainer/docker/Dockerfile | 2 ++ 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/RECIPE_EXAMPLE/RIC_INFRA_RECIPE_EXAMPLE b/RECIPE_EXAMPLE/RIC_INFRA_RECIPE_EXAMPLE index 786356e2..45d8d70d 100644 --- a/RECIPE_EXAMPLE/RIC_INFRA_RECIPE_EXAMPLE +++ b/RECIPE_EXAMPLE/RIC_INFRA_RECIPE_EXAMPLE @@ -29,7 +29,7 @@ global: imagePullPolicy: Always # Helm repo that will be used by xApp manager - helmRepository: "https://helm-entry" + helmRepository: "http://aux-entry/helm" # Certificate of the helm repo helmRepositoryCert: xapp-mgr-certs @@ -88,7 +88,7 @@ cluster: deployK8S: false deployNexus: false deployK8SMonitoringStake: false - useLocalHelmRepo: false + useLocalHelmRepo: true useLocalDockerRegistry: false credential: @@ -117,4 +117,4 @@ chartmuseum: name: alpine tag: latest - storagesize: 2Gi + storagesize: 2Gi \ No newline at end of file diff --git a/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE b/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE index 7b6bfda0..44d3dee2 100644 --- a/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE +++ b/RECIPE_EXAMPLE/RIC_PLATFORM_RECIPE_EXAMPLE @@ -29,7 +29,7 @@ global: imagePullPolicy: Always # Helm repo that will be used by xApp manager - helmRepository: "https://helm-entry" + helmRepository: "http://aux-entry/helm" # Certificate of the helm repo helmRepositoryCert: xapp-mgr-certs @@ -160,7 +160,7 @@ submgr: extsvcplt: auxip: # The ip address of the aux cluster ingress controller - + ricip: # The ip address of the ric cluster ingress controller - + \ No newline at end of file diff --git a/ric-common/Initcontainer/docker/Dockerfile b/ric-common/Initcontainer/docker/Dockerfile index 8c38d71e..3ec5fc52 100644 --- a/ric-common/Initcontainer/docker/Dockerfile +++ b/ric-common/Initcontainer/docker/Dockerfile @@ -1,3 +1,4 @@ +######################################################################## # Copyright (c) 2019 AT&T Intellectual Property. # Copyright (c) 2019 Nokia. # @@ -12,6 +13,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +########################################################################## FROM alpine MAINTAINER "RIC" -- 2.16.6