README.md 1.22 KiB
Newer Older
lavado's avatar
lavado committed
# VNF Onboarding Guidelines

lavado's avatar
lavado committed
## Scope of the document
lavado's avatar
lavado committed

lavado's avatar
lavado committed
This document collects procedures and best practices to sucessfully onboard VNFs in OSM.
lavado's avatar
lavado committed

## Guidelines for contributors

lavado's avatar
lavado committed
* OSM [Workflow for documentation production](https://osm.etsi.org/gitlab/osm-doc/documentation-how-to/blob/master/Workflow%20for%20documentation%20production%20in%20OSM.md#guide-for-contributors) must be used.
* Every section of this document, under a "H1" tag (single #), must be contained in a single file and formatted according to the following [sample document](#)

## Exporting the document 

This markdown format can be easily exported using Pandoc.
lavado's avatar
lavado committed
The 'export.sh' script includes an example, simply run it and the document will be exported to a self-contained HTML in the **root** folder.

`./export.sh`

lavado's avatar
lavado committed
If you pass as a parameter a DOCX template name from the 'templates' folder, then the document will be exported to Word in the **outputs** folder.

`./export.sh OSM_White_Paper_Template_body_fixed.docx`

For more information about Pandoc options, please visit the OSM [Workflow for documentation production](https://osm.etsi.org/gitlab/osm-doc/documentation-how-to/blob/master/Workflow%20for%20documentation%20production%20in%20OSM.md#guide-for-contributors)