dd2d95ecdf
* [calico] make vxlan encapsulation the default * don't enable ipip encapsulation by default * set calico_network_backend by default to vxlan * update sample inventory and documentation * [CI] pin default calico parameters for upgrade tests to ensure proper upgrade * [CI] improve netchecker connectivity testing * [CI] show logs for tests * [calico] tweak task name * [CI] Don't run the provisioner from vagrant since we run it in testcases_run.sh * [CI] move kube-router tests to vagrant to avoid network connectivity issues during netchecker check * service proxy mode still fails connectivity tests so keeping it manual mode * [kube-router] account for containerd use-case
16 lines
329 B
YAML
16 lines
329 B
YAML
---
|
|
# Instance settings
|
|
cloud_image: debian-10
|
|
mode: default
|
|
|
|
# Docker specific settings:
|
|
container_manager: docker
|
|
etcd_deployment_type: docker
|
|
|
|
# Pin disabling ipip mode to ensure proper upgrade
|
|
ipip: false
|
|
calico_vxlan_mode: Always
|
|
calico_network_backend: bird
|
|
|
|
# Needed to bypass deprecation check
|
|
ignore_assert_errors: true
|