From 789e34134a8c48104c478b48d09265b4a5115e99 Mon Sep 17 00:00:00 2001 From: Mohammad Torkashvand <mohammad.torkashvand@geant.org> Date: Mon, 18 Mar 2024 15:43:00 +0100 Subject: [PATCH] fix vale --- docs/vale/styles/config/vocabularies/geant-jargon/accept.txt | 1 + gso/workflows/iptrunk/create_iptrunk.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/vale/styles/config/vocabularies/geant-jargon/accept.txt b/docs/vale/styles/config/vocabularies/geant-jargon/accept.txt index 9172c42e3..2b2d2a4f8 100644 --- a/docs/vale/styles/config/vocabularies/geant-jargon/accept.txt +++ b/docs/vale/styles/config/vocabularies/geant-jargon/accept.txt @@ -6,6 +6,7 @@ WFO Ansible [Dd]eprovision API +DNS dry_run Dark_fiber [A|a]ddress diff --git a/gso/workflows/iptrunk/create_iptrunk.py b/gso/workflows/iptrunk/create_iptrunk.py index 88ac9f440..8018f66c5 100644 --- a/gso/workflows/iptrunk/create_iptrunk.py +++ b/gso/workflows/iptrunk/create_iptrunk.py @@ -403,7 +403,7 @@ def check_ip_trunk_isis( @step("Register DNS records for both sides of the trunk") def register_dns_records(subscription: IptrunkInactive) -> State: - """Register DNS records for both sides of the newly created IPtrunk.""" + """Register :term: `DNS` records for both sides of the newly created IPtrunk.""" for index, side in enumerate(subscription.iptrunk.iptrunk_sides): fqdn = f"{side.iptrunk_side_ae_iface}-0.{side.iptrunk_side_node.router_fqdn}" if not (subscription.iptrunk.iptrunk_ipv4_network and subscription.iptrunk.iptrunk_ipv6_network): -- GitLab