Skip to content
Snippets Groups Projects
Commit 0a8a10d6 authored by lavado's avatar lavado
Browse files

add osm2020 password to srslte to troubleshoot key issues¨

parent e82f8ab9
No related branches found
No related tags found
2 merge requests!11Hackfest9,!10Hackfest9
#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
......
......@@ -6,7 +6,7 @@ netslice-subnet:
additionalParams:
agw_id: 'agw_100'
agw_name: 'AGW100'
orch_ip: '172.21.250.110' ## change this to the MetalLB IP address of your orc8r_proxy service.
orch_ip: '172.21.250.199' ## 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.110' # MetalLB IP Address
proxyserviceloadBalancerIP: '172.21.250.199' # MetalLB IP Address
netslice-vld:
- name: slice_vld_mgmt
......
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