Skip to content
Snippets Groups Projects

Add Edge Port, GÉANT IP and IAS products

Merged Karel van Klink requested to merge feature/add-geant-ip into develop
4 files
+ 96
10
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -78,9 +78,7 @@ def initialize_subscription(subscription: ImportedGeantIPInactive, service_bindi
for service_binding_port in service_binding_ports:
edge_port_subscription = EdgePort.from_subscription(service_binding_port.pop("edge_port"))
bgp_peers = service_binding_port.pop("bgp_peers")
sbp_bgp_session_list = [
BGPSession.new(subscription_id=uuid4(), **session) for session in bgp_peers
]
sbp_bgp_session_list = [BGPSession.new(subscription_id=uuid4(), **session) for session in bgp_peers]
service_binding_port_subscription = ServiceBindingPortInactive.new(
subscription_id=uuid4(),
Loading