Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OSM Packages
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
17
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vnf-onboarding
OSM Packages
Commits
2f620254
Commit
2f620254
authored
4 years ago
by
lavado
Browse files
Options
Downloads
Patches
Plain Diff
adding helper script and sriov settings at VNFD
parent
0a8a10d6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!11
Hackfest9
,
!10
Hackfest9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
magma/delete_slice.sh
+6
-0
6 additions, 0 deletions
magma/delete_slice.sh
magma/hackfest_magma-agw-enb_vnfd/magma-agw-enb_vnfd.yaml
+5
-3
5 additions, 3 deletions
magma/hackfest_magma-agw-enb_vnfd/magma-agw-enb_vnfd.yaml
magma/params.yaml
+2
-0
2 additions, 0 deletions
magma/params.yaml
with
13 additions
and
3 deletions
magma/delete_slice.sh
0 → 100755
+
6
−
0
View file @
2f620254
#!/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
This diff is collapsed.
Click to expand it.
magma/hackfest_magma-agw-enb_vnfd/magma-agw-enb_vnfd.yaml
+
5
−
3
View file @
2f620254
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
magma/params.yaml
+
2
−
0
View file @
2f620254
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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment