Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gc4rella opened this issue Jan 12, 2018 · 0 comments
Open

Comments

@gc4rella
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant