Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL006
Commits
0269a8d8
Commit
0269a8d8
authored
Apr 16, 2019
by
Mahesh Jethanandani
Browse files
Forgot the pkg module
parent
274080a4
Pipeline
#776
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
src/yang/etsi-nfv-pkg.yang
src/yang/etsi-nfv-pkg.yang
+26
-0
No files found.
src/yang/etsi-nfv-pkg.yang
0 → 100644
View file @
0269a8d8
module
etsi-nfv-pkg
{
yang-version
1.1
;
namespace
"urn:etsi:nfv:yang:etsi-nfv-pkg"
;
prefix
pkg
;
import
etsi-nfv-descriptors
{
prefix
vnf
;
}
organization
"European Telecommunications Standards Institute (ETSI)"
;
description
"Network Function Virtualization Package."
;
revision
2019-03-18
{
description
"Initial revision.
VNFD according to ETSI GS NFV-IFA 011 Ed261v254."
;
}
container
pkg
{
presence
"Package container."
;
uses
vnf
:
vnfd
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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