Package creation command line utility 55/155/5
authorvelandy <rajesh.velandy@riftio.com>
Mon, 13 Jun 2016 14:01:18 +0000 (16:01 +0200)
committerhoban <adrian.hoban@intel.com>
Sat, 25 Mar 2017 23:01:47 +0000 (00:01 +0100)
Change-Id: I570a1388fa28eb6d875179e3118f15a1de05fc0a

Release1/package-creation-utility.md [new file with mode: 0644]

diff --git a/Release1/package-creation-utility.md b/Release1/package-creation-utility.md
new file mode 100644 (file)
index 0000000..0fc4448
--- /dev/null
@@ -0,0 +1,27 @@
+# Create a command line utility for Package Creation #
+
+## Proposer ##
+Rajesh Velandy (RIFT.io)
+
+## Type ##
+**Feature** (do not modify)
+
+## Target MDG/TF ##
+SO
+
+## Description ##
+Create a command line utility to create  both NS and VNF packages.
+The composer work-flow currently only supports creation of VNF/NS packages with
+only  descriptor(When the descriptor refers to additional files such as scripts,
+the composer does not allow the addition of those files).
+The command line utility will allow the creation of both NS and VNF packages
+with the right structure using the descriptor and  the various files that is
+referred in the descriptor.
+
+## Demo or definition of done ##
+Should demonstrate the following:
+1. Execute the command line utility to create a VNF package.
+2. Execute the command line utility to create an NS package.
+3. Onboard  the NS/VNF packages created in the previous steps and  instantiate
+ the onboarded NS.
+