Merge "Add upload backend implementation"
[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: def72938cd2fb272eb3a6f64a8162b1049404357
19 #multus_url: "https://github.com/intel/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.12.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.1
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_version: 1.11.1
55 kubespray_version: 2.7.0