Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL006
Commits
90b60142
Commit
90b60142
authored
Feb 11, 2020
by
jethanandani
Browse files
Merge branch 'issue#15' into 'dev-v3.3.1'
#15
SOL006ed331 FEAT16 SAL See merge request
!72
parents
67f4d948
057e109d
Pipeline
#2465
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/yang/etsi-nfv-ns.yang
View file @
90b60142
...
...
@@ -341,17 +341,16 @@ submodule etsi-nfv-ns {
}
leaf
service-availability-level
{
type
enumeration
{
enum
"level-1"
;
enum
"level-2"
;
enum
"level-3"
;
}
type
uint32
;
description
"Specifies one of the three levels defined in ETSI
ETSI GS NFV-REL 001 [i.5]
* Level 1.
* Level 2.
* Level 3."
;
"If present, specifies the service availability level
for the VL instance created from this DF.
THE FOLLOWING STATEMENT IS SUBJECT TO CHANGE:
Either the serviceAvailabilityLevel attribute of NS DF
or the serviceAvailabilityLevel attribute of the VL DF
may be provided, but not both."
;
reference
"GS NFV IFA014: Section 6.5.4.2 VirtualLinkDf
information element"
;
...
...
@@ -887,6 +886,21 @@ submodule etsi-nfv-ns {
}
}
}
leaf
service-availability-level
{
must
"not(../../service-availability-level)"
;
type
uint32
;
description
"If present, specifies the service availability level for
the VNF instance created from this profile.
Either the serviceAvailabilityLevel attribute of NS DF
or the serviceAvailabilityLevel attribute of the
VnfProfile may be provided, but not both."
;
reference
"GS NFV IFA014: Section 6.3.3.2 VnfProfile information
element"
;
}
}
list
pnf-profile
{
...
...
@@ -1680,6 +1694,24 @@ submodule etsi-nfv-ns {
reference
"GS NFV IFA014: Section 6.3.2.2 NsDf information element"
;
}
leaf
service-availability-level
{
type
uint32
;
description
"If present, specifies the service availability level for
the NS instance created from this DF.
THE FOLLOWING STATEMENT IS SUBJECT TO CHANGE:
Either the serviceAvailabilityLevel attribute of NS DF or
the serviceAvailabilityLevel attribute of the NS
constituents of the NS may be provided, but not both.
When a SAL information is assigned to an NS, this
information does not apply to any constituents of type
‘nested NS’."
;
reference
"GS NFV IFA014: Section 6.3.2.2 NsDf information element"
;
}
}
uses
security-parameters
;
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment