hetznercloud / apps

Hetzner Cloud Apps
https://www.hetzner.com/cloud
115 stars 26 forks source link

CI: Add disk-size check #89

Closed Kjarrigan closed 1 year ago

Kjarrigan commented 1 year ago

All OCA's should use the smallest possible disk-VM to allow as much freedom as possible when choosing the server type. Right now it's depended on the VM that the image is built with. The hcloud-packer plugin has an option to do an auto-rescale of a VM during creation so one could have a small disk with more power, so we can still have fast builds with small disks.

Since you can configure stuff per OCA and the we plan on adding more and more, a centralized check would be nice that checks if the image is build with a small disk.

Kjarrigan commented 1 year ago

Obsolete with the new setup