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

Hardcode AMIs for use in the bootstrap machine #1153

Merged
merged 3 commits into from
Nov 20, 2024

Conversation

peternied
Copy link
Member

@peternied peternied commented Nov 20, 2024

Description

With the current latest AL2023 image al2023-ami-2023.6.20241111.0-kernel-6.1-x86_64 npm install hangs indefinitely. We are switching back to an older version that works and providing a way to incrementally update to AMIs that we have tested.

Issues Resolved

Testing

Deployed the updated cloudformation manually and verified the build succeeds.

Check List

  • New functionality includes testing
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

With the current latest AL2023 image al2023-ami-2023.6.20241111.0-kernel-6.1-x86_64
 npm install hangs indefinately.  We are switching back to an older
version that works and providing a way to incrementially update to AMIs
that we have tested.

Signed-off-by: Peter Nied <[email protected]>
Copy link

codecov bot commented Nov 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.72%. Comparing base (1db3785) to head (3849d8f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #1153   +/-   ##
=========================================
  Coverage     80.72%   80.72%           
  Complexity     2953     2953           
=========================================
  Files           399      399           
  Lines         15106    15106           
  Branches       1021     1021           
=========================================
  Hits          12195    12195           
  Misses         2297     2297           
  Partials        614      614           
Flag Coverage Δ
unittests 80.72% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

Copy link
Collaborator

@lewijacn lewijacn left a comment

Choose a reason for hiding this comment

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

Testing with the initial AMI not the one that got updated in the latest commit, was successful and did not produce error for either create vpc or import vpc case

@peternied peternied merged commit 51b2014 into opensearch-project:main Nov 20, 2024
17 checks passed
@peternied peternied deleted the lock-ami branch November 20, 2024 20:26
@peternied peternied mentioned this pull request Nov 20, 2024
4 tasks
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.

2 participants