-
Notifications
You must be signed in to change notification settings - Fork 220
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
[BUG] Operator Functionality broke after repo transferred from Opster to OpenSearch org. #674
Comments
I've got a PR (#673) to minimally update the urls in the helm index file so that should enable people to be able to install via helm again. |
### Description Coming from https://github.com/artifacthub/hub/blob/master/docs/metadata/artifacthub-repo.yml, update the username to claim the ownership. ### Issues Resolved Part of #674 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](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).
### Description _Describe what this change achieves._ ### Issues Resolved Part of #674 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](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).
Transferred the helm repo in artifact-hub to opensearch-project organization |
Hi, helm repo add opensearch-operator https://opster.github.io/opensearch-k8s-operator/ seems not working here. |
Also the docs needs to update: |
sorry, docs are ok, it was my mistake |
…er` reference) (#698) ### Description Please note this PR is for refactoring the code to update the packages and remove Opster reference. Once this is merged I will raise a new PR to update the GitHub workflows and release process to do a minimal release. On my local I have tested with `make install ; make run` and was able to deploy the operator. ### Issues Resolved Part of #674 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](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin). Signed-off-by: Prudhvi Godithi <[email protected]>
Opster image registry is not available anymore |
…lease mechanism (#710) ### Description Revert to use the opster API's and onboard to [OpenSearch universal release process ](https://github.com/opensearch-project/opensearch-build/blob/main/ONBOARDING.md#onboarding-to-universal--1-click-release-process). ### Issues Resolved #709 #674 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](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin). --------- Signed-off-by: Prudhvi Godithi <[email protected]>
### Description Update `developing.md` and add `THIRD_PARTY_NOTICES` for repo compliance coming from OpenSearch open source team. ### Issues Resolved Part of #709 and #674 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](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin). Signed-off-by: Prudhvi Godithi <[email protected]>
### Description Update Jenkinsfile to add ECR staging registry ### Issues Resolved Part of #709 and #674 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](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin). Signed-off-by: Prudhvi Godithi <[email protected]>
### Description Jenkinsfile bug and prepare for 2.5.0 release ### Issues Resolved Part of #709 and #674 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](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin). Signed-off-by: Prudhvi Godithi <[email protected]>
### Description Prepare Release 2.5.1 ### Issues Resolved Part of #709 and #674 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](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin). Signed-off-by: Prudhvi Godithi <[email protected]>
### Description Readme update ### Issues Resolved Part of #709 and #674 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](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin). Signed-off-by: Prudhvi Godithi <[email protected]>
Closing this Meta issue as the tasks listed are accomplished, please feel free to re-open if reuired. |
What is the bug?
The repo was recently transferred from Opster Github org to OpenSearch org, this broke the operator from being complied and installed. Fix the following issues which should continue the customers to use (and install) the operator.
Fix the broken helm URL's [BUG] helm repo not found #672.
Migrate the artifcathub Helm repo to opensearch-org.
Update the code docker image to change from https://gallery.ecr.aws/opsterio/opensearch-operator to official OpenSearch Docker and ECR registry. Update
developing.md
and add THIRD_PARTY_NOTICES #712Update the README installation instructions and helm artifacthub with right URL's to use. Revert to use the opster API's and onboard to OpenSearch universal release mechanism #710
Update the Opster reference to OpenSearch guidelines.
Refactor the code and change the packages to opensearch.org. Code Refactor to update the API's to
opensearch.org
(removingopster
reference) #698On board the repo the OpenSearch release process https://github.com/opensearch-project/opensearch-build/blob/main/ONBOARDING.md#onboarding-to-universal--1-click-release-process. Revert to use the opster API's and onboard to OpenSearch universal release mechanism #710
Maintainers and other operator users to please advice more if missing any other additional steps.
@bbarani @idanl21 @ido-opster @dbason @swoehrl-mw
The text was updated successfully, but these errors were encountered: