diff options
author | Bin Yang <bin.yang@windriver.com> | 2019-08-06 06:20:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-06 06:20:07 +0000 |
commit | 2b6bce7f8db3866133488f0a64f478569494f7b8 (patch) | |
tree | a4e4cb5dc1c3147b3e713e43c707204934d27a6e /kud/deployment_infra | |
parent | 4fb6acf5a720a0554c08a6f1d3526271b6317cdb (diff) | |
parent | 7087e0b0297dbd043642ae9414f18efad71ebae6 (diff) |
Merge changes Ia35fac70,I7ffaa3d4,I53e7e4d6
* changes:
Update plugin.sh with new helper functions
Provide connection info for plugin testcase
Correct k8splugin endpoint configuration in KUD test
Diffstat (limited to 'kud/deployment_infra')
-rw-r--r-- | kud/deployment_infra/playbooks/configure-kud.yml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |