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

Refactor and enable nightly playground for 3x #151

Merged
merged 9 commits into from
Apr 10, 2024

Conversation

gaiksaya
Copy link
Member

@gaiksaya gaiksaya commented Apr 1, 2024

Description

This change does a bunch of refactors to enable deployments for another playground (3x line)

  • Use a common network stack for both cluster
  • Use common workflow to deploy any version tag
  • Adds another workflow that deploys based on matrix of versions
  • Adds routing stack that configures ngnix in a separate server and reroutes for 2x and 3x

Issues Resolved

List any issues this PR will resolve, e.g. Closes [...].

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.

Copy link

codecov bot commented Apr 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (main@eef6fd2). Click here to learn what that means.

❗ Current head 02039f0 differs from pull request most recent head bd03be4. Consider uploading reports for the commit bd03be4 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #151   +/-   ##
=======================================
  Coverage        ?   95.16%           
=======================================
  Files           ?        3           
  Lines           ?       62           
  Branches        ?        5           
=======================================
  Hits            ?       59           
  Misses          ?        3           
  Partials        ?        0           

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

gaiksaya added 5 commits April 4, 2024 20:26
Signed-off-by: Sayali Gaikawad <[email protected]>
Signed-off-by: Sayali Gaikawad <[email protected]>
securityGroup: props.securityGroup,
init: CloudFormationInit.fromElements(...Routing.getCfnInitElement(props)),
initOptions: {
ignoreFailures: true,
Copy link
Member Author

Choose a reason for hiding this comment

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

This is for first deployment only. Will be changing once it is set up.

gaiksaya added 4 commits April 4, 2024 20:36
Signed-off-by: Sayali Gaikawad <[email protected]>
Signed-off-by: Sayali Gaikawad <[email protected]>
Signed-off-by: Sayali Gaikawad <[email protected]>
Signed-off-by: Sayali Gaikawad <[email protected]>
@gaiksaya gaiksaya merged commit 8836a70 into opensearch-project:main Apr 10, 2024
4 checks passed
@gaiksaya gaiksaya deleted the 3x branch April 10, 2024 22:08
@gaiksaya gaiksaya restored the 3x branch April 10, 2024 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants