| tierno | 66eba6e | 2017-11-10 17:09:18 +0100 | [diff] [blame] | 1 | nsd:nsd-catalog: |
| 2 | nsd: |
| 3 | - id: 2linux-sriov |
| 4 | name: 2linux_sriov |
| 5 | short-name: 2linux_sriov |
| 6 | description: Generated by OSM pacakage generator |
| 7 | vendor: OSM |
| 8 | version: '1.0' |
| 9 | |
| 10 | # Place the logo as png in icons directory and provide the name here |
| 11 | logo: osm_2x.png |
| 12 | |
| 13 | # Specify the VNFDs that are part of this NSD |
| 14 | constituent-vnfd: |
| 15 | # The member-vnf-index needs to be unique, starting from 1 |
| 16 | # vnfd-id-ref is the id of the VNFD |
| 17 | # Multiple constituent VNFDs can be specified |
| 18 | - member-vnf-index: 1 |
| 19 | vnfd-id-ref: linux-sriov |
| 20 | - member-vnf-index: 2 |
| 21 | vnfd-id-ref: linux-sriov |
| 22 | scaling-group-descriptor: |
| 23 | - name: "scaling_cirros" |
| 24 | vnfd-member: |
| 25 | - count: 1 |
| 26 | member-vnf-index-ref: 1 |
| 27 | min-instance-count: 0 |
| 28 | max-instance-count: 10 |
| 29 | scaling-policy: |
| 30 | - scaling-type: "manual" |
| 31 | cooldown-time: 10 |
| 32 | threshold-time: 10 |
| 33 | name: manual_scale |
| 34 | vld: |
| 35 | # Networks for the VNFs |
| 36 | - id: mgmt |
| 37 | mgmt-network: 'true' |
| 38 | name: mgmt |
| 39 | type: ELAN |
| 40 | # vim-network-name: <update> |
| 41 | # provider-network: |
| 42 | # overlay-type: VLAN |
| 43 | # segmentation_id: <update> |
| 44 | vnfd-connection-point-ref: |
| 45 | # Specify the constituent VNFs |
| 46 | # member-vnf-index-ref - entry from constituent vnf |
| 47 | # vnfd-id-ref - VNFD id |
| 48 | # vnfd-connection-point-ref - connection point name in the VNFD |
| 49 | - member-vnf-index-ref: 1 |
| 50 | vnfd-id-ref: linux-sriov |
| 51 | vnfd-connection-point-ref: eth0 |
| 52 | - member-vnf-index-ref: 2 |
| 53 | vnfd-id-ref: linux-sriov |
| 54 | vnfd-connection-point-ref: eth0 |
| 55 | - id: sriov-vld |
| 56 | name: sriov_vld |
| 57 | type: ELAN |
| 58 | # vim-network-name: <update> |
| 59 | # provider-network: |
| 60 | # overlay-type: VLAN |
| 61 | # segmentation_id: <update> |
| 62 | vnfd-connection-point-ref: |
| 63 | # Specify the constituent VNFs |
| 64 | # member-vnf-index-ref - entry from constituent vnf |
| 65 | # vnfd-id-ref - VNFD id |
| 66 | # vnfd-connection-point-ref - connection point name in the VNFD |
| 67 | - member-vnf-index-ref: 1 |
| 68 | vnfd-id-ref: linux-sriov |
| 69 | vnfd-connection-point-ref: sriov0 |
| 70 | - member-vnf-index-ref: 2 |
| 71 | vnfd-id-ref: linux-sriov |
| 72 | vnfd-connection-point-ref: sriov0 |
| 73 | |