We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2adb61 commit a563663Copy full SHA for a563663
roles/core/tasks/install.yml
@@ -4,13 +4,13 @@
4
kubernetes.core.helm_repository:
5
name: cord
6
repo_url: "https://charts.opencord.org"
7
- when: inventory_hostname in groups['master_nodes']
+ when: inventory_hostname in groups['master_nodes'] and not core.helm.local_charts
8
9
- name: add aether chart repo
10
11
name: aether
12
repo_url: "https://charts.aetherproject.org"
13
14
15
- name: find {{ core.data_iface }}'s subnet for RAN
16
shell: ip route | grep {{ core.data_iface }} | awk '/kernel/ {print $1}' | head -1
0 commit comments