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-virtlet.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-virtlet.yml')
-rw-r--r-- | vagrant/playbooks/configure-virtlet.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vagrant/playbooks/configure-virtlet.yml b/vagrant/playbooks/configure-virtlet.yml index 98aa74cc..b1dee09f 100644 --- a/vagrant/playbooks/configure-virtlet.yml +++ b/vagrant/playbooks/configure-virtlet.yml @@ -16,8 +16,10 @@ include_vars: file: krd-vars.yml roles: - - andrewrothstein.kubectl - - { role: geerlingguy.docker, when: virtlet_source_type == "source" } + - role: andrewrothstein.kubectl + kubectl_ver: "v{{ kubectl_version }}" + - role: geerlingguy.docker + when: virtlet_source_type == "source" tasks: - name: create Virtlet binary folder file: |