File tree Expand file tree Collapse file tree 10 files changed +48
-47
lines changed Expand file tree Collapse file tree 10 files changed +48
-47
lines changed Original file line number Diff line number Diff line change 7
7
helm :
8
8
local_charts : false
9
9
chart_ref : aether/sd-core
10
- chart_version : 1 .0.4
10
+ chart_version : 2 .0.0
Original file line number Diff line number Diff line change 1
1
---
2
2
3
- - name : add cord chart repo
4
- kubernetes.core.helm_repository :
5
- name : cord
6
- repo_url : " https://charts.opencord.org"
7
- when : inventory_hostname in groups['master_nodes'] and not core.helm.local_charts
8
-
9
3
- name : add aether chart repo
10
4
kubernetes.core.helm_repository :
11
5
name : aether
85
79
kubernetes.core.helm :
86
80
update_repo_cache : true
87
81
name : sd-core
88
- release_namespace : omec
82
+ release_namespace : aether-5gc
89
83
create_namespace : true
90
84
chart_ref : " {{ core.helm.chart_ref if core.helm.local_charts == false else chart_ref_sd_core }}"
91
85
chart_version : " {{ core.helm.chart_version }}"
98
92
99
93
rescue :
100
94
- name : Get Pods Status
101
- shell : kubectl get po -n omec
95
+ shell : kubectl get po -n aether-5gc
102
96
register : pod_status
103
97
changed_when : false
104
98
when : inventory_hostname in groups['master_nodes']
110
104
status=$(echo "$line" | awk '{print $3}')
111
105
112
106
if [[ "$status" != "Running" ]]; then
113
- kubectl delete pod "$name" -n omec
107
+ kubectl delete pod "$name" -n aether-5gc
114
108
fi
115
109
done <<< "{{ pod_status.stdout }}"
116
110
args :
Original file line number Diff line number Diff line change 10
10
- name : remove aether 5gc
11
11
kubernetes.core.helm :
12
12
name : sd-core
13
- release_namespace : omec
13
+ release_namespace : aether-5gc
14
14
state : absent
15
15
wait : true
16
16
when : inventory_hostname in groups['master_nodes']
24
24
when : inventory_hostname in groups['master_nodes']
25
25
ignore_errors : yes
26
26
27
- - name : remove cord chart repo
28
- kubernetes.core.helm_repository :
29
- name : cord
30
- state : absent
31
- repo_url : " https://charts.opencord.org"
32
- when : inventory_hostname in groups['master_nodes']
33
- ignore_errors : yes
34
-
35
27
- name : waiting for aether pods to terminate
36
28
shell : |
37
- kubectl wait -n omec --for=delete --all=true -l app!=ue pod --timeout=180s
29
+ kubectl wait -n aether-5gc --for=delete --all=true -l app!=ue pod --timeout=180s
38
30
when : inventory_hostname in groups['master_nodes']
39
31
ignore_errors : yes
40
32
41
- - name : delete namespace omec
33
+ - name : delete namespace aether-5gc
42
34
shell : |
43
- kubectl delete namespace omec
35
+ kubectl delete namespace aether-5gc
44
36
when : inventory_hostname in groups['master_nodes']
45
37
ignore_errors : yes
46
38
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ omec-control-plane:
30
30
enabled : false
31
31
architecture : replicaset
32
32
replicaCount : 2
33
+
33
34
resources :
34
35
enabled : false
35
36
@@ -38,10 +39,8 @@ omec-control-plane:
38
39
# # network function
39
40
# AMF:
40
41
# debugLevel: trace
41
- # ReportCaller: false
42
42
# SMF:
43
43
# debugLevel: trace
44
- # ReportCaller: false
45
44
46
45
mongodb :
47
46
name : free5gc
@@ -70,30 +69,36 @@ omec-control-plane:
70
69
# directly provided through Helm Charts
71
70
amf :
72
71
cfgFiles :
73
- amfcfg.conf :
72
+ amfcfg.yaml :
74
73
configuration :
75
74
enableDBStore : true # Store AMF subscribers in the datastore
76
75
77
76
# SMF config override. Refer to Helm Charts values for more options
78
77
smf :
79
78
cfgFiles :
80
- smfcfg.conf :
79
+ smfcfg.yaml :
81
80
configuration :
82
81
enableDBStore : true # Store SMF subscribers in the datastore
83
82
84
83
# pcf:
85
84
# cfgFiles:
86
- # pcfcfg.conf :
85
+ # pcfcfg.yaml :
87
86
# configuration:
88
87
89
88
nrf :
90
89
cfgFiles :
91
- nrfcfg.conf :
90
+ nrfcfg.yaml :
92
91
configuration :
93
92
mongoDBStreamEnable : false # enable/disable MongoDB stream in NRF
94
93
nfProfileExpiryEnable : true # If enabled, remove NF profile if no keepalive received
95
94
nfKeepAliveTime : 60 # default timeout for NF profiles
96
95
96
+ webui :
97
+ cfgFiles :
98
+ webuicfg.yaml :
99
+ configuration :
100
+ managedByConfigPod :
101
+ enabled : {{ not core.standalone }}
97
102
98
103
# Override values for omec-sub-provision (subscriber) Helm Chart
99
104
# https://github.com/omec-project/sdcore-helm-charts/blob/main/omec-sub-provision/values.yaml
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ omec-control-plane:
30
30
enabled : false
31
31
architecture : replicaset
32
32
replicaCount : 2
33
+
33
34
resources :
34
35
enabled : false
35
36
@@ -38,10 +39,8 @@ omec-control-plane:
38
39
# # network function
39
40
# AMF:
40
41
# debugLevel: trace
41
- # ReportCaller: false
42
42
# SMF:
43
43
# debugLevel: trace
44
- # ReportCaller: false
45
44
46
45
mongodb :
47
46
name : free5gc
@@ -70,30 +69,36 @@ omec-control-plane:
70
69
# directly provided through Helm Charts
71
70
amf :
72
71
cfgFiles :
73
- amfcfg.conf :
72
+ amfcfg.yaml :
74
73
configuration :
75
74
enableDBStore : true # Store AMF subscribers in the datastore
76
75
77
76
# SMF config override. Refer to Helm Charts values for more options
78
77
smf :
79
78
cfgFiles :
80
- smfcfg.conf :
79
+ smfcfg.yaml :
81
80
configuration :
82
81
enableDBStore : true # Store SMF subscribers in the datastore
83
82
84
83
# pcf:
85
84
# cfgFiles:
86
- # pcfcfg.conf :
85
+ # pcfcfg.yaml :
87
86
# configuration:
88
87
89
88
nrf :
90
89
cfgFiles :
91
- nrfcfg.conf :
90
+ nrfcfg.yaml :
92
91
configuration :
93
92
mongoDBStreamEnable : false # enable/disable MongoDB stream in NRF
94
93
nfProfileExpiryEnable : true # If enabled, remove NF profile if no keepalive received
95
94
nfKeepAliveTime : 60 # default timeout for NF profiles
96
95
96
+ webui :
97
+ cfgFiles :
98
+ webuicfg.yaml :
99
+ configuration :
100
+ managedByConfigPod :
101
+ enabled : {{ not core.standalone }}
97
102
98
103
# Override values for omec-sub-provision (subscriber) Helm Chart
99
104
# https://github.com/omec-project/sdcore-helm-charts/blob/main/omec-sub-provision/values.yaml
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ omec-control-plane:
30
30
enabled : false
31
31
architecture : replicaset
32
32
replicaCount : 2
33
+
33
34
resources :
34
35
enabled : false
35
36
@@ -38,10 +39,8 @@ omec-control-plane:
38
39
# # network function
39
40
# AMF:
40
41
# debugLevel: trace
41
- # ReportCaller: false
42
42
# SMF:
43
43
# debugLevel: trace
44
- # ReportCaller: false
45
44
46
45
mongodb :
47
46
name : free5gc
@@ -70,30 +69,36 @@ omec-control-plane:
70
69
# directly provided through Helm Charts
71
70
amf :
72
71
cfgFiles :
73
- amfcfg.conf :
72
+ amfcfg.yaml :
74
73
configuration :
75
74
enableDBStore : true # Store AMF subscribers in the datastore
76
75
77
76
# SMF config override. Refer to Helm Charts values for more options
78
77
smf :
79
78
cfgFiles :
80
- smfcfg.conf :
79
+ smfcfg.yaml :
81
80
configuration :
82
81
enableDBStore : true # Store SMF subscribers in the datastore
83
82
84
83
# pcf:
85
84
# cfgFiles:
86
- # pcfcfg.conf :
85
+ # pcfcfg.yaml :
87
86
# configuration:
88
87
89
88
nrf :
90
89
cfgFiles :
91
- nrfcfg.conf :
90
+ nrfcfg.yaml :
92
91
configuration :
93
92
mongoDBStreamEnable : false # enable/disable MongoDB stream in NRF
94
93
nfProfileExpiryEnable : true # If enabled, remove NF profile if no keepalive received
95
94
nfKeepAliveTime : 60 # default timeout for NF profiles
96
95
96
+ webui :
97
+ cfgFiles :
98
+ webuicfg.yaml :
99
+ configuration :
100
+ managedByConfigPod :
101
+ enabled : {{ not core.standalone }}
97
102
98
103
# Override values for omec-sub-provision (subscriber) Helm Chart
99
104
# https://github.com/omec-project/sdcore-helm-charts/blob/main/omec-sub-provision/values.yaml
@@ -112,7 +117,7 @@ omec-sub-provision:
112
117
configuration :
113
118
provision-network-slice : {{ core.standalone | string }} # if enabled, Device Groups & Slices configure by simapp
114
119
sub-provision-endpt :
115
- addr : webui.omec.svc.cluster.local # subscriber configuation endpoint.
120
+ addr : webui # subscriber configuation endpoint.
116
121
# sub-proxy-endpt: # used if subscriber proxy is enabled in the ROC.
117
122
# addr: subscriber-proxy.aether-roc.svc.cluster.local
118
123
# port: 5000
Original file line number Diff line number Diff line change 6
6
helm :
7
7
local_charts : false
8
8
chart_ref : aether/bess-upf
9
- chart_version : 1.0.2
9
+ chart_version : 1.1.1
10
10
values_file : " roles/upf/templates/upf-5g-values.yaml"
11
11
additional_upfs :
12
12
" 1 " :
Original file line number Diff line number Diff line change 40
40
kubernetes.core.helm :
41
41
update_repo_cache : true
42
42
name : bess-upf
43
- release_namespace : omec -upf-{{ item.key }}
43
+ release_namespace : aether-5gc -upf-{{ item.key }}
44
44
create_namespace : true
45
45
chart_ref : " {{ core.upf.helm.chart_ref }}"
46
46
chart_version : " {{ core.upf.helm.chart_version }}"
Original file line number Diff line number Diff line change 11
11
- name : remove aether upfs
12
12
kubernetes.core.helm :
13
13
name : bess-upf
14
- release_namespace : omec -upf-{{ item.key }}
14
+ release_namespace : aether-5gc -upf-{{ item.key }}
15
15
state : absent
16
16
wait : true
17
17
with_dict : " {{ core.upf.additional_upfs}}"
18
18
when : inventory_hostname in groups['master_nodes']
19
19
ignore_errors : yes
20
20
21
- - name : delete namespace omec -upf
21
+ - name : delete namespace aether-5gc -upf
22
22
shell : |
23
- kubectl delete namespace omec -upf-{{ item.key }}
23
+ kubectl delete namespace aether-5gc -upf-{{ item.key }}
24
24
with_dict : " {{ core.upf.additional_upfs}}"
25
25
when : inventory_hostname in groups['master_nodes']
26
26
ignore_errors : yes
Original file line number Diff line number Diff line change 7
7
helm :
8
8
local_charts : false
9
9
chart_ref : aether/sd-core
10
- chart_version : 1 .0.4
10
+ chart_version : 2 .0.0
11
11
12
12
upf :
13
13
access_subnet : " 192.168.252.1/24" # access subnet & gateway
You can’t perform that action at this time.
0 commit comments