blob: 1d17fa74e9c65ff98238de1bdd3508e8227e0519 [file] [log] [blame]
Sean Condona49cffd2021-10-01 12:38:45 +01001# SPDX-FileCopyrightText: 2021 Open Networking Foundation
2#
Sean Condon160ec1d2022-02-08 12:58:25 +00003# SPDX-License-Identifier: Apache-2.0
Sean Condona49cffd2021-10-01 12:38:45 +01004
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
14{{ .Release.Name }} depends on the "aether-roc-api which in turn depends
15on onos-config(with the Aether x.y.0 model plugins) and onos-topo"
16micro services.
17
18If you are using KinD as a Kubernetes server you will have to add a "port-forward" to access the aether-roc-gui e.g.
19$ kubectl -n {{.Release.Namespace}} port-forward service/{{.Values.fullnameOverride}} 8183:80
20and then access the API with:
21
22http://localhost:8183