Skip to content

Conversation

@mbolla22
Copy link
Contributor

@mbolla22 mbolla22 commented Apr 29, 2025

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

  1. Ansible Configuration (main.yml):

    • Added entries for Rocky Linux 9:
      • AMD64:

        • AMI ID: ami-05150ea4d8a533099
      • ARM64:

        • AMI ID: ami-0cc73a60867904383
  2. Terraform Configuration (caos.auto.tfvars.dist):

    • Added amd64:rocky-9 to the linux_ec2_amd list.
    • Added arm64:rocky-9 to the linux_ec2_arm list.
  3. Ansible Configuration (main.yml):

    • Added entries for Rocky Linux 8:
      • AMD64:

        • AMI ID: ami-02391db2758465a87
      • ARM64:

        • AMI ID: ami-0aa5b64f9b561d20f
  4. Terraform Configuration (caos.auto.tfvars.dist):

    • Added amd64:rocky-8 to the linux_ec2_amd list.
    • Added arm64:rocky-8 to the linux_ec2_arm list.

Purpose of the Changes

  • Explicit Testing: Ensures Rocky Linux 8,9 is tested and validated during automated provisioning and configuration.
  • Compatibility: Confirms the infrastructure agent works seamlessly on Rocky Linux 8,9 for both AMD64 and ARM64 architectures.
  • Clarity: Clearly documents Rocky Linux 8,9 as a supported platform for the infrastructure agent.

@coveralls
Copy link

coveralls commented Apr 29, 2025

Pull Request Test Coverage Report for Build 15919198302

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.008%) to 57.381%

Files with Coverage Reduction New Missed Lines %
pkg/metrics/sampler/sampler_routine.go 2 95.35%
Totals Coverage Status
Change from base Build 14656540833: 0.008%
Covered Lines: 15401
Relevant Lines: 26840

💛 - Coveralls

@mbolla22 mbolla22 marked this pull request as ready for review June 27, 2025 10:14
@mbolla22 mbolla22 requested a review from a team as a code owner June 27, 2025 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants