From 4057dede1d2f90d4d976be1521ea497f4e712ac2 Mon Sep 17 00:00:00 2001 From: velandy Date: Mon, 13 Jun 2016 16:01:18 +0200 Subject: [PATCH] Package creation command line utility Change-Id: I570a1388fa28eb6d875179e3118f15a1de05fc0a --- Release1/package-creation-utility.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Release1/package-creation-utility.md 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. + -- 2.17.1