The Python version of a Juju Vnfm for Open Baton
Project description
This project is a Virtual Network Function Manager (VNFM) that enables Juju to work as a VNFM in the Open Baton environment.
Requirements
Python 3.5.2+
Juju 2.0+
Installation
For installing the Juju-VNFM execute
pip install .
inside the project’s root directory. Note that you have to use pip3 if your standard Python interpreter is python2.
Usage
After you installed the Juju-VNFM you have to configure it. Create the file /etc/openbaton/juju/conf.ini, make sure that the current user has write permissions for the file and execute:
jujuvnfm configure
Then follow the instructions.
Afterwards you can start the Juju-VNFM with the command jujuvnfm start. You can specify the number of threads started to handle NFVO requests by passing a number with the -t option:
jujuvnfm -t 10 start
The default number of threads is five.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for juju_vnfm-1.0.0b19-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ac0baf03f19432ee3dc0efc75acff7b3b35556666991e6c3924b6019980a085 |
|
MD5 | b1453fc2c4bf49d7402015411e2b0d45 |
|
BLAKE2b-256 | 9547ae3144fef511fbd20b00f20fa9fae1017a94a92b752a6a846ea3d078b61b |