Skip to content
Snippets Groups Projects
Verified Commit fd7d7df0 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Fix DNS records checked for in trunk validation workflow

parent 9d5834b2
No related branches found
No related tags found
1 merge request!236Fix DNS records checked for in trunk validation workflow
Pipeline #88085 passed
......@@ -49,7 +49,7 @@ def verify_ipam_records(subscription: Iptrunk) -> None:
)
for index, side in enumerate(subscription.iptrunk.iptrunk_sides):
lag_fqdn = f"{side.iptrunk_side_ae_iface}.{side.iptrunk_side_node.router_fqdn}"
lag_fqdn = f"{side.iptrunk_side_ae_iface}-0.{side.iptrunk_side_node.router_fqdn}"
side_v4 = subscription.iptrunk.iptrunk_ipv4_network[index]
side_v6 = subscription.iptrunk.iptrunk_ipv6_network[index + 1]
# Validate IPv4 address allocation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment