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

Subnet Name --> UUID Lookup should be PE Cluster Aware #260

Closed
jzamanski opened this issue Aug 25, 2022 · 1 comment · Fixed by #266 or #286
Closed

Subnet Name --> UUID Lookup should be PE Cluster Aware #260

jzamanski opened this issue Aug 25, 2022 · 1 comment · Fixed by #266 or #286
Assignees
Labels

Comments

@jzamanski
Copy link

The conversion from subnet name to UUID needs to filter on PE cluster as well as there can be subnets of the same name on each PE cluster. Currently it may retrieve the subnet UUID of a subnet with the same name but on a different PE cluster.

uuid = subnet.get_uuid(name)

@jzamanski jzamanski changed the title Subnet Name > UUID Lookup should be PE Cluster Aware Subnet Name --> UUID Lookup should be PE Cluster Aware Aug 25, 2022
@bhati-pradeep bhati-pradeep self-assigned this Sep 12, 2022
@bhati-pradeep
Copy link
Collaborator

Fixed in v1.7.0, checkout example vm.yml for usage.

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