kubespray/tests/files/vagrant_ubuntu18-flannel.rb

8 lines
261 B
Ruby
Raw Normal View History

2020-05-01 22:30:29 +08:00
# 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
2020-05-28 15:46:02 +08:00
$box_check_update = false
2023-02-06 17:35:16 +08:00
$vm_cpus = 2