Support two layouts for vnf_price_list.yaml, ignore single endpoint vlds, new vim...
[osm/PLA.git] / osm_pla / test / slice_hackfest_middle_nsd.yaml
diff --git a/osm_pla/test/slice_hackfest_middle_nsd.yaml b/osm_pla/test/slice_hackfest_middle_nsd.yaml
new file mode 100644 (file)
index 0000000..f8fa102
--- /dev/null
@@ -0,0 +1,63 @@
+# Licensed under the Apache License, Version 2.0 (the "License");\r
+# you may not use this file except in compliance with the License.\r
+# You may obtain a copy of the License at\r
+#\r
+#    http://www.apache.org/licenses/LICENSE-2.0\r
+#\r
+# Unless required by applicable law or agreed to in writing, software\r
+# distributed under the License is distributed on an "AS IS" BASIS,\r
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\r
+# implied.\r
+# See the License for the specific language governing permissions and\r
+# limitations under the License.\r
+\r
+nsd-catalog:\r
+    nsd:\r
+    -   id: slice_hackfest_middle_nsd\r
+        name: slice_hackfest_middle_nsd\r
+        short-name: slice_hackfest_middle_ns\r
+        description: NSD to be used on Slice Session of the 8th hackfest\r
+        vendor: OSM\r
+        version: '1.0'\r
+        logo: osm_2x.png\r
+\r
+        constituent-vnfd:\r
+        -   member-vnf-index: "1"\r
+            vnfd-id-ref: slice_hackfest_middle_vnfd\r
+\r
+        connection-point:\r
+        -   name: nsd_cp_mgmt\r
+            vld-id-ref: nsd_vnfd_vld_mgmt\r
+        -   name: nsd_cp_data1\r
+            vld-id-ref: nsd_vnfd_vld_data1\r
+        -   name: nsd_cp_data2\r
+            vld-id-ref: nsd_vnfd_vld_data2\r
+\r
+        vld:\r
+        -   id: nsd_vnfd_vld_mgmt\r
+            name: nsd_vnfd_vld_mgmt\r
+            short-name: nsd_vnfd_vld_mgmt\r
+            type: ELAN\r
+            mgmt-network: !!bool True\r
+            vnfd-connection-point-ref:\r
+            -   member-vnf-index-ref: "1"\r
+                vnfd-id-ref: slice_hackfest_middle_vnfd\r
+                vnfd-connection-point-ref: eth0\r
+        -   id: nsd_vnfd_vld_data1\r
+            name: nsd_vnfd_vld_data1\r
+            short-name: nsd_vnfd_vld_data1\r
+            type: ELAN\r
+            mgmt-network: !!bool False\r
+            vnfd-connection-point-ref:\r
+            -   member-vnf-index-ref: "1"\r
+                vnfd-id-ref: slice_hackfest_middle_vnfd\r
+                vnfd-connection-point-ref: eth1\r
+        -   id: nsd_vnfd_vld_data2\r
+            name: nsd_vnfd_vld_data2\r
+            short-name: nsd_vnfd_vld_data2\r
+            type: ELAN\r
+            mgmt-network: !!bool False\r
+            vnfd-connection-point-ref:\r
+            -   member-vnf-index-ref: "1"\r
+                vnfd-id-ref: slice_hackfest_middle_vnfd\r
+                vnfd-connection-point-ref: eth2
\ No newline at end of file