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
c2f7b215
Verified
Commit
c2f7b215
authored
1 week ago
by
Saket Agrahari
Committed by
Karel van Klink
1 week ago
Browse files
Options
Downloads
Patches
Plain Diff
filter out JUNIPER vendors from edge port FQDN list in L3 core service workflow
parent
f3bb5ce7
Branches
Branches containing commit
No related tags found
1 merge request
!437
adding lso to modify l3_core_service wf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gso/workflows/l3_core_service/base_modify_l3_core_service.py
+2
-1
2 additions, 1 deletion
gso/workflows/l3_core_service/base_modify_l3_core_service.py
with
2 additions
and
1 deletion
gso/workflows/l3_core_service/base_modify_l3_core_service.py
+
2
−
1
View file @
c2f7b215
...
...
@@ -17,7 +17,7 @@ from gso.products.product_types.edge_port import EdgePort
from
gso.services.partners
import
get_partner_by_id
from
gso.services.subscriptions
import
generate_unique_id
,
get_active_edge_port_subscriptions
from
gso.utils.helpers
import
partner_choice
from
gso.utils.shared_enums
import
APType
,
SBPType
from
gso.utils.shared_enums
import
APType
,
SBPType
,
Vendor
from
gso.utils.types.geant_ids
import
IMPORTED_GS_ID
from
gso.utils.types.ip_address
import
IPv4AddressType
,
IPv4Netmask
,
IPv6AddressType
,
IPv6Netmask
from
gso.utils.types.tt_number
import
TTNumber
...
...
@@ -476,6 +476,7 @@ def populate_partner_and_fqdn(subscription: SubscriptionModel) -> dict[str, Any]
edge_port_fqdn_list
=
[
ap
.
sbp
.
edge_port
.
node
.
router_fqdn
for
ap
in
subscription
.
l3_core
.
ap_list
# type: ignore[attr-defined]
if
ap
.
sbp
.
edge_port
.
node
.
vendor
!=
Vendor
.
JUNIPER
]
partner_name
=
get_partner_by_id
(
subscription
.
customer_id
).
name
return
{
...
...
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