diff options
author | Victor Morales <victor.morales@intel.com> | 2018-11-21 08:23:08 -0800 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2018-11-21 11:09:27 -0800 |
commit | f16df7bd9a5175274a1c8791372c798e62d1bec8 (patch) | |
tree | 106b98e4bc1ac9f3b9c51eb102db604eeacd7883 /vagrant/playbooks/configure-istio.yml | |
parent | a40ffb20c46915335c128a811b64196af67362ae (diff) |
Centralizes version of components
The galaxy roles used by KRD requires to centralize their version used
in the playbook/krd-vars.yml file, this file facilitates the version
control and helps as single point of truth.
Change-Id: If4544f529ff00689dc6cd6bca7e8adc0c876aa18
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-301
Diffstat (limited to 'vagrant/playbooks/configure-istio.yml')
-rw-r--r-- | vagrant/playbooks/configure-istio.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vagrant/playbooks/configure-istio.yml b/vagrant/playbooks/configure-istio.yml index 25a343f0..e6a138e7 100644 --- a/vagrant/playbooks/configure-istio.yml +++ b/vagrant/playbooks/configure-istio.yml @@ -15,9 +15,10 @@ include_vars: file: krd-vars.yml roles: - - andrewrothstein.kubectl + - role: andrewrothstein.kubectl + kubectl_ver: "v{{ kubectl_version }}" - role: andrewrothstein.kubernetes-helm - kubernetes_helm_ver: v2.9.1 + kubernetes_helm_ver: "v{{ helm_client_version }}" tasks: - name: create istio folder file: |