summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitreview4
-rw-r--r--[-rwxr-xr-x]docs/files/VNF SDK - Guide for Bundling VNFs.rst0
-rw-r--r--[-rwxr-xr-x]docs/files/VNF SDK blueprints.rst0
-rw-r--r--[-rwxr-xr-x]docs/files/pkgtool.rst8
4 files changed, 10 insertions, 2 deletions
diff --git a/.gitreview b/.gitreview
new file mode 100644
index 0000000..e47a10e
--- /dev/null
+++ b/.gitreview
@@ -0,0 +1,4 @@
+[gerrit]
+host=gerrit.onap.org
+port=29418
+project=vnfsdk/model
diff --git a/docs/files/VNF SDK - Guide for Bundling VNFs.rst b/docs/files/VNF SDK - Guide for Bundling VNFs.rst
index b5a3499..b5a3499 100755..100644
--- a/docs/files/VNF SDK - Guide for Bundling VNFs.rst
+++ b/docs/files/VNF SDK - Guide for Bundling VNFs.rst
diff --git a/docs/files/VNF SDK blueprints.rst b/docs/files/VNF SDK blueprints.rst
index 3445ac0..3445ac0 100755..100644
--- a/docs/files/VNF SDK blueprints.rst
+++ b/docs/files/VNF SDK blueprints.rst
diff --git a/docs/files/pkgtool.rst b/docs/files/pkgtool.rst
index 616b212..e334e0c 100755..100644
--- a/docs/files/pkgtool.rst
+++ b/docs/files/pkgtool.rst
@@ -25,12 +25,16 @@ The following commands are executed in the cloned repository directory:
Install all required dependencies
2. pip install .
-Install VNF SDK tools package 
+Or run the following commands in the cloned repository directory to install:
+
+1. python setup.py install
+
+Install VNF SDK tools package
-----------------------------
Usage
* Create CSAR by specifying a directory
- vnfsdk csar-create -d DESTINATION source entry
+ vnfsdk csar-create -d DESTINATION [--manifest MANIFEST] [--history HISTORY] [--tests TESTS] [--licenses LICENSES] source entry
* Extract CSAR content
vnfsdk csar-open -d DESTINATION source