Commit 8cfd400d authored by Francisco-Javier Ramon Salguero's avatar Francisco-Javier Ramon Salguero
Browse files

First draft ready for review:

- Some widow links fixed
- Cleanup of titles
parent 13e2b7eb
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -65,9 +65,9 @@ Coming soon with OSM Release SEVEN.

You can include optional components in your installation by adding the following flags:

- **VIM Emulator:** `--vimemu` (more information FIXME: [here](06-06-how-to-vim-emulator.md)
- **Performance Management additional stack (Grafana only):** `--pm_stack` (more information FIXME: [here](06-03-01-performance-management.md)
- **Fault Management features with ELK:** `--elk_stack` (more information FIXME: [here](06-03-02-fault-management.md)
- **VIM Emulator:** `--vimemu` (more information [here](04-vim-setup.md#vim-emulator)
- **Performance Management additional stack (Grafana only):** `--pm_stack` (more information [here](05-osm-usage.md#performance-management)
- **Fault Management features with ELK:** `--elk_stack` (more information [here](05-osm-usage.md#fault-management)

Example:

@@ -229,11 +229,11 @@ vagrant@vagrant:~$ osm ns-list

### Installation from source

TODO: TBD.
TODO: Under elaboration.

## PM and FM dashboards (optional)

TODO: TBD.
TODO: Under elaboration.

## Checking your installation

+1 −1
Original line number Diff line number Diff line
@@ -797,7 +797,7 @@ Due to its simplicity, a configuration particularly interesting for running a sa

#### Known limitations of DevStack

TODO: TBD.
TODO: Under elaboration.

### MicroStack

+8 −0
Original line number Diff line number Diff line
@@ -155,3 +155,11 @@ Some planned contents:
- K8s clusters
- Management of Helm repos
```

## Monitoring the OSM platform

TODO: Page in elaboration.

### Docker swarm build

### Kubernetes build
+2 −0
Original line number Diff line number Diff line
@@ -128,6 +128,8 @@ osm [OPTIONS] COMMAND [ARGS]...
  wim-update                 updates a WIM account
```

TODO:: To be updated to add newest options. Meanwhile you can run `osm --help` to obtain the latest command reference.

## Enable autocompletion

You can enable autocompletion in OSM client by creating a file osm-complete.sh in the following way:
+2 −2
Original line number Diff line number Diff line
@@ -725,7 +725,7 @@ Of course, it is also possible to complete this process manually as described in

### Ubuntu 16.04 LTS

TODO: Under ellaboration.
TODO: Under elaboration.

## Configuration of the OpenVIM controller

@@ -933,4 +933,4 @@ service osm-openvim start

### Software upgrade (binaries)

TODO: Under ellaboration.
TODO: Under elaboration.
Loading