Task Details:
=============
Task ID : AETHER-2167 : Implement helm charts for deploying prom-label-proxy
Task Link : https://jira.opennetworking.org/browse/AETHER-2167
Features/Root Cause Analysis :
==============================
* config model helm chart for prom label proxy
* prom-label-proxy helm chart
* getting initial config not done deliberatlywq
Unit Test:
=============
* Integration testing with prometheus done
* Integration testing with Grafana pending
Change-Id: I1b94feee56cb7046dd1affb036c3d02585aedcaf
diff --git a/aether-roc-umbrella/Chart.yaml b/aether-roc-umbrella/Chart.yaml
index b425230..ba9743f 100644
--- a/aether-roc-umbrella/Chart.yaml
+++ b/aether-roc-umbrella/Chart.yaml
@@ -7,7 +7,7 @@
description: Aether ROC Umbrella chart to deploy all Aether ROC
kubeVersion: ">=1.18.0"
type: application
-version: 1.4.16
+version: 1.4.17
appVersion: v0.0.0
keywords:
- aether
@@ -29,6 +29,11 @@
condition: onos-config.models.aether.v4.enabled
repository: "file://../config-models/aether-4.x"
version: 4.0.8
+ - name: config-model-plproxy
+ condition: onos-config.models.plproxy.v1.enabled
+ repository: "file://../config-models/plproxy-1.x"
+ version: 1.0.0
+ alias: config-model-plproxy-1-0-0
- name: onos-config
condition: import.onos-config.enabled
repository: https://charts.onosproject.org
@@ -82,3 +87,8 @@
condition: import.prometheus.enabled
repository: https://prometheus-community.github.io/helm-charts
version: 14.6.1
+ - name: prom-label-proxy
+ condition: import.plproxy.enabled
+ repository: "file://../prom-label-proxy"
+ version: 0.3.3
+ alias: prom-label-proxy-v1