neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
11 stars 14 forks source link

feat(AWS): support provisioning of different arch #136

Closed Tiboris closed 2 years ago

Tiboris commented 3 years ago

AWS now support provisioning based on arch key from host configuration (default: x86_64). image is then selected from slightly modified format for the aws provider from provisioning-config.yaml where all the images are divided into groups based on arch they are designed to be used.

Signed-off-by: Tibor Dudlák tdudlak@redhat.com

Tiboris commented 2 years ago

Lets close this for now