-
Notifications
You must be signed in to change notification settings - Fork 13
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
list_facility_ports cannot serialize to json #210
Comments
@kthare10 as a follow-up to this, how is the facility port information added to FIM? For the fabfed work, we are looking to get the raw values as maintained here: https://github.com/fabric-testbed/NetworkController/blob/main/device-config/ansible/inventory/fabric-cisco-dev.py#L281 It looks like most of that is there, although we would need some parsing info for node_id and name fields and a way to get the associated site (e.g. STAR, UTAH, etc.) |
@disprosium8 - Looking at this will keep you posted. |
@disprosium8 - I updated
|
I fixed this locally with
"link_layer": str(link.layer)
at:https://github.com/fabric-testbed/fabrictestbed-extensions/blob/main/fabrictestbed_extensions/fablib/resources.py#L1014
The text was updated successfully, but these errors were encountered: