Bump virtlet to 1.4.3 and criproxy to 0.14.0
[multicloud/k8s.git] / vagrant / playbooks / krd-vars.yml
1 ---
2 # SPDX-license-identifier: Apache-2.0
3 ##############################################################################
4 # Copyright (c) 2018
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 base_dest: /tmp
12
13 multus_dest: "{{ base_dest }}/multus-cni"
14 #multus_source_type: "tarball"
15 #multus_version: 3.1
16 #multus_url: "https://github.com/intel/multus-cni/releases/download/v{{ multus_version }}/multus-cni_v{{ multus_version }}_linux_amd64.tar.gz"
17 multus_source_type: "source"
18 multus_version: 366f2120cb88c85deab6343b7062fd38fdb0ece9
19 multus_url: "https://github.com/ritusood/multus-cni"
20
21 ovn_kubernetes_dest: "{{ base_dest }}/ovn-kubernetes"
22 ovn_kubernetes_source_type: "tarball"
23 ovn_kubernetes_version: 0.3.0
24 ovn_kubernetes_url: "https://github.com/openvswitch/ovn-kubernetes/archive/v{{ ovn_kubernetes_version }}.tar.gz"
25 #ovn_kubernetes_source_type: "source"
26 #ovn_kubernetes_version: 456a0857956988f968bb08644c650ba826592ec1
27 #ovn_kubernetes_url: "https://github.com/openvswitch/ovn-kubernetes"
28
29 criproxy_dest: "{{ base_dest }}/criproxy"
30 criproxy_source_type: "binary"
31 criproxy_version: 0.14.0
32 criproxy_url: "https://github.com/Mirantis/criproxy/releases/download/v{{ criproxy_version }}/criproxy"
33 #criproxy_source_type: "source"
34 #criproxy_version: b5ca5a6cec278e2054dface4f7a3e111fb9ab84b
35 #criproxy_url: "https://github.com/Mirantis/criproxy"
36 virtlet_dest: "{{ base_dest }}/virtlet"
37 virtlet_source_type: "binary"
38 virtlet_version: 1.4.3
39 virtlet_url: "https://github.com/Mirantis/virtlet/releases/download/v{{ virtlet_version }}/virtletctl"
40 #virtlet_source_type: "source"
41 #virtlet_version: 68e11b8f1db2c78b063126899f0e60910700975d
42 #virtlet_url: "https://github.com/Mirantis/virtlet"
43
44 nfd_dest: "{{ base_dest }}/nfd"
45 nfd_source_type: "source"
46 nfd_version: 175305b1ad73be7301ac94add475cec6fef797a9
47 nfd_url: "https://github.com/kubernetes-incubator/node-feature-discovery"
48
49 istio_dest: "{{ base_dest }}/istio"
50 istio_source_type: "tarball"
51 istio_version: 1.0.3
52 istio_url: "https://github.com/istio/istio/releases/download/{{ istio_version }}/istio-{{ istio_version }}-linux.tar.gz"
53
54 go_path: "{{ base_dest }}/go"
55 ovn4nfv_dest: "{{ go_path }}/src/ovn4nfv-k8s-plugin"
56 ovn4nfv_source_type: "source"
57 ovn4nfv_version: 5026d1d89b05eac5e004279b742df6745a73d93a
58 ovn4nfv_url: "https://git.opnfv.org/ovn4nfv-k8s-plugin/"
59
60 go_version: '1.11'
61 kubespray_version: 2.8.0
62 kubectl_version: 1.11.2
63 helm_client_version: 2.9.1