sonata-nfv / tng-sdk-package

The 5GTANGO SDK tool to create and unpack 5GTANGO packages.
http://www.5gtango.eu
Apache License 2.0
7 stars 9 forks source link

Feature: Packaging of native OSM packages from 5GTANGO projects #177

Closed RafaelSche closed 5 years ago

RafaelSche commented 5 years ago

Added misc/mixed-ns-project/ for OSM-Testing.

In packager.py:

class OsmPackager(EtsiPackager) added. In function _do_package() files attached to a project are first choosed, if they are relevant for OsmPackaging and then sorted in lists after the destination package (ns-package or vnf-package and etc.). Then temporary directories for all packages are created, files copied there archives created from that directories. Helper functions are defined in OsmPackager-class for all these steps.

mpeuster commented 5 years ago

Closes #51

mpeuster commented 5 years ago

Great work -> Merge!