File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed 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
Original file line number Diff line number Diff line change 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
29
kubectl wait -n omec --for=delete --all=true -l app!=ue pod --timeout=180s
You can’t perform that action at this time.
0 commit comments