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
3ecb85b2
Commit
3ecb85b2
authored
Jun 12, 2019
by
Mahesh Jethanandani
Browse files
Address NFVIFA(19)000548
parent
fb9620e7
Pipeline
#1098
passed with stage
in 0 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
example-data/complex-vnfd.xml
View file @
3ecb85b2
...
...
@@ -78,11 +78,11 @@
<num-virtual-cpu>
16
</num-virtual-cpu>
</virtual-cpu>
</virtual-compute-desc>
<virtual-storage-desc
riptor
>
<virtual-storage-desc>
<id>
root
</id>
<type-of-storage>
root-storage
</type-of-storage>
<size-of-storage>
10
</size-of-storage>
</virtual-storage-desc
riptor
>
</virtual-storage-desc>
<sw-image-desc>
<id>
CP
</id>
<name>
CP
</name>
...
...
@@ -116,17 +116,13 @@
<int-virtual-link-desc>
<id>
internal-vl
</id>
<connectivity-type>
<layer-protocol>
<protocol>
ipv4
</protocol>
</layer-protocol>
<layer-protocol>
ipv4
</layer-protocol>
</connectivity-type>
</int-virtual-link-desc>
<int-virtual-link-desc>
<id>
mgmt
</id>
<connectivity-type>
<layer-protocol>
<protocol>
ipv4
</protocol>
</layer-protocol>
<layer-protocol>
ipv4
</layer-protocol>
</connectivity-type>
</int-virtual-link-desc>
<ext-cpd>
...
...
example-data/nfv-nsd.xml
View file @
3ecb85b2
...
...
@@ -49,6 +49,7 @@
</checksum>
<container-format>
bare
</container-format>
<disk-format>
qcow2
</disk-format>
<min-disk>
1
</min-disk>
<min-ram>
2.0
</min-ram>
<size>
1
</size>
<image>
http://www.cisco.com/asa.qcow2
</image>
...
...
example-data/nfv-vnfd.xml
View file @
3ecb85b2
...
...
@@ -48,6 +48,7 @@
</checksum>
<container-format>
bare
</container-format>
<disk-format>
qcow2
</disk-format>
<min-disk>
1
</min-disk>
<min-ram>
2.0
</min-ram>
<size>
1
</size>
<image>
http://www.cisco.com/asa.qcow2
</image>
...
...
example-data/nfv.xml
View file @
3ecb85b2
...
...
@@ -284,10 +284,10 @@
</connectivity-type>
<df>
<id>
normal
</id>
<qos>
<
ns-
qos>
<latency>
0
</latency>
<packet-delay-variation>
0
</packet-delay-variation>
</qos>
</
ns-
qos>
</df>
</virtual-link-desc>
<virtual-link-desc>
...
...
@@ -297,10 +297,10 @@
</connectivity-type>
<df>
<id>
normal
</id>
<qos>
<
ns-
qos>
<latency>
0
</latency>
<packet-delay-variation>
0
</packet-delay-variation>
</qos>
</
ns-
qos>
</df>
</virtual-link-desc>
<virtual-link-desc>
...
...
@@ -310,10 +310,10 @@
</connectivity-type>
<df>
<id>
normal
</id>
<qos>
<
ns-
qos>
<latency>
0
</latency>
<packet-delay-variation>
0
</packet-delay-variation>
</qos>
</
ns-
qos>
</df>
</virtual-link-desc>
<df>
...
...
@@ -533,10 +533,10 @@
</connectivity-type>
<df>
<id>
r2fw
</id>
<qos>
<
ns-
qos>
<latency>
1000
</latency>
<packet-delay-variation>
2
</packet-delay-variation>
</qos>
</
ns-
qos>
</df>
</virtual-link-desc>
<df>
...
...
src/yang/etsi-nfv-ns.yang
View file @
3ecb85b2
...
...
@@ -253,7 +253,7 @@ submodule etsi-nfv-ns {
information element"
;
}
container
qos
{
container
ns-
qos
{
presence
"VL QoS parameters"
;
description
"The QoS information element specifies quality of
...
...
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