aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/noheat/cluster-rke/ansible/create.yml
diff options
context:
space:
mode:
authorMaciej Wereski <m.wereski@partner.samsung.com>2021-07-28 13:36:47 +0000
committerMorgan Richomme <morgan.richomme@orange.com>2021-08-24 13:41:02 +0000
commit107b0eb0586053e057e6a90722e75ba25a523b28 (patch)
tree6936c5d248ea25643703d122607fec71a5e0b75b /deployment/noheat/cluster-rke/ansible/create.yml
parentfe32db5a54133b5070ad2907c424dab2ea35cade (diff)
noheat: deploy helm with plugins & chartmuseum
Issue-ID: INT-1601 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: If42f82101ad22631d636b9cadd8a0cef03e53a11
Diffstat (limited to 'deployment/noheat/cluster-rke/ansible/create.yml')
-rw-r--r--deployment/noheat/cluster-rke/ansible/create.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/deployment/noheat/cluster-rke/ansible/create.yml b/deployment/noheat/cluster-rke/ansible/create.yml
index 329d6b84d..c2eca98dc 100644
--- a/deployment/noheat/cluster-rke/ansible/create.yml
+++ b/deployment/noheat/cluster-rke/ansible/create.yml
@@ -37,3 +37,7 @@
repo: "https://git.onap.org/oom"
dest: "{{ oom_dir }}"
version: "master"
+- name: Install Helm
+ hosts: operator0
+ roles:
+ - role: setup_helm