mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-17 19:20:10 -03:30
Add CI for 16x ubuntu servers (#6040)
This commit is contained in:
0
tests/files/vagrant_ubuntu18-flannel.rb
Normal file
0
tests/files/vagrant_ubuntu18-flannel.rb
Normal file
6
tests/files/vagrant_ubuntu18-weave-medium.rb
Normal file
6
tests/files/vagrant_ubuntu18-weave-medium.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
$num_instances = 16
|
||||
$vm_memory ||= 1600
|
||||
$os = "ubuntu1804"
|
||||
$network_plugin = "weave"
|
||||
$kube_master_instances = 1
|
||||
$etcd_instances = 1
|
||||
@@ -3,6 +3,8 @@ set -euxo pipefail
|
||||
|
||||
# Cleanup vagrant VMs to avoid name conflicts
|
||||
|
||||
apt-get install -y libvirt-clients
|
||||
|
||||
for i in $(virsh list --name)
|
||||
do
|
||||
virsh destroy "$i"
|
||||
|
||||
Reference in New Issue
Block a user