Update IPtrunk migration IPAM step behaviour
All threads resolved!
All threads resolved!
Compare changes
@@ -542,26 +542,25 @@ def delete_old_config_real(
@@ -542,26 +542,25 @@ def delete_old_config_real(
def update_ipam(subscription: Iptrunk, old_side_data: dict, new_node: Router, new_lag_interface: str) -> State:
old_fqdn = f"{old_side_data['iptrunk_side_ae_iface']}.{old_side_data['iptrunk_side_node']['router_fqdn']}"
infoblox.create_host_by_ip(new_fqdn, trunk_v4.ipv4addr, trunk_v6.ipv6addr, service_type="TRUNK", comment=comment)