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

[Merged by Bors] - Adapt S3 configuration to ADR016 #200

Closed
wants to merge 13 commits into from

Conversation

siegfriedweber
Copy link
Member

@siegfriedweber siegfriedweber commented May 10, 2022

Description

Configuration of S3 adapted to ADR016

Closes #166

Integrationtest: https://github.com/stackabletech/integration-tests/pull/237

Currently requires a certain secret operator pr:
helm install secret-operator stackable-test/secret-operator --version=0.3.0-pr125

TODO

  • Use operator-rs tag 0.21.0

Review Checklist

  • Code contains useful comments
  • (Integration-)Test cases added (or not applicable)
  • Documentation added (or not applicable)
  • Changelog updated (or not applicable)
  • Cargo.toml only contains references to git tags (not specific commits or branches)
  • Helm chart can be installed and deployed operator works (or not applicable)

Once the review is done, comment bors r+ (or bors merge) to merge. Further information

siegfriedweber and others added 3 commits May 9, 2022 16:32
@siegfriedweber siegfriedweber self-assigned this May 10, 2022
@siegfriedweber siegfriedweber force-pushed the rework_s3_configuration branch 6 times, most recently from 5acf1da to cbb1168 Compare May 11, 2022 10:08
@siegfriedweber siegfriedweber force-pushed the rework_s3_configuration branch from cbb1168 to 7bdf217 Compare May 11, 2022 10:11
@siegfriedweber siegfriedweber requested a review from a team May 11, 2022 10:13
@siegfriedweber siegfriedweber marked this pull request as ready for review May 11, 2022 10:13
@siegfriedweber
Copy link
Member Author

This pull request is ready for review but it may only be merged after operator-rs is upgraded to 0.20.0 and the according patch is removed from the workspace Cargo.toml.

Copy link
Member

@maltesander maltesander left a comment

Choose a reason for hiding this comment

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

LGTM. We basically have to release operator-rs, merge hive s3 PR (and adapt the examples here) and then we can merge this one.

examples/simple-trino-cluster-s3.yaml Outdated Show resolved Hide resolved
rust/operator-binary/src/controller.rs Outdated Show resolved Hide resolved
rust/operator-binary/src/controller.rs Outdated Show resolved Hide resolved
rust/crd/src/lib.rs Outdated Show resolved Hide resolved
…work_s3_configuration

# Conflicts:
#	CHANGELOG.md
#	Cargo.lock
#	deploy/crd/trinocluster.crd.yaml
#	deploy/helm/trino-operator/crds/crds.yaml
#	deploy/manifests/crds.yaml
#	docs/modules/ROOT/pages/usage.adoc
#	rust/crd/src/lib.rs
#	rust/operator-binary/src/controller.rs
@maltesander maltesander requested a review from a team May 17, 2022 14:31
Copy link
Member

@adwk67 adwk67 left a comment

Choose a reason for hiding this comment

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

lgtm

@maltesander
Copy link
Member

bors merge

bors bot pushed a commit that referenced this pull request May 18, 2022
## Description

Configuration of S3 adapted to ADR016

Closes #166 

Integrationtest: https://github.com/stackabletech/integration-tests/pull/237

Currently requires a certain secret operator pr:
`helm install secret-operator stackable-test/secret-operator --version=0.3.0-pr125`

### TODO
- [x] Use operator-rs tag 0.21.0



Co-authored-by: Malte Sander <[email protected]>
@bors
Copy link
Contributor

bors bot commented May 18, 2022

Pull request successfully merged into main.

Build succeeded:

@bors bors bot changed the title Adapt S3 configuration to ADR016 [Merged by Bors] - Adapt S3 configuration to ADR016 May 18, 2022
@bors bors bot closed this May 18, 2022
@bors bors bot deleted the rework_s3_configuration branch May 18, 2022 11:50
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.

Refactor S3 configuration to be compabitle with ADR and operator-rs implementation
4 participants