X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=new-installer%2Fhelm%2Fcharts%2Fnearrtric%2FChart.yaml;fp=new-installer%2Fhelm%2Fcharts%2Fnearrtric%2FChart.yaml;h=2974bf9bbdfa858779d5ae904706615d282c9cee;hb=f73a6667871313792e84a45015cc1f18c733e433;hp=0000000000000000000000000000000000000000;hpb=2134aadd480e01be448184d2d00e299a74aae182;p=ric-plt%2Fric-dep.git diff --git a/new-installer/helm/charts/nearrtric/Chart.yaml b/new-installer/helm/charts/nearrtric/Chart.yaml new file mode 100644 index 0000000..2974bf9 --- /dev/null +++ b/new-installer/helm/charts/nearrtric/Chart.yaml @@ -0,0 +1,88 @@ +################################################################################ +# Copyright (c) 2023 Abhijit Gadgil. +# # +# Licensed under the Apache License, Version 2.0 (the "License"); # +# you may not use this file except in compliance with the License. # +# You may obtain a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# 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. # +################################################################################ + +apiVersion: v2 +name: nearrtric +version: 0.1.0 +description: Umbrella Helm Chart for NearRT RAN Intelligent Controller from O-RAN SC. +home: https://wiki.o-ran-sc.org/pages/viewpage.action?pageId=1179659 +sources: + - https://gerrit.o-ran-sc.org/r/#/admin/projects/ +kubeVersion: " >= 1.22" + +dependencies: + # Required components + - name: appmgr + version: ~0.x + repository: "@local" + + - name: dbaas + version: ~0.x + repository: "@local" + + - name: e2mgr + version: ~0.x + repository: "@local" + + - name: e2term + version: ~0.x + repository: "@local" + + - name: submgr + version: ~0.x + repository: "@local" + + - name: rtmgr + version: ~0.x + repository: "@local" + + # Optional Components. + - name: a1mediator + version: ~0.x + repository: "@local" + condition: nearrtric.installA1Mediator + + - name: alarmmanager + version: ~0.x + repository: "@local" + condition: nearrtric.installAlarmManager + + # TODO: Maybe a third party component? + - name: jaegeradapter + version: ~0.x + repository: "@local" + condition: nearrtric.installJaegerAdapter + + - name: o1mediator + version: ~0.x + repository: "@local" + condition: nearrtric.installO1Mediator + + - name: vespamgr + version: ~0.x + repository: "@local" + condition: nearrtric.installVespamgr + + - name: xapp-onboarder + version: ~0.x + repository: "@local" + condition: nearrtric.installXappOnboarder + + # Third Party Components + - name: influxdb2 + version: ~2.1.0 + repository: "@influxdata" + condition: nearrtric.installInfluxDB