diff options
author | Victor Morales <victor.morales@intel.com> | 2018-12-13 01:18:03 -0800 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2018-12-13 01:18:25 -0800 |
commit | c67a89e9ee8745a0c6b538d812ba79c2e9dca9e6 (patch) | |
tree | 7b929ad356f58e8daadd1904d3925dcdd95de9a3 /vagrant | |
parent | aa56022e0fba3c358e46e8671d9a0cd36094ebaa (diff) |
Bump virtlet to 1.4.3 and criproxy to 0.14.0
Change-Id: I6507c294b8ac4be7ec3561560229282c7f4f0257
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-301
Diffstat (limited to 'vagrant')
-rw-r--r-- | vagrant/playbooks/krd-vars.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vagrant/playbooks/krd-vars.yml b/vagrant/playbooks/krd-vars.yml index 15b7a1a4..e8d13f34 100644 --- a/vagrant/playbooks/krd-vars.yml +++ b/vagrant/playbooks/krd-vars.yml @@ -28,14 +28,14 @@ ovn_kubernetes_url: "https://github.com/openvswitch/ovn-kubernetes/archive/v{{ o criproxy_dest: "{{ base_dest }}/criproxy" criproxy_source_type: "binary" -criproxy_version: 0.12.0 +criproxy_version: 0.14.0 criproxy_url: "https://github.com/Mirantis/criproxy/releases/download/v{{ criproxy_version }}/criproxy" #criproxy_source_type: "source" #criproxy_version: b5ca5a6cec278e2054dface4f7a3e111fb9ab84b #criproxy_url: "https://github.com/Mirantis/criproxy" virtlet_dest: "{{ base_dest }}/virtlet" virtlet_source_type: "binary" -virtlet_version: 1.4.2 +virtlet_version: 1.4.3 virtlet_url: "https://github.com/Mirantis/virtlet/releases/download/v{{ virtlet_version }}/virtletctl" #virtlet_source_type: "source" #virtlet_version: 68e11b8f1db2c78b063126899f0e60910700975d |