| garciaale | 76f6a62 | 2020-11-19 17:57:42 -0300 | [diff] [blame] | 1 | # Copyright 2020 Whitestack LLC |
| 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. |
| 15 | |
| 16 | nsd: |
| 17 | nsd: |
| 18 | - id: hackfest3charmed-ns |
| 19 | name: hackfest3charmed-ns |
| 20 | description: NS with 2 VNFs hackfest3charmed-vnf connected by datanet and mgmtnet VLs |
| garciaale | 76f6a62 | 2020-11-19 17:57:42 -0300 | [diff] [blame] | 21 | version: '1.0' |
| 22 | |
| 23 | vnfd-id: |
| 24 | - hackfest3charmed-vnf |
| 25 | |
| 26 | virtual-link-desc: |
| 27 | - id: mgmt |
| garciaale | 0a517b9 | 2021-01-12 15:44:44 -0300 | [diff] [blame] | 28 | mgmt-network: true |
| 29 | vim-network-name: mgmt |
| garciaale | 76f6a62 | 2020-11-19 17:57:42 -0300 | [diff] [blame] | 30 | - id: datanet |
| garciaale | 76f6a62 | 2020-11-19 17:57:42 -0300 | [diff] [blame] | 31 | |
| 32 | df: |
| garciaale | 0a517b9 | 2021-01-12 15:44:44 -0300 | [diff] [blame] | 33 | - id: default-df |
| garciaale | 76f6a62 | 2020-11-19 17:57:42 -0300 | [diff] [blame] | 34 | vnf-profile: |
| garciaale | 0a517b9 | 2021-01-12 15:44:44 -0300 | [diff] [blame] | 35 | - id: "1" # member-vnf-index-ref: 1 |
| garciaale | 76f6a62 | 2020-11-19 17:57:42 -0300 | [diff] [blame] | 36 | vnfd-id: hackfest3charmed-vnf |
| 37 | virtual-link-connectivity: |
| 38 | - virtual-link-profile-id: mgmt |
| 39 | constituent-cpd-id: |
| garciaale | 0a517b9 | 2021-01-12 15:44:44 -0300 | [diff] [blame] | 40 | - constituent-base-element-id: "1" |
| garciaale | 76f6a62 | 2020-11-19 17:57:42 -0300 | [diff] [blame] | 41 | constituent-cpd-id: vnf-mgmt-ext |
| 42 | - virtual-link-profile-id: datanet |
| 43 | constituent-cpd-id: |
| garciaale | 0a517b9 | 2021-01-12 15:44:44 -0300 | [diff] [blame] | 44 | - constituent-base-element-id: "1" |
| garciaale | 76f6a62 | 2020-11-19 17:57:42 -0300 | [diff] [blame] | 45 | constituent-cpd-id: vnf-data-ext |
| garciaale | 0a517b9 | 2021-01-12 15:44:44 -0300 | [diff] [blame] | 46 | - id: "2" # member-vnf-index-ref: 2 |
| garciaale | 76f6a62 | 2020-11-19 17:57:42 -0300 | [diff] [blame] | 47 | vnfd-id: hackfest3charmed-vnf |
| 48 | virtual-link-connectivity: |
| 49 | - virtual-link-profile-id: mgmt |
| 50 | constituent-cpd-id: |
| garciaale | 0a517b9 | 2021-01-12 15:44:44 -0300 | [diff] [blame] | 51 | - constituent-base-element-id: "2" |
| garciaale | 76f6a62 | 2020-11-19 17:57:42 -0300 | [diff] [blame] | 52 | constituent-cpd-id: vnf-mgmt-ext |
| 53 | - virtual-link-profile-id: datanet |
| 54 | constituent-cpd-id: |
| garciaale | 0a517b9 | 2021-01-12 15:44:44 -0300 | [diff] [blame] | 55 | - constituent-base-element-id: "2" |
| garciaale | 76f6a62 | 2020-11-19 17:57:42 -0300 | [diff] [blame] | 56 | constituent-cpd-id: vnf-data-ext |