NFVO
NFVO copied to clipboard
Repository containing the source code of the NFVO
Add external network field to subnet based on poolName in vnfd.json file and connect to it instead of first router/external router it finds. Addresses issue #243. To some degree addresses...
vim_image is a Set in the VirtualDeploymentUnit which does not maintain the order specified in the Metadata.yaml file. Suggest using a List instead.
This is a race condition issue. It affects descriptors where a VNF ("VNF D") has: - a dependency with two or more VNFs of same type (VNF 1 and VNF...
The TOSCA tests were useless and based on committed csar and yaml files that should have not been pushed. Need to be rewritten without the use of external files and...
While creating a new network, in any OpenStack scenario, there is no way to specify which external network should be used as _"externalGateway"_, in the openstack plugin code: ``` log.info("Create...
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...
My problem is most probably not directly related with OpenBaton, but it could possible that someone, who is contributing this project, experienced the same problem. I am changing codes of...
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....
Hi, we were stress testing OpenBaton and we found that when life-cycle event scripts produce large outputs (>2MB) it is possible that some issues will appear. I guess that large...