Skip to content
Snippets Groups Projects
Commit 2f620254 authored by lavado's avatar lavado
Browse files

adding helper script and sriov settings at VNFD

parent 0a8a10d6
No related branches found
No related tags found
2 merge requests!11Hackfest9,!10Hackfest9
#!/bin/bash
osm nsi-delete magma_slice
osm ns-delete magma_slice.slice_hackfest_nsd_epc
osm ns-delete magma_slice.slice_hackfest_nsd_epcmgmt
PROJECT=$(osm project-list | grep $OSM_PROJECT | awk '{print $4}')
echo "To ensure complete deletion, run this in your K8s cluster: kubectl delete namespace $PROJECT"
\ No newline at end of file
......@@ -15,7 +15,7 @@ vnfd:vnfd-catalog:
count: 1
cloud-init-file: magmaagw_init
vm-flavor:
vcpu-count: 2
vcpu-count: 1
memory-mb: 4096
storage-gb: 50
guest-epa:
......@@ -33,6 +33,7 @@ vnfd:vnfd-catalog:
type: EXTERNAL
position: '1'
virtual-interface:
# type: SR-IOV
type: PARAVIRT
internal-connection-point-ref: agw-s1
- name: eth2
......@@ -61,8 +62,8 @@ vnfd:vnfd-catalog:
count: 1
cloud-init-file: srslte_init
vm-flavor:
vcpu-count: 2
memory-mb: 8192
vcpu-count: 1
memory-mb: 4096
storage-gb: 100
image: 'srsLTEfauxRF_hf9'
interface:
......@@ -75,6 +76,7 @@ vnfd:vnfd-catalog:
- name: eth1
type: EXTERNAL
virtual-interface:
# type: SR-IOV
type: PARAVIRT
internal-connection-point-ref: srsLTE-s1
internal-connection-point:
......
netslice-subnet:
- id: slice_hackfest_nsd_epc
# placement-engine: PLA
# wimAccountId: False
additionalParamsForVnf:
- member-vnf-index: '1'
additionalParams:
......@@ -10,6 +11,7 @@ netslice-subnet:
orch_net: 'osmnet'
- id: slice_hackfest_nsd_epcmgmt
# wimAccountId: False
additionalParamsForVnf:
- member-vnf-index: 'orc8r'
additionalParamsForKdu:
......
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