Skip to content
Snippets Groups Projects
Commit 17f2ba9e authored by lavado's avatar lavado
Browse files

Merge branch 'Test_EPA-01_packages' into 'master'

Test_EPA-01_packages

See merge request !38
parents 960d99a0 f04f25b9
No related branches found
No related tags found
1 merge request!38Test_EPA-01_packages
nsd-catalog:
nsd:
- constituent-vnfd:
- member-vnf-index: '1'
vnfd-id-ref: hackfest_basic_sriov-vnf
description: Simple NS with a single VNF with SRIOV port
id: hackfest_basic_sriov-ns
name: hackfest_basic_sriov-ns
short-name: hackfest_basic_sriov-ns
version: '1.0'
vld:
- id: mgmtnet
mgmt-network: true
name: mgmtnet
short-name: mgmtnet
type: ELAN
vnfd-connection-point-ref:
- member-vnf-index-ref: '1'
vnfd-connection-point-ref: vnf-cp0
vnfd-id-ref: hackfest_basic_sriov-vnf
- id: sriov_vld
mgmt-network: true
name: sriov_vld
short-name: sriov_vld
type: ELAN
vnfd-connection-point-ref:
- member-vnf-index-ref: '1'
vnfd-connection-point-ref: vnf-cp1
vnfd-id-ref: hackfest_basic_sriov-vnf
\ No newline at end of file
hackfest_basic_sriov_ns/icons/osm.png

54.6 KiB

#cloud-config
password: osm4u
chpasswd: { expire: False }
ssh_pwauth: True
vnfd-catalog:
vnfd:
- connection-point:
- name: vnf-cp0
- name: vnf-cp1
description: A basic VNF descriptor w/ one VDU and SRIOV
id: hackfest_basic_sriov-vnf
mgmt-interface:
cp: vnf-cp0
name: hackfest_basic_sriov-vnf
short-name: hackfest_basic_sriov-vnf
vdu:
- count: 1
id: hackfest_basic-VM
image: bionic_wsvf
cloud-init-file: cloud.config
interface:
- external-connection-point-ref: vnf-cp0
name: vdu-eth0
type: EXTERNAL
virtual-interface:
type: PARAVIRT
- external-connection-point-ref: vnf-cp1
name: vdu-eth1
type: EXTERNAL
virtual-interface:
type: SR-IOV
name: hackfest_basic-VM
vm-flavor:
memory-mb: 2048
storage-gb: 30
vcpu-count: 2
version: '1.0'
hackfest_basic_sriov_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