chronos-umbrella: Releasing 0.0.9

Change-Id: I1c2d69538ecf74fe770c02b0f4e6c259f0fd4e8d
diff --git a/chronos-exporter/Chart.yaml b/chronos-exporter/Chart.yaml
index cd1d5ea..516a686 100644
--- a/chronos-exporter/Chart.yaml
+++ b/chronos-exporter/Chart.yaml
@@ -7,8 +7,8 @@
 description: Chronos Exporter

 kubeVersion: ">=1.15.0"

 type: application

-version: 0.0.5

-appVersion: v0.0.3

+version: 0.0.6

+appVersion: v0.0.5

 keywords:

   - aether

   - exporter

diff --git a/chronos-exporter/files/configs/demo-configuration.yaml b/chronos-exporter/files/configs/demo-configuration.yaml
index 8b4b602..42ec3dd 100644
--- a/chronos-exporter/files/configs/demo-configuration.yaml
+++ b/chronos-exporter/files/configs/demo-configuration.yaml
@@ -1,6 +1,10 @@
 # SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org>
 #
 # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+enterprise:
+  enterprise-id: tesla
+  display-name: Tesla
+  image: https://en.wikipedia.org/wiki/File:Tesla_Motors.svg
 sites:
   - site-id: freemont
     display-name: Freemont, CA
diff --git a/chronos-exporter/values.yaml b/chronos-exporter/values.yaml
index 794c50d..d672227 100644
--- a/chronos-exporter/values.yaml
+++ b/chronos-exporter/values.yaml
@@ -10,7 +10,7 @@
 

 image:

   repository: onosproject/chronos-exporter

-  tag: v0.0.3

+  tag: v0.0.5

   pullPolicy: IfNotPresent

   pullSecrets: []

 

diff --git a/chronos-umbrella/Chart.yaml b/chronos-umbrella/Chart.yaml
index f4056de..e745f4a 100644
--- a/chronos-umbrella/Chart.yaml
+++ b/chronos-umbrella/Chart.yaml
@@ -7,7 +7,7 @@
 description: Chronos Umbrella chart to deploy all Aether ROC

 kubeVersion: ">=1.18.0"

 type: application

-version: 0.0.8

+version: 0.0.9

 appVersion: v0.0.0

 keywords:

   - aether

@@ -20,7 +20,7 @@
   - name: grafana

     condition: import.grafana.enabled

     repository: https://grafana.github.io/helm-charts

-    version: 6.16.6

+    version: 6.16.6 # See also image.tag override for 8.1.8

   - name: prometheus

     condition: import.prometheus.chronos.enabled

     repository: https://prometheus-community.github.io/helm-charts

@@ -29,7 +29,7 @@
   - name: chronos-exporter

     condition: import.chronos-exporter.enabled

     repository: "file://../chronos-exporter"

-    version: 0.0.5

+    version: 0.0.6

   - name: aether-enterprise-portal

     condition: import.aether-enterprise-portal.enabled

     repository: "file://../aether-enterprise-portal"

diff --git a/chronos-umbrella/README.md b/chronos-umbrella/README.md
index 78366db..22a8b65 100644
--- a/chronos-umbrella/README.md
+++ b/chronos-umbrella/README.md
@@ -8,6 +8,7 @@
 

 Provides a [Helm] chart for deploying

 

+* aether-enterprise-portal

 * chronos-exporter

 * grafana

 * prometheus

@@ -15,6 +16,35 @@
 to [Kubernetes].

 > See the [documentation] for more info.

 

+### Deployment on own K8S

+To deploy locally use

+```bash

+helm -n chronos install chronos-umbrella aether/chronos-umbrella

+```

+

+and port-forward with:

+```bash

+kubectl -n chronos port-forward deployment/aether-enterprise-portal 8184:80

+```

+

+### Deployment on https://chronos-dev.onlab.us

+

+When deployed this is available as

+

+* aether-enterprise-portal: https://chronos-dev.onlab.us

+* chronos-exporter config: https://chronos-dev.onlab.us/chronos-exporter/config

+* prometheus config: https://chronos-dev.onlab.us/prometheus/graph

+* grafana: https://chronos-dev.onlab.us/grafana

+

+> This is protected with basic Auth: username `onfstaff` - ask for password

+

+To update the deployment for a new version of `chronos-umbrella` update the 2 files:

+

+* https://gerrit.opencord.org/c/aether-app-configs/+/29774/1/aether-dev/app/chronos/values.yaml

+* https://gerrit.opencord.org/c/aether-app-configs/+/29774/1/aether-dev/app/chronos/fleet.yaml

+

+> if your patch changes the configmap only, we have to delete the pod to reload the cnofigmap

+

 [Kubernetes]: https://kubernetes.io/

 [Helm]: https://helm.sh/

 [documentation]: https://docs.onosproject.org/developers/deploy_with_helm/

diff --git a/chronos-umbrella/values.yaml b/chronos-umbrella/values.yaml
index 94e32e3..de3d6ec 100644
--- a/chronos-umbrella/values.yaml
+++ b/chronos-umbrella/values.yaml
@@ -30,6 +30,8 @@
     service: chronos-umbrella-prometheus-chronos-server

 

 grafana:

+  image:

+    tag: 8.1.8

   adminPassword: admin@123

   sidecar:

     dashboards: