Initial commit for chronos-umbrella

Change-Id: Ice4173f994e049c5ef333046438b27a1a396e234
diff --git a/chronos-umbrella/templates/NOTES.txt b/chronos-umbrella/templates/NOTES.txt
new file mode 100644
index 0000000..6bbb75c
--- /dev/null
+++ b/chronos-umbrella/templates/NOTES.txt
@@ -0,0 +1,25 @@
+# SPDX-FileCopyrightText: 2021 Open Networking Foundation

+#

+# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0

+

+Thank you for installing {{ .Chart.Name }} Helm chart.

+

+Your release is named {{ .Release.Name }} in namespace {{.Release.Namespace}}.

+See https://docs.onosproject.org/developers/deploy_with_helm/

+

+To learn more about the release, try:

+  $ helm -n {{.Release.Namespace}} status {{ .Release.Name }}

+  $ helm -n {{.Release.Namespace}} get all {{ .Release.Name }}

+  $ watch kubectl -n {{.Release.Namespace}} get pods

+

+You can attach to:

+* Aether CLI pod with

+$ kubectl -n {{.Release.Namespace}} exec -it $(kubectl -n {{.Release.Namespace}} get pods -l type=cli -o name) -- /bin/sh

+* Aether Portal at http://<server_IP>:31190

+

+If you are using KinD as a Kubernetes server, you will have to use a "port-forward" to access the Aether ROC GUI e.g.

+$ kubectl -n {{.Release.Namespace}} port-forward service/aether-roc-gui 8183:80

+and then access the GUI at

+* http://localhost:8183

+

+The aether-roc-api is then available at http://localhost:8183/aether-roc-api