X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Ftests%2Fcirros_ns%2Fcirros_2net_vld_nsd.yaml;fp=osm_nbi%2Ftests%2Fcirros_ns%2Fcirros_2net_vld_nsd.yaml;h=8a1bd004cc2cd556a6a7a4c75023dd4a3c04075a;hp=0000000000000000000000000000000000000000;hb=c8bbaaadc76e93a1f0338d7a26264afc31fd1928;hpb=84bdd5532fdc391ac1c50881c2cd677e46f6e700 diff --git a/osm_nbi/tests/cirros_ns/cirros_2net_vld_nsd.yaml b/osm_nbi/tests/cirros_ns/cirros_2net_vld_nsd.yaml new file mode 100644 index 0000000..8a1bd00 --- /dev/null +++ b/osm_nbi/tests/cirros_ns/cirros_2net_vld_nsd.yaml @@ -0,0 +1,60 @@ +# 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: cirros_2net_vld_nsd + name: cirros_2net_vld_nsd + short-name: cirros_2net_vld_ns + description: NetServiceDescriptor with 2 vnfs and 2 vld (mgmt and data networks) + vendor: OSM + version: '1.0' + logo: osm_2x.png + + constituent-vnfd: + - member-vnf-index: 1 + vnfd-id-ref: cirros_2net_vnfd + - member-vnf-index: 2 + vnfd-id-ref: cirros_2net_vnfd + + connection-point: + - name: nsd_cp_mgmt + vld-id-ref: nsd_vnfd_vld_mgmt + - name: nsd_cp_data + vld-id-ref: nsd_vnfd_vld_data + + vld: + - id: nsd_vnfd_vld_mgmt + name: nsd_vnfd_vld_mgmt + short-name: nsd_vnfd_vld_mgmt + type: ELAN + mgmt-network: 'true' + vnfd-connection-point-ref: + - member-vnf-index-ref: 1 + vnfd-id-ref: cirros_2net_vnfd + vnfd-connection-point-ref: eth0 + - member-vnf-index-ref: 2 + vnfd-id-ref: cirros_2net_vnfd + vnfd-connection-point-ref: eth0 + - id: nsd_vnfd_vld_data + name: nsd_vnfd_vld_data + short-name: nsd_vnfd_vld_data + type: ELAN + mgmt-network: 'false' + vnfd-connection-point-ref: + - member-vnf-index-ref: 1 + vnfd-id-ref: cirros_2net_vnfd + vnfd-connection-point-ref: eth1 + - member-vnf-index-ref: 2 + vnfd-id-ref: cirros_2net_vnfd + vnfd-connection-point-ref: eth1 \ No newline at end of file