Loading 03-installing-osm.md +8 −7 Original line number Diff line number Diff line Loading @@ -251,10 +251,10 @@ vagrant@vagrant:~$ osm ns-list Some cases where the Charmed installer might be more suitable: - **Production ready:** HA, Backups, Upgrades, ... - **Lifecycle management:** Configuration of OSM Charms, scaling, ... - **Integration with other components:** Via relations - **PLUGGABLE:** Do you want to use an existing Kubernetes? Or an existing Juju controller? Or an existing LXD cluster? You can. - **Production ready:** HA, backups, upgrades... - **Lifecycle management:** Configuration of OSM Charms, scaling... - **Integration with other components:** Via relations. - **Pluggable:** Do you want to use an existing Kubernetes? Or an existing Juju controller? Or an existing LXD cluster? You can. #### Standalone Loading @@ -270,7 +270,7 @@ This will install OSM on [microk8s](https://microk8s.io/) using Charms. #### External For the installation using External components the following parameters can be added: For the installation using external components the following parameters can be added: ```bash wget https://osm-download.etsi.org/ftp/osm-7.0-seven/install_osm.sh Loading @@ -279,6 +279,7 @@ chmod +x install_osm.sh ``` The values for the parameters are the following: - `k8s`: This will be the path of the kubeconfig file of your external Kubernetes. - `vca`: This will be the name of the controller already added to your Juju CLI. - `lxd`: This will be the path to the `cloud.yaml` file of your external LXD Cluster. Loading @@ -286,7 +287,7 @@ The values for the parameters are the following: For more information on the LXD `cloud.yaml` and `credential.yaml` files consult [here](16-lxd-cluster.md) #### OSM client in Charmed Installations #### OSM client in Charmed installations Once the installation is over, follow these instructions to use the osmclient: Loading @@ -294,7 +295,7 @@ Once the installation is over, follow these instructions to use the osmclient: NBI_IP=juju status --format yaml | yq r - applications.nbi-k8s.address export OSM_HOSTNAME=$NBI_IP ``` To have the osmclient always available include it in your bashrc: To have the osm client always available include it in your `.bashrc`: ```bash NBI_IP=juju status --format yaml | yq r - applications.nbi-k8s.address Loading Loading
03-installing-osm.md +8 −7 Original line number Diff line number Diff line Loading @@ -251,10 +251,10 @@ vagrant@vagrant:~$ osm ns-list Some cases where the Charmed installer might be more suitable: - **Production ready:** HA, Backups, Upgrades, ... - **Lifecycle management:** Configuration of OSM Charms, scaling, ... - **Integration with other components:** Via relations - **PLUGGABLE:** Do you want to use an existing Kubernetes? Or an existing Juju controller? Or an existing LXD cluster? You can. - **Production ready:** HA, backups, upgrades... - **Lifecycle management:** Configuration of OSM Charms, scaling... - **Integration with other components:** Via relations. - **Pluggable:** Do you want to use an existing Kubernetes? Or an existing Juju controller? Or an existing LXD cluster? You can. #### Standalone Loading @@ -270,7 +270,7 @@ This will install OSM on [microk8s](https://microk8s.io/) using Charms. #### External For the installation using External components the following parameters can be added: For the installation using external components the following parameters can be added: ```bash wget https://osm-download.etsi.org/ftp/osm-7.0-seven/install_osm.sh Loading @@ -279,6 +279,7 @@ chmod +x install_osm.sh ``` The values for the parameters are the following: - `k8s`: This will be the path of the kubeconfig file of your external Kubernetes. - `vca`: This will be the name of the controller already added to your Juju CLI. - `lxd`: This will be the path to the `cloud.yaml` file of your external LXD Cluster. Loading @@ -286,7 +287,7 @@ The values for the parameters are the following: For more information on the LXD `cloud.yaml` and `credential.yaml` files consult [here](16-lxd-cluster.md) #### OSM client in Charmed Installations #### OSM client in Charmed installations Once the installation is over, follow these instructions to use the osmclient: Loading @@ -294,7 +295,7 @@ Once the installation is over, follow these instructions to use the osmclient: NBI_IP=juju status --format yaml | yq r - applications.nbi-k8s.address export OSM_HOSTNAME=$NBI_IP ``` To have the osmclient always available include it in your bashrc: To have the osm client always available include it in your `.bashrc`: ```bash NBI_IP=juju status --format yaml | yq r - applications.nbi-k8s.address Loading