From: velandy Date: Sat, 25 Mar 2017 23:04:08 +0000 (+0100) Subject: Merge "Package creation command line utility" X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=9cefbfe9054c20c86437c80a17392e201f8d27e5;hp=493934a44685c0f0436f00a0f782f4f55b4a9560;p=osm%2FFeatures.git Merge "Package creation command line utility" --- diff --git a/Release1/package-creation-utility.md b/Release1/package-creation-utility.md new file mode 100644 index 0000000..0fc4448 --- /dev/null +++ b/Release1/package-creation-utility.md @@ -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. +