c12s-kubespray/tests/files/vagrant_ubuntu18-weave-medium.rb

8 lines
185 B
Ruby
Raw Permalink Normal View History

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