kubespray/tests/files/vagrant_ubuntu20-weave-medi...

8 lines
185 B
Ruby
Raw Normal View History

2020-04-29 22:14:24 +08:00
$num_instances = 16
$vm_memory ||= 2048
$os = "ubuntu2004"
2020-04-29 22:14:24 +08:00
$network_plugin = "weave"
$kube_master_instances = 1
$etcd_instances = 1
2020-05-28 15:46:02 +08:00
$playbook = "tests/cloud_playbooks/wait-for-ssh.yml"