From: velandy Date: Mon, 13 Jun 2016 14:01:18 +0000 (+0200) Subject: Package creation command line utility X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F55%2F155%2F5;p=osm%2FFeatures.git Package creation command line utility Change-Id: I570a1388fa28eb6d875179e3118f15a1de05fc0a --- 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. +