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

8 lines
185 B
Ruby
Raw Normal View History

2020-04-29 22:14:24 +08:00
$num_instances = 16
$vm_memory ||= 1600
$os = "ubuntu1804"
$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"