Skip to content

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

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
                }
              ]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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