From 7c30e282eda7a481c3cded8377af65d92ccd56ac Mon Sep 17 00:00:00 2001 From: RehanRaza Date: Wed, 3 Jun 2020 14:57:50 +0200 Subject: [PATCH] Step versions of nonrtric Change-Id: Ibc2a40dba6499df6ae1b0b5aa779f208ac14bf3f Issue-ID: NONRTRIC-230 Signed-off-by: RehanRaza --- nonrtric/RECIPE_EXAMPLE/example_recipe.yaml | 8 ++++---- nonrtric/helm/a1controller/Chart.yaml | 4 ++-- nonrtric/helm/a1controller/requirements.yaml | 2 +- nonrtric/helm/a1controller/values.yaml | 2 +- nonrtric/helm/a1simulator/Chart.yaml | 3 ++- nonrtric/helm/a1simulator/requirements.yaml | 2 +- nonrtric/helm/a1simulator/values.yaml | 4 ++-- nonrtric/helm/controlpanel/Chart.yaml | 3 ++- nonrtric/helm/controlpanel/requirements.yaml | 2 +- nonrtric/helm/controlpanel/values.yaml | 4 ++-- nonrtric/helm/nonrtric/Chart.yaml | 2 +- nonrtric/helm/nonrtric/requirements.yaml | 10 +++++----- nonrtric/helm/policymanagementservice/Chart.yaml | 3 ++- nonrtric/helm/policymanagementservice/requirements.yaml | 2 +- nonrtric/helm/policymanagementservice/values.yaml | 6 ++---- ric-common/Common-Template/helm/nonrtric-common/Chart.yaml | 2 +- 16 files changed, 30 insertions(+), 29 deletions(-) diff --git a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml index 96929195..8f70642c 100644 --- a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml +++ b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml @@ -33,7 +33,7 @@ a1controller: image: registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' name: nonrtric-a1-controller - tag: 1.7.5 + tag: 2.0.0 replicaCount: 1 service: allowHttp: true @@ -57,7 +57,7 @@ a1simulator: image: registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' name: a1-simulator - tag: 1.0.1 + tag: 2.0.0 service: allowHttp: true httpName: http @@ -87,7 +87,7 @@ controlpanel: image: registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' name: nonrtric-controlpanel - tag: 1.0.0 + tag: 2.0.0 replicaCount: 1 service: allowHttp: true @@ -113,7 +113,7 @@ policymanagementservice: image: registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' name: nonrtric-policy-agent - tag: 1.0.0 + tag: 2.0.0 service: allowHttp: true httpName: http diff --git a/nonrtric/helm/a1controller/Chart.yaml b/nonrtric/helm/a1controller/Chart.yaml index 80a230de..99ced473 100644 --- a/nonrtric/helm/a1controller/Chart.yaml +++ b/nonrtric/helm/a1controller/Chart.yaml @@ -15,7 +15,7 @@ ################################################################################ apiVersion: v1 -appVersion: "1.0" +appVersion: "2.0.0" description: A Helm chart for nonrtric a1controller name: a1controller -version: 1.0.0 +version: 2.0.0 diff --git a/nonrtric/helm/a1controller/requirements.yaml b/nonrtric/helm/a1controller/requirements.yaml index ba44395e..f3b3ecd4 100644 --- a/nonrtric/helm/a1controller/requirements.yaml +++ b/nonrtric/helm/a1controller/requirements.yaml @@ -16,5 +16,5 @@ dependencies: - name: nonrtric-common - version: ^1.0.0 + version: ^2.0.0 repository: "@local" diff --git a/nonrtric/helm/a1controller/values.yaml b/nonrtric/helm/a1controller/values.yaml index 80af1f0c..a3bf0a60 100644 --- a/nonrtric/helm/a1controller/values.yaml +++ b/nonrtric/helm/a1controller/values.yaml @@ -22,7 +22,7 @@ a1controller: image: registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-a1-controller - tag: 1.7.5 + tag: 2.0.0 replicaCount: 1 service: allowHttp: true diff --git a/nonrtric/helm/a1simulator/Chart.yaml b/nonrtric/helm/a1simulator/Chart.yaml index cc355900..60d0cbf9 100644 --- a/nonrtric/helm/a1simulator/Chart.yaml +++ b/nonrtric/helm/a1simulator/Chart.yaml @@ -15,6 +15,7 @@ ################################################################################ apiVersion: v1 +appVersion: "2.0.0" description: A Helm chart for A1 simulator name: a1simulator -version: 1.0.1 +version: 2.0.0 diff --git a/nonrtric/helm/a1simulator/requirements.yaml b/nonrtric/helm/a1simulator/requirements.yaml index ba44395e..f3b3ecd4 100644 --- a/nonrtric/helm/a1simulator/requirements.yaml +++ b/nonrtric/helm/a1simulator/requirements.yaml @@ -16,5 +16,5 @@ dependencies: - name: nonrtric-common - version: ^1.0.0 + version: ^2.0.0 repository: "@local" diff --git a/nonrtric/helm/a1simulator/values.yaml b/nonrtric/helm/a1simulator/values.yaml index c059c383..d98fd433 100644 --- a/nonrtric/helm/a1simulator/values.yaml +++ b/nonrtric/helm/a1simulator/values.yaml @@ -22,9 +22,9 @@ a1simulator: name: a1-sim imagePullPolicy: IfNotPresent image: - registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' + registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: a1-simulator - tag: 1.0.1 + tag: 2.0.0 service: allowHttp: true httpName: http diff --git a/nonrtric/helm/controlpanel/Chart.yaml b/nonrtric/helm/controlpanel/Chart.yaml index cf00a1fb..585ada4c 100644 --- a/nonrtric/helm/controlpanel/Chart.yaml +++ b/nonrtric/helm/controlpanel/Chart.yaml @@ -15,6 +15,7 @@ ################################################################################ apiVersion: v1 +appVersion: "2.0.0" description: A Helm chart for nonrtric controlpanel name: controlpanel -version: 1.0.0 +version: 2.0.0 diff --git a/nonrtric/helm/controlpanel/requirements.yaml b/nonrtric/helm/controlpanel/requirements.yaml index ba44395e..f3b3ecd4 100644 --- a/nonrtric/helm/controlpanel/requirements.yaml +++ b/nonrtric/helm/controlpanel/requirements.yaml @@ -16,5 +16,5 @@ dependencies: - name: nonrtric-common - version: ^1.0.0 + version: ^2.0.0 repository: "@local" diff --git a/nonrtric/helm/controlpanel/values.yaml b/nonrtric/helm/controlpanel/values.yaml index d7a6285d..1a64c15a 100644 --- a/nonrtric/helm/controlpanel/values.yaml +++ b/nonrtric/helm/controlpanel/values.yaml @@ -21,9 +21,9 @@ controlpanel: imagePullPolicy: IfNotPresent image: - registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' + registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-controlpanel - tag: 1.0.0 + tag: 2.0.0 replicaCount: 1 service: allowHttp: true diff --git a/nonrtric/helm/nonrtric/Chart.yaml b/nonrtric/helm/nonrtric/Chart.yaml index af058561..7b92e5cf 100644 --- a/nonrtric/helm/nonrtric/Chart.yaml +++ b/nonrtric/helm/nonrtric/Chart.yaml @@ -17,4 +17,4 @@ apiVersion: v1 description: NonRealTime RAN Intelligent Controller name: nonrtric -version: 1.0.0 +version: 2.0.0 diff --git a/nonrtric/helm/nonrtric/requirements.yaml b/nonrtric/helm/nonrtric/requirements.yaml index f2d67e41..40bea6f7 100644 --- a/nonrtric/helm/nonrtric/requirements.yaml +++ b/nonrtric/helm/nonrtric/requirements.yaml @@ -16,17 +16,17 @@ dependencies: - name: a1controller - version: ~1.0.0 + version: ~2.0.0 repository: "@local" - name: a1simulator - version: ~1.0.1 + version: ~2.0.0 repository: "@local" - name: controlpanel - version: ~1.0.0 + version: ~2.0.0 repository: "@local" - name: policymanagementservice - version: ~1.0.0 + version: ~2.0.0 repository: "@local" - name: nonrtric-common - version: ^1.0.0 + version: ^2.0.0 repository: "@local" diff --git a/nonrtric/helm/policymanagementservice/Chart.yaml b/nonrtric/helm/policymanagementservice/Chart.yaml index 9387bcd6..256af345 100644 --- a/nonrtric/helm/policymanagementservice/Chart.yaml +++ b/nonrtric/helm/policymanagementservice/Chart.yaml @@ -15,6 +15,7 @@ ################################################################################ apiVersion: v1 +appVersion: "2.0.0" description: A Helm chart for Policy Management Service name: policymanagementservice -version: 1.0.0 +version: 2.0.0 diff --git a/nonrtric/helm/policymanagementservice/requirements.yaml b/nonrtric/helm/policymanagementservice/requirements.yaml index ba44395e..f3b3ecd4 100644 --- a/nonrtric/helm/policymanagementservice/requirements.yaml +++ b/nonrtric/helm/policymanagementservice/requirements.yaml @@ -16,5 +16,5 @@ dependencies: - name: nonrtric-common - version: ^1.0.0 + version: ^2.0.0 repository: "@local" diff --git a/nonrtric/helm/policymanagementservice/values.yaml b/nonrtric/helm/policymanagementservice/values.yaml index 45593cde..c3f2a2c5 100644 --- a/nonrtric/helm/policymanagementservice/values.yaml +++ b/nonrtric/helm/policymanagementservice/values.yaml @@ -21,9 +21,9 @@ policymanagementservice: imagePullPolicy: IfNotPresent image: - registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' + registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-policy-agent - tag: 1.0.0 + tag: 2.0.0 service: allowHttp: true httpName: http @@ -40,5 +40,3 @@ policymanagementservice: readiness: initialDelaySeconds: 20 periodSeconds: 10 - - diff --git a/ric-common/Common-Template/helm/nonrtric-common/Chart.yaml b/ric-common/Common-Template/helm/nonrtric-common/Chart.yaml index 1aec95ba..693b6dfa 100644 --- a/ric-common/Common-Template/helm/nonrtric-common/Chart.yaml +++ b/ric-common/Common-Template/helm/nonrtric-common/Chart.yaml @@ -17,4 +17,4 @@ apiVersion: v1 description: NONRTRIC Common templates for inclusion in other charts name: nonrtric-common -version: 1.0.0 \ No newline at end of file +version: 2.0.0 \ No newline at end of file -- 2.16.6