Skip to content
Snippets Groups Projects
Commit 481e0688 authored by aguilarherna's avatar aguilarherna
Browse files

New packages for EPA05 test: NS with two VNFs that use passthrough interfaces and SDN assist

parent 6bfcd6da
No related branches found
No related tags found
1 merge request!131New packages for EPA05 test: NS with two VNFs that use passthrough interfaces and SDN assist
Pipeline #254 passed with stage
in 1 minute and 52 seconds
nsd:
nsd:
- description: NS with 2 VNFs epa_1vm_passthrough-vnf connected by datanet and mgmtnet
VLs
df:
- id: default-df
vnf-profile:
- id: '1'
virtual-link-connectivity:
- constituent-cpd-id:
- constituent-base-element-id: '1'
constituent-cpd-id: vnf-mgmt-ext
virtual-link-profile-id: mgmtnet
- constituent-cpd-id:
- constituent-base-element-id: '1'
constituent-cpd-id: vnf-data-ext
virtual-link-profile-id: datanet
vnfd-id: epa_1vm_passthrough-vnf
- id: '2'
virtual-link-connectivity:
- constituent-cpd-id:
- constituent-base-element-id: '2'
constituent-cpd-id: vnf-mgmt-ext
virtual-link-profile-id: mgmtnet
- constituent-cpd-id:
- constituent-base-element-id: '2'
constituent-cpd-id: vnf-data-ext
virtual-link-profile-id: datanet
vnfd-id: epa_1vm_passthrough-vnf
id: epa_1vm_passthrough-ns
name: epa_1vm_passthrough-ns
version: '1.0'
virtual-link-desc:
- id: mgmtnet
mgmt-network: true
- id: datanet
vnfd-id:
- epa_1vm_passthrough-vnf
epa_1vm_passthrough_ns/icons/osm.png

54.6 KiB

#cloud-config
password: osm4u
chpasswd: { expire: False }
ssh_pwauth: True
vnfd:
description: A VNF consisting of 1 VDU with 1 paravirt and 1 passthrough interface
df:
- id: default-df
instantiation-level:
- id: default-instantiation-level
vdu-level:
- number-of-instances: 1
vdu-id: dataVM
vdu-profile:
- id: dataVM
min-number-of-instances: 1
ext-cpd:
- id: vnf-mgmt-ext
int-cpd:
cpd: eth0-int
vdu-id: dataVM
- id: vnf-data-ext
int-cpd:
cpd: xe0-int
vdu-id: dataVM
id: epa_1vm_passthrough-vnf
mgmt-cp: vnf-mgmt-ext
product-name: epa_1vm_passthrough-vnf
sw-image-desc:
- id: ubuntu20.04
image: ubuntu20.04
name: ubuntu20.04
vdu:
- cloud-init-file: cloud-config.txt
id: dataVM
int-cpd:
- id: eth0-int
virtual-network-interface-requirement:
- name: eth0
position: 1
virtual-interface:
type: PARAVIRT
- id: xe0-int
virtual-network-interface-requirement:
- name: xe0
position: 2
virtual-interface:
type: PCI-PASSTHROUGH
name: dataVM
sw-image-desc: ubuntu20.04
virtual-compute-desc: dataVM-compute
virtual-storage-desc:
- dataVM-storage
version: '1.0'
virtual-compute-desc:
- id: dataVM-compute
virtual-cpu:
num-virtual-cpu: 2
pinning:
policy: static
thread-policy: PREFER
virtual-memory:
mempage-size: LARGE
numa-enabled: true
numa-node-policy:
mem-policy: STRICT
node:
- id: 1
node-cnt: 1
size: 4.0
virtual-storage-desc:
- id: dataVM-storage
size-of-storage: 10
epa_1vm_passthrough_vnf/icons/osm.png

54.6 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment