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

[WIP - Do not merge] feat: update bigip images to latest #307

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

argeiger
Copy link
Contributor

@argeiger argeiger commented Mar 23, 2023

Description

Update the F5 BigIP images to the current ones

Types of changes in this PR

No release required

  • Examples or tests (addition or updates of examples or tests)
  • Documentation update
  • CI-related update (pipeline, etc.)
  • Other changes that don't affect Terraform code

Release required

  • Bug fix (patch release (x.x.X): Change that fixes an issue and is compatible with earlier versions)
  • New feature (minor release (x.X.x): Change that adds functionality and is compatible with earlier versions)
  • Breaking change (major release (X.x.x): Change that is likely incompatible with previous versions)
Release notes content

Replace this text with information that users need to know about the bug fixes, features, and breaking changes. This information helps the merger write the commit message that is published in the release notes for the module.


Checklist for reviewers

  • If relevant, a test for the change is included or updated with this PR.
  • If relevant, documentation for the change is included or updated with this PR.

Merge actions for mergers

  • Merge by using "Squash and merge".

  • Use a relevant conventional commit message that is based on the PR contents and any release notes provided by the PR author.

    The commit message determines whether a new version of the module is needed, and if so, which semver increment to use (major, minor, or patch).

@vburckhardt
Copy link
Member

lgtm (trusting you have the right ids ;) ), just need a merge with master here before merging.

@argeiger
Copy link
Contributor Author

lgtm (trusting you have the right ids ;) ), just need a merge with master here before merging.

merged main in

Copy link
Member

@ocofaigh ocofaigh left a comment

Choose a reason for hiding this comment

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

@argeiger would you classify this as a breaking (major) version change? Have we removed support for some F5 images?

@argeiger
Copy link
Contributor Author

@argeiger would you classify this as a breaking (major) version change? Have we removed support for some F5 images?

@ocofaigh the F5 team removed the images so they are not available within the VPC images. I don't think we need a major change associated with this.

@ocofaigh
Copy link
Member

@argeiger The test is failing on:

│ Error: Invalid value for variable
│ 
│   on ../../patterns/vpc/config.tf line 18, in module "dynamic_values":
│   18:   f5_image_name                       = var.f5_image_name
│     ├────────────────
│     │ var.f5_image_name is "f5-bigip-17-0-0-1-0-0-4-all-1slot"
│ 
│ Invalid F5 image name. Must be null or one of
│ [`f5-bigip-16-1-2-2-0-0-28-ltm-1slot`,`f5-bigip-16-1-2-2-0-0-28-all-1slot`,
│ `f5-bigip-16-1-3-3-0-0-3-ltm-1slot`, `f5-bigip-16-1-3-3-0-0-3-all-1slot`,
│ `f5-bigip-17-0-0-2-0-0-2-ltm-1slot`, `f5-bigip-17-0-0-2-0-0-2-all-1slot`].
│ 
│ This was checked by the validation rule at
│ ../../patterns/dynamic_values/variables.tf:166,3-13.
╵}

@vburckhardt vburckhardt changed the title feat: update bigip images to latest [WIP - Do not merge] feat: update bigip images to latest Apr 19, 2023
@ocofaigh
Copy link
Member

ocofaigh commented Dec 6, 2023

@argeiger Is this PR still needed?

@argeiger
Copy link
Contributor Author

argeiger commented Dec 8, 2023

@argeiger Is this PR still needed?

@ocofaigh we do need to update the images since the current ones do not exist anymore. I need to take a deeper look and see if we can do something that won't require the exact images for the validation check. Maybe have a generic validation check for format but point them to some doc that contains the image names.

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