-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Identify interface by MAC address instead of UUID
The UUID in Nautobot is not the same as the UUID in ironic/nova so use the MAC address to find the required switch port. In the earlier milestones we should not encounter LAGs but this is something to watch out for in future: - it is not clear exactly what the rules are with interface in Nautobot but when interfaces belong to a LAG. Nautobot seems to report that the LAG and its members all share a MAC address. This means the MAC address is no longer guaranteed to uniquely identify an interface. We have also been talking about how to sync/store the various UUID values in nautobot, so perhaps this will eventually be solved that way.
- Loading branch information
Showing
4 changed files
with
47 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters