add kubespray to the XTesting as it provides newer version of kubenetes and can be...
[it/test.git] / XTesting / kubespray / inventory / local / group_vars / k8s_cluster / k8s-net-kube-ovn.yml
1 ---
2
3 # geneve or vlan
4 kube_ovn_network_type: geneve
5
6 # geneve, vxlan or stt. ATTENTION: some networkpolicy cannot take effect when using vxlan and stt need custom compile ovs kernel module
7 kube_ovn_tunnel_type: geneve
8
9 ## The nic to support container network can be a nic name or a group of regex separated by comma e.g: 'enp6s0f0,eth.*', if empty will use the nic that the default route use.
10 # kube_ovn_iface: eth1
11 ## The MTU used by pod iface in overlay networks (default iface MTU - 100)
12 # kube_ovn_mtu: 1333
13
14 ## Enable hw-offload, disable traffic mirror and set the iface to the physical port. Make sure that there is an IP address bind to the physical port.
15 kube_ovn_hw_offload: false
16 # traffic mirror
17 kube_ovn_traffic_mirror: false
18
19 # kube_ovn_pool_cidr_ipv6: fd85:ee78:d8a6:8607::1:0000/112
20 # kube_ovn_default_interface_name: eth0
21
22 kube_ovn_external_address: 8.8.8.8
23 kube_ovn_external_address_ipv6: 2400:3200::1
24 kube_ovn_external_dns: alauda.cn
25
26 # kube_ovn_default_gateway: 10.233.64.1,fd85:ee78:d8a6:8607::1:0
27 kube_ovn_default_gateway_check: true
28 kube_ovn_default_logical_gateway: false
29 # kube_ovn_default_exclude_ips: 10.16.0.1
30 kube_ovn_node_switch_cidr: 100.64.0.0/16
31 kube_ovn_node_switch_cidr_ipv6: fd00:100:64::/64
32
33 ## vlan config, set default interface name and vlan id
34 # kube_ovn_default_interface_name: eth0
35 kube_ovn_default_vlan_id: 100
36 kube_ovn_vlan_name: product
37
38 ## pod nic type, support: veth-pair or internal-port
39 kube_ovn_pod_nic_type: veth_pair
40
41 ## Enable load balancer
42 kube_ovn_enable_lb: true
43
44 ## Enable network policy support
45 kube_ovn_enable_np: true
46
47 ## Enable external vpc support
48 kube_ovn_enable_external_vpc: true
49
50 ## Enable checksum
51 kube_ovn_encap_checksum: true
52
53 ## enable ssl
54 kube_ovn_enable_ssl: false
55
56 ## dpdk
57 kube_ovn_dpdk_enabled: false