openbaton / openstack4j-plugin

Apache License 2.0
3 stars 12 forks source link

Issue 280 #64

Closed RuthDevlaeminck closed 6 years ago

RuthDevlaeminck commented 6 years ago

Currently if there is more than one interface (openstack port) on a single network only the first interfaces's IP address is available to the scripts as $network_name. If there is more than one subnet associated with a particular network (i.e. IPv4 and IPv6) openstack assigns IP addresses from both but the value of $network_name in the scripts is randomly assigned between the two.

Update the VNFCInstance to have not only a single ip address per network but now have all ip addresses including their subnets and interface id's if specified in the vnfd.json file.

This references issue openbaton/NFVO#280 and should be pulled with openbaton/NFVO#281

marcellom commented 6 years ago

closed due to inactivity