From 13069cf1dc76765f7e06237ad8c4584263f3ce95 Mon Sep 17 00:00:00 2001 From: Austin Cormier Date: Mon, 23 May 2016 21:21:41 -0400 Subject: [PATCH] Add README --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..28be851 --- /dev/null +++ b/README @@ -0,0 +1,10 @@ +Generates the MWC16 NSD and VNFD descriptor packages from source. + +To generate the packages type "make". The VNF and NSD packages will be located +build/vnfd_pkgs and build/nsd_pkgs. + +To clean, type 'make clean'. + +Due to license issues, for the IMS VNFD package, the IMS charm is fetched +extracted from the respective git repository prior to packaging. Because of +this, internet access is required to reach github. -- 2.25.1