| magnussonl | 2b0e2d7 | 2020-02-04 10:52:46 +0100 | [diff] [blame] | 1 | # Copyright 2020 ArctosLabs Scandinavia AB |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or |
| 12 | # implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| garciaale | b2b0a44 | 2021-01-08 14:59:23 -0300 | [diff] [blame] | 15 | nsd: |
| 16 | nsd: |
| 17 | - description: Placement no constraints NSD |
| 18 | designer: ArctosLabs |
| 19 | df: |
| 20 | - id: default-df |
| 21 | vnf-profile: |
| 22 | - id: one |
| 23 | virtual-link-connectivity: |
| 24 | - constituent-cpd-id: |
| 25 | - constituent-base-element-id: one |
| 26 | constituent-cpd-id: vnf-cp0-ext |
| 27 | virtual-link-profile-id: three_vnf_no_constrained_nsd_vld1 |
| 28 | vnfd-id: cirros_vnfd_v2 |
| 29 | - id: two |
| 30 | virtual-link-connectivity: |
| 31 | - constituent-cpd-id: |
| 32 | - constituent-base-element-id: two |
| 33 | constituent-cpd-id: vnf-cp0-ext |
| 34 | virtual-link-profile-id: three_vnf_no_constrained_nsd_vld1 |
| 35 | - constituent-cpd-id: |
| 36 | - constituent-base-element-id: two |
| 37 | constituent-cpd-id: vnf-cp0-ext |
| 38 | virtual-link-profile-id: three_vnf_no_constrained_nsd_vld2 |
| 39 | vnfd-id: cirros_vnfd_v2 |
| 40 | - id: three |
| 41 | virtual-link-connectivity: |
| 42 | - constituent-cpd-id: |
| 43 | - constituent-base-element-id: three |
| 44 | constituent-cpd-id: vnf-cp0-ext |
| 45 | virtual-link-profile-id: three_vnf_no_constrained_nsd_vld2 |
| 46 | vnfd-id: cirros_vnfd_v2 |
| 47 | id: three_vnf_no_constrained_nsd |
| 48 | name: three_vnf_no_constrained_nsd |
| 49 | version: '1.0' |
| 50 | |
| 51 | virtual-link-desc: |
| 52 | - id: three_vnf_no_constrained_nsd_vld1 |
| 53 | vim-network-name: private |
| 54 | df: |
| 55 | - id: default-df |
| 56 | qos: |
| 57 | packet-delay-variation: 30 |
| 58 | - id: three_vnf_no_constrained_nsd_vld2 |
| 59 | vim-network-name: private |
| 60 | df: |
| 61 | - id: default-df |
| 62 | qos: |
| 63 | latency: 120 |
| 64 | vnfd-id: |
| 65 | - cirros_vnfd_v2 |