AlmaLinux / cloud-images

Packer templates and other tools for building AlmaLinux images for various cloud platforms.
MIT License
161 stars 48 forks source link

fix: some fix refactor and formattings #184

Closed LKHN closed 4 months ago

LKHN commented 4 months ago

Fixes: As result formatting Packer templates for QEMU builder, AlmaLinux OS 8 and 9 get disk_size and disk_compression from Generic Cloud. Unlike the Generic Cloud (10GB) Azure uses 30GB disk size as an raw disk which does not support compression.

Refactors:

Formating: Reorder all packer templates on this order:

This will gives us consistency on review process also adding/removing new changes from the plugins will be easier.