mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
Adds support for Ansible collections (#9582)
This commit is contained in:
9
tests/files/vagrant_ubuntu20-flannel-collection.rb
Normal file
9
tests/files/vagrant_ubuntu20-flannel-collection.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
$os = "ubuntu2004"
|
||||
|
||||
# For CI we are not worries about data persistence across reboot
|
||||
$libvirt_volume_cache = "unsafe"
|
||||
|
||||
# Checking for box update can trigger API rate limiting
|
||||
# https://www.vagrantup.com/docs/vagrant-cloud/request-limits.html
|
||||
$box_check_update = false
|
||||
$vm_cpus = 2
|
||||
3
tests/files/vagrant_ubuntu20-flannel-collection.yml
Normal file
3
tests/files/vagrant_ubuntu20-flannel-collection.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
# Kubespray settings
|
||||
kube_network_plugin: flannel
|
||||
Reference in New Issue
Block a user