mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-03 09:49:00 -03:30
Make vagrant CI normal (#6074)
This commit is contained in:
@@ -3,4 +3,5 @@ $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
|
||||
$box_check_update = false
|
||||
$vm_cpus = 2
|
||||
7
tests/files/vagrant_ubuntu18-flannel.yml
Normal file
7
tests/files/vagrant_ubuntu18-flannel.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
# Kubespray settings
|
||||
|
||||
kube_network_plugin: flannel
|
||||
|
||||
deploy_netchecker: true
|
||||
dns_min_replicas: 1
|
||||
@@ -4,3 +4,4 @@ $os = "ubuntu1804"
|
||||
$network_plugin = "weave"
|
||||
$kube_master_instances = 1
|
||||
$etcd_instances = 1
|
||||
$playbook = "tests/cloud_playbooks/wait-for-ssh.yml"
|
||||
|
||||
7
tests/files/vagrant_ubuntu18-weave-medium.yml
Normal file
7
tests/files/vagrant_ubuntu18-weave-medium.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
# Kubespray settings
|
||||
|
||||
kube_network_plugin: weave
|
||||
|
||||
deploy_netchecker: true
|
||||
dns_min_replicas: 1
|
||||
Reference in New Issue
Block a user