blob: 99e18eacd2f7f9df745eb9d4c4a20d16af2287cd [file] [log] [blame]
SeanCondon3c3d08f2022-05-27 11:39:58 +01001# SPDX-FileCopyrightText: 2022-present Intel Corporation
2#
3# SPDX-License-Identifier: Apache-2.0
4
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 $ watch kubectl -n {{.Release.Namespace}} get pods
14
15You 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
20The fabric-roc-api is then available at http://<server_IP>:31194/aether-roc-api