We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68abbc0 commit 50da30eCopy full SHA for 50da30e
generators/common.py
@@ -957,6 +957,7 @@ async def create_oob_connections(
957
"cable_type": "cat6", # Use cat6 for management/console connections
958
},
959
)
960
+ await cable.connected_endpoints.fetch()
961
cable.connected_endpoints.add(source_endpoint.id)
962
cable.connected_endpoints.add(target_endpoint.id)
963
generators/generate_dc.py
@@ -123,6 +123,7 @@ async def create_fabric_peering(self) -> None:
123
"cable_type": "dac-passive",
124
125
126
127
128
129
0 commit comments