Skip to content

Unable to allocate floating IPs from different pools to the same VNF #48

@gc4rella

Description

@gc4rella

In cases where the VNF has multiple connection points attached to different VLs, it is not possible to specify different floating IP Pools.

Example VLD:

  "vld":[
    {
      "name":"private",
      "poolName":"pool1"
    },
    {
      "name":"private-2",
      "poolName":"pool2"
    }
  ],

And connection points:


              "connection_point":[
                {
                  "floatingIp":"random",
                  "virtual_link_reference":"private",
                  "interfaceId":0
                },
                {
                  "floatingIp":"random",
                  "virtual_link_reference":"private-2",
                  "interfaceId":1
                }
              ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions