Commit 665ce622 authored by Francisco-Javier Ramon Salguero's avatar Francisco-Javier Ramon Salguero
Browse files
parents d983eecd 00d72936
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ openvim image-create --name cirros034 --path /mnt/openvim-nfs/cirros-0.3.4-x86_6

- From the UI:
  - Go to 'VNF Packages' on the 'Packages' menu to the left
  - Drag and drop the VNF package file cirros_vnf.tar.gz in the importing area.
  - Drag and drop the VNF package file `cirros_vnf.tar.gz` in the importing area.

![Onboarding a VNF](assets/600px-Vnfd_onboard_r4.png)

@@ -51,7 +51,7 @@ osm vnfd-list

- From the UI:
  - Go to 'NS Packages' on the 'Packages' menu to the left
  - Drag and drop the NS package file cirros_2vnf_ns.tar.gz in the importing area.
  - Drag and drop the NS package file `cirros_2vnf_ns.tar.gz` in the importing area.

![Onboarding a NS](assets/600px-Nsd_onboard_r4.png)

+5 −0
Original line number Diff line number Diff line
@@ -22,6 +22,11 @@ sudo -H python3 -m pip install -r requirements.txt
Then run:

```bash
# Clean previous html
make clean
# Fix references to sections in other docs
for i in [0-1]*.md; do sed -i "s/\.md\#/\.html\#/g" $i; done
# Build html documentation
make html
```