openbaton / generic-vnfm

Repository containing the source code of the generic VNFM
Apache License 2.0
20 stars 20 forks source link

Enable offline installation of the Generic VNFM #29

Closed marcellom closed 7 years ago

marcellom commented 7 years ago

It allows to create a tar archive containing the whole distribution. The VNFM can be then started by running ./bin/openbaton-vnfm-generic start. Stop, force-stop, status and restart options are available too.

In order to obtain the distribution tar, just execute ./gradlew distTar. Then you will find the tar in build/distributions/generic-vnfm-3.2.1-SNAPSHOT.tar