This repository contain documentation for ETSI MANO servers, such as ubiqube NFV-VNFM webapp, and NFV-NFVO webapp.
The doc source is written in asciidoc format
To view the doc formatted you need to clone the git repo and checkout the branch you are interested in.
You can use the asciidoc browser extension to view the doc rendered in HTML.
Clone the repository Checkout the branch you need to use and build the doc with the CLI command below
docker build -t ubi.docs .
if you have gradle you can also execute
gradle asciidoctor
The doc is generated in build/docs/
docker run --rm ubi.docs tar c build | tar x
docker run --rm -it ubi.docs
All activable authentication modules.
6a07a6c (Add multi tenant documentation)