Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
inventory-provider
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
geant-swd
dashboardv3
inventory-provider
Commits
70cc6b31
Commit
70cc6b31
authored
4 years ago
by
Robert Latta
Browse files
Options
Downloads
Patches
Plain Diff
added additional navigation property values; added additional service types
parent
7b8753ad
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
inventory_provider/db/ims.py
+24
-4
24 additions, 4 deletions
inventory_provider/db/ims.py
with
24 additions
and
4 deletions
inventory_provider/db/ims.py
+
24
−
4
View file @
70cc6b31
...
...
@@ -91,27 +91,47 @@ VENDOR_RELATED_CONTACT_PROPERTIES = {
'
Contact
'
:
16
}
VM_PORT_RELATE_PROPERTIES
=
{
'
Circuit
'
:
32
}
VM_INTERNAL_PORT_RELATE_PROPERTIES
=
{
'
Circuit
'
:
32
}
NO_FILTERED_RESULTS_MESSAGE
=
'
no records found for entity:
'
# this is here as it seems a logical place to store it
# this will be obsolete as soon as Inventory Provider update is done, but is
# here for between the time of the roll out and the Inventory Update
IMS_SERVICE_NAMES
=
{
'
EUMETSAT GRE
'
,
'
EUMETSAT INTERNATIONAL
'
,
'
EUMETSAT TERRESTRIAL
'
,
'
EXPRESS ROUTE
'
,
'
GEANT - GBS
'
,
'
GEANT CLOUD PEERING
'
,
'
GEANT IP
'
,
'
GEANT LAMBDA
'
,
'
GEANT OPEN CROSS CONNECT
'
,
'
GEANT OPEN PORT
'
,
'
GEANT PEERING
'
,
'
GEANT PLUS
'
,
'
GEANT IP
'
,
'
GTS
'
,
'
GWS - BROKERED
'
,
'
GWS - DIRECT
'
,
'
GWS - INDIRECT
'
,
'
GWS - UPSTREAM
'
,
'
IP PEERING - NON R&E (PUBLIC)
'
,
'
IP PEERING - NON R&E (PRIVATE)
'
,
'
IP PEERING - NON R&E (PUBLIC)
'
,
'
IP PEERING - R&E
'
,
'
IP TRUNK
'
,
'
L2SERVICES
'
,
'
L3-VPN
'
,
'
MD-VPN (INTERNAL)
'
,
'
MD-VPN (NATIVE)
'
,
'
MD-VPN (PROXY)
'
,
'
POP LAN LINK
'
,
'
SERVER LINK
'
,
'
SERVER LINK
'
}
...
...
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