Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of Changes: Added Rocky Linux Support for Infrastructure Agent
This update introduces explicit support for Rocky Linux 9, Rocky Linux 8 in the infrastructure agent's provisioning and configuration processes. The changes ensure compatibility and validation for both AMD64 and ARM64 architectures, enabling automated testing and deployment on Rocky Linux 9.
Key Changes
Ansible Configuration (
main.yml):AMD64:
ami-05150ea4d8a533099ARM64:
ami-0cc73a60867904383Terraform Configuration (
caos.auto.tfvars.dist):amd64:rocky-9to thelinux_ec2_amdlist.arm64:rocky-9to thelinux_ec2_armlist.Ansible Configuration (
main.yml):AMD64:
ami-02391db2758465a87ARM64:
ami-0aa5b64f9b561d20fTerraform Configuration (
caos.auto.tfvars.dist):amd64:rocky-8to thelinux_ec2_amdlist.arm64:rocky-8to thelinux_ec2_armlist.Purpose of the Changes