Commit a4ee7816 authored by Mahesh Jethanandani's avatar Mahesh Jethanandani
Browse files

Fixed company names and URL for image path.

parent 094395a0
<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>
......@@ -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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment