Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
S
SOL006
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
4
Issues
4
List
Board
Labels
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NFV - Network Functions Virtualisation
SOL006
Commits
3fae844b
Commit
3fae844b
authored
Feb 06, 2019
by
Mahesh Jethanandani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug#132
parent
c04eafec
Pipeline
#250
passed with stage
in 0 seconds
Changes
8
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
9 deletions
+9
-9
.jenkins.sh
.jenkins.sh
+1
-1
nfv.xml
example-data/nfv.xml
+1
-1
run-test.sh
run-test.sh
+1
-1
etsi-nfv-common.yang
src/yang/etsi-nfv-common.yang
+1
-1
etsi-nfv-descriptors.yang
src/yang/etsi-nfv-descriptors.yang
+2
-2
etsi-nfv-ns.yang
src/yang/etsi-nfv-ns.yang
+1
-1
etsi-nfv-pnf.yang
src/yang/etsi-nfv-pnf.yang
+1
-1
etsi-nfv-vnf.yang
src/yang/etsi-nfv-vnf.yang
+1
-1
No files found.
.jenkins.sh
View file @
3fae844b
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
# https://forge.etsi.org/etsi-software-license
# https://forge.etsi.org/etsi-software-license
YANG_MODULES
=
"yang/yang/*"
YANG_MODULES
=
"yang/yang/*"
OUTPUT
=
"etsi-nfv.html"
OUTPUT
=
"etsi-nfv
-descriptors
.html"
IMG_NAME
=
"sol006"
IMG_NAME
=
"sol006"
VERSION
=
latest
VERSION
=
latest
IMG
=
"
$IMG_NAME
:
$VERSION
"
IMG
=
"
$IMG_NAME
:
$VERSION
"
...
...
example-data/nfv.xml
View file @
3fae844b
<nfv
xmlns=
"urn:etsi:
params:xml:ns:yang:etsi-nfv
"
>
<nfv
xmlns=
"urn:etsi:
nfv:yang:etsi-nfv-descriptors
"
>
<vnfd>
<vnfd>
<id>
ASA
</id>
<id>
ASA
</id>
<provider>
My Company
</provider>
<provider>
My Company
</provider>
...
...
run-test.sh
View file @
3fae844b
...
@@ -10,7 +10,7 @@ cd src
...
@@ -10,7 +10,7 @@ cd src
echo
"Testing compilation"
echo
"Testing compilation"
CONFD_OPTS
=
"--fail-on-warnings"
CONFD_OPTS
=
"--fail-on-warnings"
CONFD_OPTS
=
""
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"
echo
"Starting ConfD"
confd
confd
...
...
src/yang/etsi-nfv-common.yang
View file @
3fae844b
submodule etsi-nfv-common {
submodule etsi-nfv-common {
yang-version 1.1;
yang-version 1.1;
belongs-to etsi-nfv {
belongs-to etsi-nfv
-descriptors
{
prefix nfv;
prefix nfv;
}
}
description
description
...
...
src/yang/etsi-nfv.yang
→
src/yang/etsi-nfv
-descriptors
.yang
View file @
3fae844b
module etsi-nfv {
module etsi-nfv
-descriptors
{
yang-version 1.1;
yang-version 1.1;
namespace "urn:etsi:
params:xml:ns:yang:etsi-nfv
";
namespace "urn:etsi:
nfv:yang:etsi-nfv-descriptors
";
prefix nfv;
prefix nfv;
include etsi-nfv-common;
include etsi-nfv-common;
...
...
src/yang/etsi-nfv-ns.yang
View file @
3fae844b
submodule etsi-nfv-ns {
submodule etsi-nfv-ns {
yang-version 1.1;
yang-version 1.1;
belongs-to etsi-nfv {
belongs-to etsi-nfv
-descriptors
{
prefix nfv;
prefix nfv;
}
}
...
...
src/yang/etsi-nfv-pnf.yang
View file @
3fae844b
submodule etsi-nfv-pnf {
submodule etsi-nfv-pnf {
yang-version 1.1;
yang-version 1.1;
belongs-to etsi-nfv {
belongs-to etsi-nfv
-descriptors
{
prefix nfv;
prefix nfv;
}
}
...
...
src/yang/etsi-nfv-vnf.yang
View file @
3fae844b
submodule etsi-nfv-vnf {
submodule etsi-nfv-vnf {
yang-version 1.1;
yang-version 1.1;
belongs-to etsi-nfv {
belongs-to etsi-nfv
-descriptors
{
prefix nfv;
prefix nfv;
}
}
...
...
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