SeanCondon | 3c3d08f | 2022-05-27 11:39:58 +0100 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: 2022-present Intel Corporation |
| 2 | # |
| 3 | # SPDX-License-Identifier: Apache-2.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 | $ watch kubectl -n {{.Release.Namespace}} get pods |
| 14 | |
| 15 | You can attach to: |
| 16 | * Fabric CLI pod with |
| 17 | $ kubectl -n {{.Release.Namespace}} exec -it deployment/onos-cli -- /bin/bash |
| 18 | * Fabric Portal at http://<server_IP>:31194 |
| 19 | |
| 20 | The fabric-roc-api is then available at http://<server_IP>:31194/aether-roc-api |