bf5c643ce1
This PS moves the dev contents to the tools directory as well as updates the VagrantFile to use the existing scripts for installing kubeadm-aio and deploying helm charts. Change-Id: I6768d1f96abe6b15f66931d543e9adcc0e82829b
7 lines
163 B
Ruby
7 lines
163 B
Ruby
# VM Specs
|
|
$vm_image = "ubuntu/xenial64"
|
|
$docker_disk = 20480
|
|
$pvc_disk = 10240
|
|
$vcpu_cores = 4
|
|
$ram = 8192
|
|
|