| # Copyright 2020 ArctosLabs Scandinavia AB |
| # |
| # 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: |
| nsd: |
| - vnfd-id: |
| - cirros_vnfd_v2 |
| |
| id: three_vnf_constrained_nsd |
| description: Placement constraints NSD |
| name: three_vnf_constrained_nsd |
| designer: ArctosLabs |
| version: '1.0' |
| |
| virtual-link-desc: |
| - id: three_vnf_constrained_nsd_vld1 |
| vim-network-name: private |
| df: |
| - id: default-df |
| qos: |
| latency: 150 |
| packet-delay-variation: 30 |
| - id: three_vnf_constrained_nsd_vld2 |
| vim-network-name: private |
| df: |
| - id: default-df |
| qos: |
| latency: 90 |
| packet-delay-variation: 30 |
| |
| df: |
| - id: default-df |
| vnf-profile: |
| - id: one |
| virtual-link-connectivity: |
| - constituent-cpd-id: |
| - constituent-base-element-id: one |
| constituent-cpd-id: vnf-cp0-ext |
| virtual-link-profile-id: three_vnf_constrained_nsd_vld1 |
| vnfd-id: cirros_vnfd_v2 |
| - id: two |
| virtual-link-connectivity: |
| - constituent-cpd-id: |
| - constituent-base-element-id: two |
| constituent-cpd-id: vnf-cp0-ext |
| virtual-link-profile-id: three_vnf_constrained_nsd_vld1 |
| - constituent-cpd-id: |
| - constituent-base-element-id: two |
| constituent-cpd-id: vnf-cp0-ext |
| virtual-link-profile-id: three_vnf_constrained_nsd_vld2 |
| vnfd-id: cirros_vnfd_v2 |
| - id: three |
| virtual-link-connectivity: |
| - constituent-cpd-id: |
| - constituent-base-element-id: three |
| constituent-cpd-id: vnf-cp0-ext |
| virtual-link-profile-id: three_vnf_constrained_nsd_vld2 |
| vnfd-id: cirros_vnfd_v2 |
| |
| |