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
0a8a10d6
Commit
0a8a10d6
authored
4 years ago
by
lavado
Browse files
Options
Downloads
Patches
Plain Diff
add osm2020 password to srslte to troubleshoot key issues¨
parent
e82f8ab9
No related branches found
Branches containing commit
No related tags found
2 merge requests
!11
Hackfest9
,
!10
Hackfest9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
magma/hackfest_magma-agw-enb_vnfd/cloud_init/srslte_init
+3
-0
3 additions, 0 deletions
magma/hackfest_magma-agw-enb_vnfd/cloud_init/srslte_init
magma/params.yaml
+2
-2
2 additions, 2 deletions
magma/params.yaml
with
5 additions
and
2 deletions
magma/hackfest_magma-agw-enb_vnfd/cloud_init/srslte_init
+
3
−
0
View file @
0a8a10d6
#cloud-config
password: osm2020
chpasswd: { expire: False }
ssh_pwauth: True
runcmd:
- route delete -net 0.0.0.0/0 gw 172.21.251.254
- route add -net 10.0.0.0/8 gw 172.21.251.254
...
...
This diff is collapsed.
Click to expand it.
magma/params.yaml
+
2
−
2
View file @
0a8a10d6
...
...
@@ -6,7 +6,7 @@ netslice-subnet:
additionalParams
:
agw_id
:
'
agw_100'
agw_name
:
'
AGW100'
orch_ip
:
'
172.21.250.1
10
'
## change this to the MetalLB IP address of your orc8r_proxy service.
orch_ip
:
'
172.21.250.1
99
'
## change this to the MetalLB IP address of your orc8r_proxy service.
orch_net
:
'
osmnet'
-
id
:
slice_hackfest_nsd_epcmgmt
...
...
@@ -15,7 +15,7 @@ netslice-subnet:
additionalParamsForKdu
:
-
kdu_name
:
orc8r
additionalParams
:
proxyserviceloadBalancerIP
:
'
172.21.250.1
10
'
# MetalLB IP Address
proxyserviceloadBalancerIP
:
'
172.21.250.1
99
'
# MetalLB IP Address
netslice-vld
:
-
name
:
slice_vld_mgmt
...
...
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