From 7087e0b0297dbd043642ae9414f18efad71ebae6 Mon Sep 17 00:00:00 2001 From: Konrad Bańka Date: Tue, 16 Jul 2019 15:42:57 +0200 Subject: Update plugin.sh with new helper functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plugin.sh has been refactored to use new wrapper functions as well as utilize helm package command for creating resource bundle in order to test proper handling of this scenario by plugin Issue-ID: MULTICLOUD-686 Signed-off-by: Konrad Bańka Change-Id: Ia35fac70153fdb34ba75bfff31f9b2566b986cf1 --- kud/deployment_infra/playbooks/configure-kud.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'kud/deployment_infra') diff --git a/kud/deployment_infra/playbooks/configure-kud.yml b/kud/deployment_infra/playbooks/configure-kud.yml index 0e32e69d..6ac0477d 100644 --- a/kud/deployment_infra/playbooks/configure-kud.yml +++ b/kud/deployment_infra/playbooks/configure-kud.yml @@ -23,6 +23,11 @@ when: helm_client.rc != 0 vars: kubernetes_helm_ver: "v{{ helm_client_version }}" + tasks: + - name: Initialize helm client + command: helm init -c + args: + creates: ~/.helm - hosts: kube-node become: yes -- cgit 1.2.3-korg