Scott Baker | 6965439 | 2021-09-17 13:50:16 -0700 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: 2021 Open Networking Foundation |
| 2 | # |
Sean Condon | 160ec1d | 2022-02-08 12:58:25 +0000 | [diff] [blame] | 3 | # SPDX-License-Identifier: Apache-2.0 |
Scott Baker | 6965439 | 2021-09-17 13:50:16 -0700 | [diff] [blame] | 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 | $ watch kubectl -n {{.Release.Namespace}} get pods |
| 14 | |
| 15 | You can attach to: |
| 16 | * Aether CLI pod with |
SeanCondon | f49d7fb | 2022-05-04 18:13:26 +0100 | [diff] [blame] | 17 | $ kubectl -n {{.Release.Namespace}} exec -it deployment/onos-cli -- /bin/bash |
| 18 | * Aether Portal at http://<server_IP>:31194 |
Scott Baker | 6965439 | 2021-09-17 13:50:16 -0700 | [diff] [blame] | 19 | |
SeanCondon | f49d7fb | 2022-05-04 18:13:26 +0100 | [diff] [blame] | 20 | The aether-roc-api is then available at http://<server_IP>:31194/aether-roc-api |