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

[BUG] Operator Functionality broke after repo transferred from Opster to OpenSearch org. #674

Closed
7 tasks done
prudhvigodithi opened this issue Dec 4, 2023 · 7 comments
Closed
7 tasks done
Assignees
Labels
bug Something isn't working

Comments

@prudhvigodithi
Copy link
Member

prudhvigodithi commented Dec 4, 2023

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.

Maintainers and other operator users to please advice more if missing any other additional steps.
@bbarani @idanl21 @ido-opster @dbason @swoehrl-mw

@prudhvigodithi prudhvigodithi added the bug Something isn't working label Dec 4, 2023
@prudhvigodithi prudhvigodithi changed the title [BUG] Functionality broke after repo transferred from Opster to OpenSearch org [BUG] Operator Functionality broke after repo transferred from Opster to OpenSearch org. Dec 4, 2023
@ammmze
Copy link
Contributor

ammmze commented Dec 5, 2023

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.

prudhvigodithi added a commit that referenced this issue Dec 6, 2023
### 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).
prudhvigodithi added a commit that referenced this issue Dec 6, 2023
### 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).
@prudhvigodithi
Copy link
Member Author

Transferred the helm repo in artifact-hub to opensearch-project organization
https://artifacthub.io/packages/search?org=opensearch-project&sort=relevance&page=1.
Thanks

@pasztorl
Copy link

pasztorl commented Jan 5, 2024

Hi,

helm repo add opensearch-operator https://opster.github.io/opensearch-k8s-operator/
Error: looks like "https://opster.github.io/opensearch-k8s-operator/" is not a valid chart repository or cannot be reached: failed to fetch https://opster.github.io/opensearch-k8s-operator/index.yaml : 404 Not Found

seems not working here.

@pasztorl
Copy link

pasztorl commented Jan 5, 2024

@pasztorl
Copy link

pasztorl commented Jan 5, 2024

sorry, docs are ok, it was my mistake

prudhvigodithi added a commit that referenced this issue Jan 17, 2024
…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]>
@evheniyt
Copy link
Contributor

Opster image registry is not available anymore

prudhvigodithi added a commit that referenced this issue Jan 30, 2024
…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]>
@prudhvigodithi prudhvigodithi self-assigned this Feb 1, 2024
prudhvigodithi added a commit that referenced this issue Feb 1, 2024
### 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]>
prudhvigodithi added a commit that referenced this issue Feb 1, 2024
### 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]>
prudhvigodithi added a commit that referenced this issue Feb 2, 2024
### 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]>
prudhvigodithi added a commit that referenced this issue Feb 2, 2024
### 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]>
prudhvigodithi added a commit that referenced this issue Feb 2, 2024
### 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]>
@bbarani bbarani moved this from Backlog to In review in OpenSearch Engineering Effectiveness Feb 12, 2024
@prudhvigodithi
Copy link
Member Author

Closing this Meta issue as the tasks listed are accomplished, please feel free to re-open if reuired.
Thanks
Adding @bbarani

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

4 participants