Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump example to RHEL8 since 7 is EoL #337

Merged
merged 2 commits into from
Jun 12, 2024
Merged

Bump example to RHEL8 since 7 is EoL #337

merged 2 commits into from
Jun 12, 2024

Conversation

amy-hashi
Copy link
Contributor

Background

The Active/Active Proxy example uses RHEL v7, which is end of life at the end of June. This PR bumps the OS to RHEL v8.

Relates OR Closes #0000

How Has This Been Tested

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Test Configuration

  • Terraform Version:
  • Any additional relevant variables:

This PR makes me feel

optional gif describing your feelings about this pr

@amy-hashi amy-hashi requested a review from a team as a code owner June 11, 2024 19:16
@amy-hashi amy-hashi merged commit 9ba31b7 into main Jun 12, 2024
3 checks passed
@amy-hashi amy-hashi deleted the ab-update-rhel branch June 12, 2024 17:07
@@ -24,7 +24,7 @@ data "aws_ami" "rhel" {

filter {
name = "name"
values = ["RHEL-7.9_HVM-*-x86_64-*-Hourly2-GP2"]
values = ["RHEL-8.8.0_HVM-*-x86_64-*-Hourly2-GP2"]
Copy link
Contributor

@nikolasrieble nikolasrieble Jun 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚧 If we want to update the value, we should also reflect this change in the folder and test name, see tests/active-active-rhel7-proxy/data.tf

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.

None yet

3 participants