Scott Baker | c9d3d84 | 2021-09-17 11:32:53 -0700 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: 2021 Open Networking Foundation |
| 2 | # |
| 3 | # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| 4 | |
| 5 | Thank you for installing {{ .Chart.Name }} Helm chart. |
| 6 | |
| 7 | Your release is named {{ .Release.Name }} in namespace {{.Release.Namespace}}. |
| 8 | See https://docs.onosproject.org/developers/deploy_with_helm/ |
| 9 | |
| 10 | To 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 |
| 15 | on onos-config(with the Aether x.y.0 model plugins) and onos-topo" |
| 16 | micro services. |
| 17 | |
| 18 | If 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 $(kubectl -n {{.Release.Namespace}} get pods -l type=arg -o name) 8183:80 |
| 20 | and then access the API with: |
| 21 | |
| 22 | http://localhost:8183 |