| # 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 }} |
| |
| {{ .Release.Name }} depends on the "aether-enterprise-portal which in turn depends |
| on onos-config(with the Aether x.y.0 model plugins) and onos-topo" |
| micro services. |
| |
| If you are using KinD as a Kubernetes server you will have to add a "port-forward" to access the aether-enterprise-portal e.g. |
| $ kubectl -n {{.Release.Namespace}} port-forward service/{{.Values.fullnameOverride}} 8183:80 |
| and then access the API with: |
| |
| http://localhost:8183 |