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

Use OpenSearch artifacts URL for official plugin installation. #490

Merged
merged 2 commits into from
Apr 8, 2021
Merged

Use OpenSearch artifacts URL for official plugin installation. #490

merged 2 commits into from
Apr 8, 2021

Conversation

adnapibar
Copy link
Contributor

Description

Replace the elasticsearch artifacts URLs with the OpenSearch artifacts URLs for installing official plugins using the plugin-cli command line tool.

These are the new base URLs for OpenSearch artifacts,

https://artifacts.opensearch.org/snapshots
https://artifacts.opensearch.org/releases

For accessing a specific version of an artifact, we will use the following path syntax,

https://artifacts.opensearch.org/releases/{artifact_name}/{version}/{artifact}
https://artifacts.opensearch.org/snapshots/{artifact_name}/{version}-{staginghash}/{artifact}

Issues Resolved

Resolves #100

Check List

  • All tests pass
  • 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.

Signed-off-by: Rabi Panda adnapibar@gmail.com

@adnapibar adnapibar added the >FORK Related to the fork process label Apr 2, 2021
@odfe-release-bot
Copy link

✅   Gradle Wrapper Validation success d019d513e378f0b06edcae6667b389851075be56

@odfe-release-bot
Copy link

✅   DCO Check Passed d019d513e378f0b06edcae6667b389851075be56

@adnapibar adnapibar requested a review from nknize April 2, 2021 20:03
@odfe-release-bot
Copy link

✅   Gradle Precommit success d019d513e378f0b06edcae6667b389851075be56

@odfe-release-bot
Copy link

✅   DCO Check Passed 54ad566b279721bf31d84d0beb32571200d496da

@odfe-release-bot
Copy link

✅   Gradle Wrapper Validation success 54ad566b279721bf31d84d0beb32571200d496da

In this commit, we are replacing the elasticsearch artifacts URLs with the opensearch artifacts URLs.

Signed-off-by: Rabi Panda <adnapibar@gmail.com>
Signed-off-by: Rabi Panda <adnapibar@gmail.com>
@odfe-release-bot
Copy link

✅   Gradle Precommit success 54ad566b279721bf31d84d0beb32571200d496da

@odfe-release-bot
Copy link

✅   DCO Check Passed a743aab

@odfe-release-bot
Copy link

✅   Gradle Wrapper Validation success a743aab

@odfe-release-bot
Copy link

✅   Gradle Precommit success a743aab

@adnapibar
Copy link
Contributor Author

start gradle check

@odfe-release-bot
Copy link

✅   Gradle Check success a743aab
Log 45

Reports 45

@adnapibar adnapibar merged commit cea2161 into opensearch-project:main Apr 8, 2021
@adnapibar adnapibar deleted the artifacts-urls branch April 8, 2021 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>FORK Related to the fork process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use new official plugins artifacts download URL in Muted Tests.
3 participants