-
Notifications
You must be signed in to change notification settings - Fork 35
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
Sean simmons progress/chef 15585 omnitruck amazon2 fix #612
Merged
sean-simmons-progress
merged 16 commits into
main
from
sean-simmons-progress/CHEF-15585-OmnitruckAmazon2Fix
Sep 18, 2024
Merged
Sean simmons progress/chef 15585 omnitruck amazon2 fix #612
sean-simmons-progress
merged 16 commits into
main
from
sean-simmons-progress/CHEF-15585-OmnitruckAmazon2Fix
Sep 18, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Sean Simmons <sean.simmons@progress.com>
Signed-off-by: Sean Simmons <sean.simmons@progress.com>
Signed-off-by: Sean Simmons <sean.simmons@progress.com>
…ure the amazon 2 correctly Signed-off-by: Sean Simmons <sean.simmons@progress.com>
Signed-off-by: John McCrae <john.mccrae@progress,com>
Signed-off-by: Sean Simmons <sean.simmons@progress.com>
Signed-off-by: Sean Simmons <sean.simmons@progress.com>
Signed-off-by: Sean Simmons <sean.simmons@progress.com>
mostly the version_resolver forces the amazon 2023 to apply for both amazon 2 and amazon 2023 then we force in the app to load 7 if the version is less than 15.10.12 Signed-off-by: Sean Simmons <sean.simmons@progress.com>
Signed-off-by: Sean Simmons <sean.simmons@progress.com>
Signed-off-by: Sean Simmons <sean.simmons@progress.com>
vkarve-chef
reviewed
Sep 17, 2024
sean-simmons-progress
requested review from
johnmccrae and
tpowell-progress
September 17, 2024 12:50
Signed-off-by: Sean Simmons <sean.simmons@progress.com>
they will need to be re-worked to accept the latest platforms for the versions map. Signed-off-by: Sean Simmons <sean.simmons@progress.com>
…etatadata in a test this has to be re-worked to be faster or only call a smaller set of data Signed-off-by: Sean Simmons <sean.simmons@progress.com>
Quality Gate passedIssues Measures |
sean-simmons-progress
requested review from
rahulgoel1,
poorndm,
muthuja and
borisicbs
September 17, 2024 18:15
sean-simmons-progress
deleted the
sean-simmons-progress/CHEF-15585-OmnitruckAmazon2Fix
branch
September 18, 2024 12:49
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is addressing a 404 error when attempting to install the chef-server amazon2 binary. Prior to the most recent release of chef-server the binary that was created followed this format:
chef-server-core-x.x.x-1.el7.x86_64.rpm
the new format ischef-server-core-x.x.x-1.amazon2.x86_64.rpm
This is updating a map, re mapping amazon2 to 2023, then capturing it in a redirect...
This is dirty, but this is the first pass thats working to download both the older versions of amazon 2 installers, as well as the new versions of it.
Will need to address metadata in a later PR, as well as a way to clean up this code / api.
`
Description
Related Issue
Types of changes
Checklist:
Gemfile.lock
has changed, I have used--conservative
to do it and included the full output in the Description above.