Giuseppe Carella
Giuseppe Carella
The NFVO should not allow deployments of network services with incompatible PoP types / VNFMs. There are cases in which the PoP types choose for deployment is incompatible with the...
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, probably without considering the configuration settings which are applied immediately after. A possible change is to call the...
It shall be possible to update a VNFR already instantiated. For the moment it would be enough to update values which are not requiring any triggering of specific actions, i.e....
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...
The download NSD/VNF Package operation should allow users to decide whether to upload or not an image on the VIM.
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...
I think there are some parameters which may not be necessary. It would be good to restructure (meaning organise parameters in sections) and cleanup (meaning removing parameters not needed) the...
The EMS agent should be downloaded from a local repo. An approach would be to make the agent available via a REST API offered by the Generic-VNFM.