Skip to content

Commit 8f17e6f

Browse files
committed
removed opencord dependency
Signed-off-by: Larry Peterson <[email protected]>
1 parent b1400ee commit 8f17e6f

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

roles/core/tasks/install.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
---
22

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-
93
- name: add aether chart repo
104
kubernetes.core.helm_repository:
115
name: aether

roles/core/tasks/uninstall.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@
2424
when: inventory_hostname in groups['master_nodes']
2525
ignore_errors: yes
2626

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-
3527
- name: waiting for aether pods to terminate
3628
shell: |
3729
kubectl wait -n omec --for=delete --all=true -l app!=ue pod --timeout=180s

0 commit comments

Comments
 (0)