a42c5b3be4ef087c3df1e12311daa457b9f15441
[it/test.git] / XTesting / kubespray / inventory / sample / group_vars / k8s_cluster / k8s-net-flannel.yml
1 # see roles/network_plugin/flannel/defaults/main.yml
2
3 ## interface that should be used for flannel operations
4 ## This is actually an inventory cluster-level item
5 # flannel_interface:
6
7 ## Select interface that should be used for flannel operations by regexp on Name or IP
8 ## This is actually an inventory cluster-level item
9 ## example: select interface with ip from net 10.0.0.0/23
10 ## single quote and escape backslashes
11 # flannel_interface_regexp: '10\\.0\\.[0-2]\\.\\d{1,3}'
12
13 # You can choose what type of flannel backend to use: 'vxlan' or 'host-gw'
14 # for experimental backend
15 # please refer to flannel's docs : https://github.com/coreos/flannel/blob/master/README.md
16 # flannel_backend_type: "vxlan"
17 # flannel_vxlan_vni: 1
18 # flannel_vxlan_port: 8472