mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
6 lines
134 B
Ruby
6 lines
134 B
Ruby
# VM Specs
|
|
$vm_image = "ubuntu/xenial64"
|
|
$docker_disk = 20480
|
|
$vcpu_cores = 4
|
|
$ram = 8192
|
|
|