summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLianhao Lu <lianhao.lu@intel.com>2017-10-12 11:08:34 +0800
committerLianhao Lu <lianhao.lu@intel.com>2017-10-12 11:54:44 +0800
commit020ed5cb7f2d4efedfcc48bbbdf892043adbfec1 (patch)
tree1afeb6f9eaef0a5e7ef280ec3020df4112e3fba6
parent2edcb8b3b55f8df976c5b9c1338925fd2f0b490c (diff)
Keep the pkgtools documentation up-to-date
1. Add the new parameters for pkgtools CLI. 2. Add a new method of installation of pkgtools CLI. 3. Add git-review configuartion files and correct files' mode. Issue-ID: VNFSDK-102 Change-Id: I7e45d9936efb369153e46849e9227516dd2d3639 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
-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