summaryrefslogtreecommitdiffstats
path: root/docs/nfvparser/userguide
diff options
context:
space:
mode:
Diffstat (limited to 'docs/nfvparser/userguide')
-rw-r--r--docs/nfvparser/userguide/feature.userguide.rst27
-rw-r--r--docs/nfvparser/userguide/index.rst25
2 files changed, 52 insertions, 0 deletions
diff --git a/docs/nfvparser/userguide/feature.userguide.rst b/docs/nfvparser/userguide/feature.userguide.rst
new file mode 100644
index 0000000..c674e30
--- /dev/null
+++ b/docs/nfvparser/userguide/feature.userguide.rst
@@ -0,0 +1,27 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) <optionally add copywriters name>
+
+
+
+nfv parser Execution
+=====================
+
+Following is shown how to use nfv-toscaparser:
+
+.. code-block:: bash
+
+ tosca-parser --template-file=<path to the YAML template> [--nrpv] [--debug]
+ or
+ tosca-parser --template-file=<path to the CSAR zip file> [--nrpv] [--debug]
+ or
+ tosca-parser --template-file=<URL to the template or CSAR> [--nrpv] [--debug]
+ options:
+ --nrpv Ignore input parameter validation when parse template.
+ --debug debug mode for print more details other than raise exceptions when errors happen
+
+Example:
+
+.. code-block:: bash
+
+ tosca-parser --template-file=vRNC.yaml --nrpv
diff --git a/docs/nfvparser/userguide/index.rst b/docs/nfvparser/userguide/index.rst
new file mode 100644
index 0000000..addc37e
--- /dev/null
+++ b/docs/nfvparser/userguide/index.rst
@@ -0,0 +1,25 @@
+.. _parser-userguide:
+
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+
+=======================
+OPNFV Parser User Guide
+=======================
+
+.. The feature user guide should provide an OPNFV user with enough information to
+.. use the features provided by the feature project in the supported scenarios.
+.. This guide should walk a user through the usage of the features once a scenario
+.. has been deployed and is active according to the installation guide provided
+.. by the installer project.
+
+.. toctree::
+ :maxdepth: 1
+
+ feature.userguide
+.. The feature.userguide.rst file should contain the text for this document
+.. additional documents can be added to this directory and added in the right order
+.. to this file as a list below.
+
+