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
eef9411d
Commit
eef9411d
authored
Mar 14, 2019
by
jethanandani
Browse files
Merge branch 'bug#132' into 'master'
Proposed fix for Bug#132 See merge request
!18
parents
2f51627e
3fae844b
Pipeline
#408
passed with stage
in 0 seconds
Changes
8
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.jenkins.sh
View file @
eef9411d
...
...
@@ -6,7 +6,7 @@
# https://forge.etsi.org/etsi-software-license
YANG_MODULES
=
"yang/yang/*"
OUTPUT
=
"etsi-nfv.html"
OUTPUT
=
"etsi-nfv
-descriptors
.html"
IMG_NAME
=
"sol006"
VERSION
=
latest
IMG
=
"
$IMG_NAME
:
$VERSION
"
...
...
example-data/nfv.xml
View file @
eef9411d
<nfv
xmlns=
"urn:etsi:
params:xml:ns
:yang:etsi-nfv"
>
<nfv
xmlns=
"urn:etsi:
nfv
:yang:etsi-nfv
-descriptors
"
>
<vnfd>
<id>
ASA
</id>
<provider>
My Company
</provider>
...
...
run-test.sh
View file @
eef9411d
...
...
@@ -10,7 +10,7 @@ cd src
echo
"Testing compilation"
CONFD_OPTS
=
"--fail-on-warnings"
CONFD_OPTS
=
""
confdc
-c
$CONFD_OPTS
-o
/opt/confd/etc/confd/etsi-nfv.fxs etsi-nfv.yang
confdc
-c
$CONFD_OPTS
-o
/opt/confd/etc/confd/etsi-nfv
-descriptors
.fxs etsi-nfv
-descriptors
.yang
echo
"Starting ConfD"
confd
...
...
src/yang/etsi-nfv-common.yang
View file @
eef9411d
submodule
etsi-nfv-common
{
yang-version
1.1
;
belongs-to
etsi-nfv
{
belongs-to
etsi-nfv
-descriptors
{
prefix
nfv
;
}
description
...
...
src/yang/etsi-nfv.yang
→
src/yang/etsi-nfv
-descriptors
.yang
View file @
eef9411d
module
etsi-nfv
{
module
etsi-nfv
-descriptors
{
yang-version
1.1
;
namespace
"urn:etsi:
params:xml:ns
:yang:etsi-nfv"
;
namespace
"urn:etsi:
nfv
:yang:etsi-nfv
-descriptors
"
;
prefix
nfv
;
include
etsi-nfv-common
;
...
...
src/yang/etsi-nfv-ns.yang
View file @
eef9411d
submodule
etsi-nfv-ns
{
yang-version
1.1
;
belongs-to
etsi-nfv
{
belongs-to
etsi-nfv
-descriptors
{
prefix
nfv
;
}
...
...
src/yang/etsi-nfv-pnf.yang
View file @
eef9411d
submodule
etsi-nfv-pnf
{
yang-version
1.1
;
belongs-to
etsi-nfv
{
belongs-to
etsi-nfv
-descriptors
{
prefix
nfv
;
}
...
...
src/yang/etsi-nfv-vnf.yang
View file @
eef9411d
submodule
etsi-nfv-vnf
{
yang-version
1.1
;
belongs-to
etsi-nfv
{
belongs-to
etsi-nfv
-descriptors
{
prefix
nfv
;
}
...
...
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