sonata-nfv / tng-sdk-descriptorgen

5GTANGO descriptor generator
https://sonata-nfv.github.io/tng-sdk-descriptorgen/
Apache License 2.0
1 stars 2 forks source link

Offline generation #46

Closed stefanbschneider closed 6 years ago

stefanbschneider commented 6 years ago

Currently the default descriptors are fetched from GitHub (either tng-schema or this repository). Hence, the current descriptorgen doesn't work without internet.

For the demo, we should be able to generate offline - to be safe. Approach: Run web server locally that serves the default descriptors and fetch them from there.