diff --git a/docs/vale/styles/config/vocabularies/geant-jargon/accept.txt b/docs/vale/styles/config/vocabularies/geant-jargon/accept.txt index 9172c42e39a10632a75a6e73c17dd9b0e9b5eb41..2b2d2a4f8b71a93a3dbce06687222161e1d1db01 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/db/models.py b/gso/db/models.py index 11d045ee8a5cd11d48e84dbe97de1e3ceb4dffad..350aa9072198c5e4adfb903f213aa681f19aca81 100644 --- a/gso/db/models.py +++ b/gso/db/models.py @@ -17,7 +17,7 @@ logger = structlog.get_logger(__name__) class PartnerType(str, enum.Enum): - """Enum defining different types of partners in the GSO system.""" + """Defining different types of partners in the GSO system.""" NREN = "NREN" RE_PEER = "RE_PEER" diff --git a/gso/workflows/iptrunk/create_iptrunk.py b/gso/workflows/iptrunk/create_iptrunk.py index 88ac9f4403f989acaa5ae7259a70ccacbf877a1b..8018f66c530ccfec463362d314e9c5e33d5faf34 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):