X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_pla%2Ftest%2Fslice_hackfest_middle_nsd.yaml;fp=osm_pla%2Ftest%2Fslice_hackfest_middle_nsd.yaml;h=f8fa1027093eb80370fa423430a68daa83271a5b;hb=d8c1b391e9b8b9531c647a422495c94ca3373ed0;hp=0000000000000000000000000000000000000000;hpb=2b0e2d72595a5e25bd8f785138416d12829fbd64;p=osm%2FPLA.git diff --git a/osm_pla/test/slice_hackfest_middle_nsd.yaml b/osm_pla/test/slice_hackfest_middle_nsd.yaml new file mode 100644 index 0000000..f8fa102 --- /dev/null +++ b/osm_pla/test/slice_hackfest_middle_nsd.yaml @@ -0,0 +1,63 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +nsd-catalog: + nsd: + - id: slice_hackfest_middle_nsd + name: slice_hackfest_middle_nsd + short-name: slice_hackfest_middle_ns + description: NSD to be used on Slice Session of the 8th hackfest + vendor: OSM + version: '1.0' + logo: osm_2x.png + + constituent-vnfd: + - member-vnf-index: "1" + vnfd-id-ref: slice_hackfest_middle_vnfd + + connection-point: + - name: nsd_cp_mgmt + vld-id-ref: nsd_vnfd_vld_mgmt + - name: nsd_cp_data1 + vld-id-ref: nsd_vnfd_vld_data1 + - name: nsd_cp_data2 + vld-id-ref: nsd_vnfd_vld_data2 + + vld: + - id: nsd_vnfd_vld_mgmt + name: nsd_vnfd_vld_mgmt + short-name: nsd_vnfd_vld_mgmt + type: ELAN + mgmt-network: !!bool True + vnfd-connection-point-ref: + - member-vnf-index-ref: "1" + vnfd-id-ref: slice_hackfest_middle_vnfd + vnfd-connection-point-ref: eth0 + - id: nsd_vnfd_vld_data1 + name: nsd_vnfd_vld_data1 + short-name: nsd_vnfd_vld_data1 + type: ELAN + mgmt-network: !!bool False + vnfd-connection-point-ref: + - member-vnf-index-ref: "1" + vnfd-id-ref: slice_hackfest_middle_vnfd + vnfd-connection-point-ref: eth1 + - id: nsd_vnfd_vld_data2 + name: nsd_vnfd_vld_data2 + short-name: nsd_vnfd_vld_data2 + type: ELAN + mgmt-network: !!bool False + vnfd-connection-point-ref: + - member-vnf-index-ref: "1" + vnfd-id-ref: slice_hackfest_middle_vnfd + vnfd-connection-point-ref: eth2 \ No newline at end of file