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
Merge requests
!1
Feature/reporting 297 msr mdvpn endpoint
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/reporting 297 msr mdvpn endpoint
feature/REPORTING-297-msr-mdvpn-endpoint
into
develop
Overview
11
Commits
11
Pipelines
0
Changes
2
2 unresolved threads
Hide all comments
Merged
Sam Roberts
requested to merge
feature/REPORTING-297-msr-mdvpn-endpoint
into
develop
2 years ago
Overview
11
Commits
11
Pipelines
0
Changes
2
2 unresolved threads
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
c78cd1a9
Prev
Next
Show latest version
2 files
+
10
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
c78cd1a9
Merge branch 'feature/REPORTING-306-add-config' into feature/REPORTING-297-msr-mdvpn-endpoint
· c78cd1a9
Sam Roberts
authored
2 years ago
inventory_provider/config.py
+
9
−
4
Options
@@ -184,11 +184,16 @@ CONFIG_SCHEMA = {
'
items
'
:
{
'
$ref
'
:
'
#/definitions/gws-direct-nren-isp
'
}
},
'
nren-asn-map
'
:
{
'
type
'
:
'
object
'
,
'
patternProperties
'
:
{
r
'
^\d+$
'
:
{
'
type
'
:
'
string
'
}
'
type
'
:
'
array
'
,
'
items
'
:
{
'
type
'
:
'
object
'
,
'
properties
'
:
{
'
nren
'
:
{
'
type
'
:
'
string
'
},
'
asn
'
:
{
'
type
'
:
'
integer
'
}
},
'
required
'
:
[
'
nren
'
,
'
asn
'
],
'
additionalProperties
'
:
False
},
'
additionalProperties
'
:
False
}
},
Loading