blob: 6bbb75ce958e0d65aea6d8233841881362a36a2b [file] [log] [blame]
PUSHP RAJ7c521fa2021-12-06 14:19:03 +00001# SPDX-FileCopyrightText: 2021 Open Networking Foundation
2#
3# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
4
5Thank you for installing {{ .Chart.Name }} Helm chart.
6
7Your release is named {{ .Release.Name }} in namespace {{.Release.Namespace}}.
8See https://docs.onosproject.org/developers/deploy_with_helm/
9
10To learn more about the release, try:
11 $ helm -n {{.Release.Namespace}} status {{ .Release.Name }}
12 $ helm -n {{.Release.Namespace}} get all {{ .Release.Name }}
13 $ watch kubectl -n {{.Release.Namespace}} get pods
14
15You can attach to:
16* Aether CLI pod with
17$ kubectl -n {{.Release.Namespace}} exec -it $(kubectl -n {{.Release.Namespace}} get pods -l type=cli -o name) -- /bin/sh
18* Aether Portal at http://<server_IP>:31190
19
20If you are using KinD as a Kubernetes server, you will have to use a "port-forward" to access the Aether ROC GUI e.g.
21$ kubectl -n {{.Release.Namespace}} port-forward service/aether-roc-gui 8183:80
22and then access the GUI at
23* http://localhost:8183
24
25The aether-roc-api is then available at http://localhost:8183/aether-roc-api