-
Scenario: deployment of a network service on a newly created tenant (without private networks available)
At first attempt the NFVO tries to create the private network and respective router. However…
-
I am using the latest NFVO and trying to upload a PoP with the following json
```
{
"name":"vim-instance",
"authUrl":"http://192.168.174.136:5000/v2.0",
"tenant":"tenant-name",
"usernam…
-
Open Baton internally uses **Openstack4j** library to communicate with Openstack.
In my scenario i am having a **Openstack working on HTTPS**, which is behind a proxy server. To reach it we need to…
-
Using release 4.0.0 it seems that the generic VNFM uses the rabbitmqIP which is set in the nfvo properties file, not the one set in the generic vnfm properties. Should be checked for upcoming release …
-
I've been trying to run the Python Dummy VNFM with no success. Following the README, I've configured it and then I've executed `python2 __main__.py` in a virtualenv, getting a ChannelClosed exception …
-
https://github.com/openbaton/NFVO/blob/develop/main/src/main/java/org/openbaton/nfvo/system/FlywayConfig.java#L43 initialize the Flyway object, however it calls immediately the migrate method, probabl…
-
Hello,
I'm following [the docker tutorial](https://openbaton.github.io/documentation/tutorial-docker/), the first steps go well without problems but when I try to launch the Mongo NS I got "an unca…
-
```
~/dev/openmsa/etsi-mano/MANO-API$ gradle build
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :compileJava FAILED
FAILURE: Build failed with an exception.
* What wen…
-
When NFVO allocate resources, in case of a VNFR with more than one VDU, if one VDU fails allocating resources, check if the whole VNFR must go to ERROR or not
-
In case of any errors during lifecycle event, the NFVO should provide a mechanism for recovering it. In some cases, it will be retriggering the action may be enough, in some others manual intervention…