Install criproxy binary in /usr/local/bin instead of /tmp.
[multicloud/k8s.git] / kud / deployment_infra / playbooks / kud-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 ovn_kubernetes_dest: "{{ base_dest }}/ovn-kubernetes"
14 ovn_kubernetes_source_type: "tarball"
15 ovn_kubernetes_version: 0.3.0
16 ovn_kubernetes_url: "https://github.com/openvswitch/ovn-kubernetes/archive/v{{ ovn_kubernetes_version }}.tar.gz"
17 #ovn_kubernetes_source_type: "source"
18 #ovn_kubernetes_version: 456a0857956988f968bb08644c650ba826592ec1
19 #ovn_kubernetes_url: "https://github.com/openvswitch/ovn-kubernetes"
20
21 criproxy_dest: "/usr/local/bin"
22 criproxy_source_type: "binary"
23 criproxy_version: 0.14.0
24 criproxy_url: "https://github.com/Mirantis/criproxy/releases/download/v{{ criproxy_version }}/criproxy"
25 #criproxy_dest: "{{ base_dest }}/criproxy"
26 #criproxy_source_type: "source"
27 #criproxy_version: b5ca5a6cec278e2054dface4f7a3e111fb9ab84b
28 #criproxy_url: "https://github.com/Mirantis/criproxy"
29 virtlet_dest: "{{ base_dest }}/virtlet"
30 virtlet_source_type: "binary"
31 virtlet_version: 1.4.4
32 virtlet_url: "https://github.com/Mirantis/virtlet/releases/download/v{{ virtlet_version }}/virtletctl"
33 #virtlet_source_type: "source"
34 #virtlet_version: 68e11b8f1db2c78b063126899f0e60910700975d
35 #virtlet_url: "https://github.com/Mirantis/virtlet"
36
37
38 istio_dest: "{{ base_dest }}/istio"
39 istio_source_type: "tarball"
40 istio_version: 1.0.3
41 istio_url: "https://github.com/istio/istio/releases/download/{{ istio_version }}/istio-{{ istio_version }}-linux.tar.gz"
42
43 go_version: '1.12.5'
44 kubespray_version: 2.10.4
45 helm_client_version: 2.13.1
46 # kud playbooks not compatible with 2.8.0 - see MULTICLOUD-634
47 ansible_version: 2.7.10
48
49 qat_dest: "{{ base_dest }}/qat"
50 qat_driver_source_type: "tarball"
51 qat_driver_version: 1.7.l.4.6.0-00025
52 qat_driver_url: "https://01.org/sites/default/files/downloads/{{ qat_package }}.tar.gz"
53 qat_package: qat1.7.l.4.6.0-00025