Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GÉANT Service Orchestrator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
GÉANT Service Orchestrator
Commits
789e3413
Commit
789e3413
authored
1 year ago
by
Mohammad Torkashvand
Browse files
Options
Downloads
Patches
Plain Diff
fix vale
parent
0e14a4d4
No related branches found
No related tags found
No related merge requests found
Pipeline
#85932
failed
1 year ago
Stage: tox
Stage: documentation
Stage: sonarqube
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/vale/styles/config/vocabularies/geant-jargon/accept.txt
+1
-0
1 addition, 0 deletions
docs/vale/styles/config/vocabularies/geant-jargon/accept.txt
gso/workflows/iptrunk/create_iptrunk.py
+1
-1
1 addition, 1 deletion
gso/workflows/iptrunk/create_iptrunk.py
with
2 additions
and
1 deletion
docs/vale/styles/config/vocabularies/geant-jargon/accept.txt
+
1
−
0
View file @
789e3413
...
@@ -6,6 +6,7 @@ WFO
...
@@ -6,6 +6,7 @@ WFO
Ansible
Ansible
[Dd]eprovision
[Dd]eprovision
API
API
DNS
dry_run
dry_run
Dark_fiber
Dark_fiber
[A|a]ddress
[A|a]ddress
...
...
This diff is collapsed.
Click to expand it.
gso/workflows/iptrunk/create_iptrunk.py
+
1
−
1
View file @
789e3413
...
@@ -403,7 +403,7 @@ def check_ip_trunk_isis(
...
@@ -403,7 +403,7 @@ def check_ip_trunk_isis(
@step
(
"
Register DNS records for both sides of the trunk
"
)
@step
(
"
Register DNS records for both sides of the trunk
"
)
def
register_dns_records
(
subscription
:
IptrunkInactive
)
->
State
:
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
):
for
index
,
side
in
enumerate
(
subscription
.
iptrunk
.
iptrunk_sides
):
fqdn
=
f
"
{
side
.
iptrunk_side_ae_iface
}
-0.
{
side
.
iptrunk_side_node
.
router_fqdn
}
"
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
):
if
not
(
subscription
.
iptrunk
.
iptrunk_ipv4_network
and
subscription
.
iptrunk
.
iptrunk_ipv6_network
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment