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
a4ee7816
Commit
a4ee7816
authored
Mar 29, 2019
by
Mahesh Jethanandani
Browse files
Fixed company names and URL for image path.
parent
094395a0
Changes
2
Show whitespace changes
Inline
Side-by-side
example-data/complex-vnfd.xml
View file @
a4ee7816
<config
xmlns=
"http://tail-f.com/ns/config/1.0"
>
<nfv
xmlns=
"urn:etsi:params:xml:ns:yang:etsi-nfv"
>
<nfv
xmlns=
"urn:etsi:params:xml:ns:yang:etsi-nfv"
>
<vnfd>
<id>
complex-vnf
</id>
<provider>
ACME
</provider>
<provider>
My Company
</provider>
<product-name>
complex-vnf
</product-name>
<software-version>
1.0
</software-version>
<version>
1.0
</version>
...
...
@@ -89,14 +88,14 @@
<name>
CP
</name>
<container-format>
bare
</container-format>
<disk-format>
qcow2
</disk-format>
<image>
http://
acme
.images.com/control-plane.qcow2
</image>
<image>
http://
mycompany
.images.com/control-plane.qcow2
</image>
</sw-image-desc>
<sw-image-desc>
<id>
DP
</id>
<name>
DP
</name>
<container-format>
bare
</container-format>
<disk-format>
qcow2
</disk-format>
<image>
http://
acme
.images.com/data-plane.qcow2
</image>
<image>
http://
mycompany
.images.com/data-plane.qcow2
</image>
</sw-image-desc>
<int-virtual-link-desc>
<id>
internal-vl
</id>
...
...
@@ -256,5 +255,4 @@
</affinity-or-anti-affinity-group>
</df>
</vnfd>
</nfv>
</config>
</nfv>
example-data/nfv.xml
View file @
a4ee7816
...
...
@@ -44,7 +44,7 @@
<container-format>
bare
</container-format>
<disk-format>
qcow2
</disk-format>
<min-ram>
2.0
</min-ram>
<image>
http://
www.cisco
.com/asa.qcow2
</image>
<image>
http://
mycompany.images
.com/asa.qcow2
</image>
</sw-image-desc>
<ext-cpd>
<id>
inside
</id>
...
...
@@ -139,7 +139,7 @@
<container-format>
bare
</container-format>
<disk-format>
qcow2
</disk-format>
<min-ram>
2.0
</min-ram>
<image>
http://
www.cisco
.com/csr.qcow2
</image>
<image>
http://
mycompany.images
.com/csr.qcow2
</image>
</sw-image-desc>
<ext-cpd>
<id>
left
</id>
...
...
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