f5f703a2f1249e6333e271ff2db1c5150518f4b5
[yardstick.git] / ansible / group_vars / master.yml
1 # Copyright (c) 2018-2019 Intel Corporation.
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #      http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14 ---
15 cni_info:
16   multus-cni:
17     repo_url: https://github.com/Intel-Corp/multus-cni
18     repo_ver: v1.2
19     build_script: build
20   sriov-cni:
21     repo_url: https://github.com/Intel-Corp/sriov-cni
22     repo_ver: v0.4.0
23     build_script: build
24   containernetworking-cni:
25     repo_url: https://github.com/containernetworking/cni
26     repo_ver: v0.6.0
27     build_script: build.sh
28   containernetworking-plugins:
29     repo_url: https://github.com/containernetworking/plugins
30     repo_ver: v0.7.1
31     build_script: build.sh
32 kubeadm_kubernetes_version: 1.9.3
33 # Default CIDR defined in kube-flannel.yml
34 kubeadm_pod_network_cidr: 10.244.0.0/16
35 kubelet_cluster_dns_ip: 172.20.0.10
36 docker_daemon_config:
37   bip: 172.10.1.1/16
38   fixed-cidr: 172.10.0.0/24
39   mtu: 1500