| # 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: |
| - description: Four cirros VNF latency and jitter constrained |
| designer: ArctosLabs |
| df: |
| - id: default-df |
| vnf-profile: |
| - id: '1' |
| virtual-link-connectivity: |
| - constituent-cpd-id: |
| - constituent-base-element-id: '1' |
| constituent-cpd-id: vnf_cp_one_cp-ext |
| virtual-link-profile-id: vl_two_vld |
| - constituent-cpd-id: |
| - constituent-base-element-id: '1' |
| constituent-cpd-id: vnf_cp_two_cp-ext |
| virtual-link-profile-id: vld_vnf_mgmt1 |
| - constituent-cpd-id: |
| - constituent-base-element-id: '1' |
| constituent-cpd-id: vnf_cp_two_cp-ext |
| virtual-link-profile-id: vld_vnf_mgmt2 |
| vnfd-id: test_one_a_vnfd |
| - id: '2' |
| virtual-link-connectivity: |
| - constituent-cpd-id: |
| - constituent-base-element-id: '2' |
| constituent-cpd-id: vnf_cp_one_cp-ext |
| virtual-link-profile-id: vl_two_vld |
| - constituent-cpd-id: |
| - constituent-base-element-id: '2' |
| constituent-cpd-id: vnf_cp_three_cp-ext |
| virtual-link-profile-id: vl_four_vld |
| - constituent-cpd-id: |
| - constituent-base-element-id: '2' |
| constituent-cpd-id: vnf_cp_two_cp-ext |
| virtual-link-profile-id: vl_five_vld |
| vnfd-id: test_two_vnfd |
| - id: '4' |
| virtual-link-connectivity: |
| - constituent-cpd-id: |
| - constituent-base-element-id: '4' |
| constituent-cpd-id: vnf_cp_one_cp-ext |
| virtual-link-profile-id: vl_four_vld |
| - constituent-cpd-id: |
| - constituent-base-element-id: '4' |
| constituent-cpd-id: vnf_cp_two_cp-ext |
| virtual-link-profile-id: vld_vnf_mgmt2 |
| vnfd-id: test_one_a_vnfd |
| - id: '3' |
| virtual-link-connectivity: |
| - constituent-cpd-id: |
| - constituent-base-element-id: '3' |
| constituent-cpd-id: vnf_cp_one_cp-ext |
| virtual-link-profile-id: vl_five_vld |
| - constituent-cpd-id: |
| - constituent-base-element-id: '3' |
| constituent-cpd-id: vnf_cp_two_cp-ext |
| virtual-link-profile-id: vld_vnf_mgmt1 |
| vnfd-id: test_one_a_vnfd |
| id: test_five_nsd |
| name: test_five_nsd |
| version: '1.0' |
| virtual-link-desc: |
| - id: vl_two_vld |
| df: |
| - id: default-df |
| qos: |
| latency: 120 |
| packet-delay-variation: 20 |
| - id: vl_four_vld |
| df: |
| - id: default-df |
| qos: |
| latency: 50 |
| packet-delay-variation: 10 |
| - id: vl_five_vld |
| df: |
| - id: default-df |
| qos: |
| latency: 20 |
| packet-delay-variation: 10 |
| - id: vld_vnf_mgmt1 |
| mgmt-network: true |
| - id: vld_vnf_mgmt2 |
| mgmt-network: true |
| vnfd-id: |
| - test_one_a_vnfd |
| - test_two_vnfd |
| |
| |