aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/playbooks/configure-ovn-kubernetes.yml
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-11-21 08:23:08 -0800
committerVictor Morales <victor.morales@intel.com>2018-11-21 11:09:27 -0800
commitf16df7bd9a5175274a1c8791372c798e62d1bec8 (patch)
tree106b98e4bc1ac9f3b9c51eb102db604eeacd7883 /vagrant/playbooks/configure-ovn-kubernetes.yml
parenta40ffb20c46915335c128a811b64196af67362ae (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-ovn-kubernetes.yml')
-rw-r--r--vagrant/playbooks/configure-ovn-kubernetes.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/vagrant/playbooks/configure-ovn-kubernetes.yml b/vagrant/playbooks/configure-ovn-kubernetes.yml
index cea102f2..e3042ff4 100644
--- a/vagrant/playbooks/configure-ovn-kubernetes.yml
+++ b/vagrant/playbooks/configure-ovn-kubernetes.yml
@@ -14,8 +14,13 @@
central_node_ip: "{{ hostvars[groups['ovn-central'][0]]['ansible_ssh_host'] }}"
environment:
PATH: "{{ ansible_env.PATH }}:/usr/local/go/bin/"
+ pre_tasks:
+ - name: Load krd variables
+ include_vars:
+ file: krd-vars.yml
roles:
- role: andrewrothstein.go
+ go_ver: "{{ go_version }}"
tasks:
- name: Load krd variables
include_vars: