Commit 6f110b89 authored by Francisco-Javier Ramon Salguero's avatar Francisco-Javier Ramon Salguero
Browse files

Fixed minor format issues in 03-installing-osm

parent 679401d7
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -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

@@ -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
@@ -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.
@@ -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:

@@ -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