| Austin Cormier | c97d006 | 2016-05-23 21:21:41 -0400 | [diff] [blame^] | 1 | Generates the MWC16 NSD and VNFD descriptor packages from source. |
| 2 | |||||
| 3 | To generate the packages type "make". The VNF and NSD packages will be located | ||||
| 4 | build/vnfd_pkgs and build/nsd_pkgs. | ||||
| 5 | |||||
| 6 | To clean, type 'make clean'. | ||||
| 7 | |||||
| 8 | Due to license issues, for the IMS VNFD package, the IMS charm is fetched | ||||
| 9 | extracted from the respective git repository prior to packaging. Because of | ||||
| 10 | this, internet access is required to reach github. | ||||