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
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
eef9411d
Commit
eef9411d
authored
Mar 14, 2019
by
Mahesh Jethanandani
Browse files
Options
Browse Files
Download
Plain Diff
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
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 @
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
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