File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 75
75
kubernetes.core.helm :
76
76
update_repo_cache : true
77
77
name : sd-core
78
- release_namespace : omec
78
+ release_namespace : aether-5gc
79
79
create_namespace : true
80
80
chart_ref : " {{ core.helm.chart_ref if core.helm.local_charts == false else chart_ref_sd_core }}"
81
81
chart_version : " {{ core.helm.chart_version }}"
88
88
89
89
rescue :
90
90
- name : Get Pods Status
91
- shell : kubectl get po -n omec
91
+ shell : kubectl get po -n aether-5gc
92
92
register : pod_status
93
93
changed_when : false
94
94
when : inventory_hostname in groups['master_nodes']
100
100
status=$(echo "$line" | awk '{print $3}')
101
101
102
102
if [[ "$status" != "Running" ]]; then
103
- kubectl delete pod "$name" -n omec
103
+ kubectl delete pod "$name" -n aether-5gc
104
104
fi
105
105
done <<< "{{ pod_status.stdout }}"
106
106
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']
26
26
27
27
- name : waiting for aether pods to terminate
28
28
shell : |
29
- 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
30
30
when : inventory_hostname in groups['master_nodes']
31
31
ignore_errors : yes
32
32
33
- - name : delete namespace omec
33
+ - name : delete namespace aether-5gc
34
34
shell : |
35
- kubectl delete namespace omec
35
+ kubectl delete namespace aether-5gc
36
36
when : inventory_hostname in groups['master_nodes']
37
37
ignore_errors : yes
38
38
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ omec-sub-provision:
117
117
configuration :
118
118
provision-network-slice : {{ core.standalone | string }} # if enabled, Device Groups & Slices configure by simapp
119
119
sub-provision-endpt :
120
- addr : webui.omec.svc.cluster.local # subscriber configuation endpoint.
120
+ addr : webui # subscriber configuation endpoint.
121
121
# sub-proxy-endpt: # used if subscriber proxy is enabled in the ROC.
122
122
# addr: subscriber-proxy.aether-roc.svc.cluster.local
123
123
# port: 5000
Original file line number Diff line number Diff line change 38
38
kubernetes.core.helm :
39
39
update_repo_cache : true
40
40
name : bess-upf
41
- release_namespace : omec -upf-{{ item.key }}
41
+ release_namespace : aether-5gc -upf-{{ item.key }}
42
42
create_namespace : true
43
43
chart_ref : " {{ core.upf.helm.chart_ref }}"
44
44
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
You can’t perform that action at this time.
0 commit comments