a5f88e14d0
* Add Fedora 35 image, support and CI * Cleanup tests and allow_failure for vagrant
15 lines
325 B
YAML
15 lines
325 B
YAML
---
|
|
# Instance settings
|
|
cloud_image: centos-7
|
|
mode: ha
|
|
|
|
# Kubespray settings
|
|
kube_network_plugin: weave
|
|
kubernetes_audit: true
|
|
|
|
# Docker specific settings:
|
|
container_manager: docker
|
|
etcd_deployment_type: docker
|
|
|
|
# Needed to upgrade from 1.16 to 1.17, otherwise upgrade is partial and bug followed
|
|
upgrade_cluster_setup: true
|