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] - Rework s3 configuration #179

Closed
wants to merge 23 commits into from

Conversation

maltesander
Copy link
Member

@maltesander maltesander commented May 11, 2022

Description

closes #138

integration test: https://github.com/stackabletech/integration-tests/pull/239

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

@maltesander maltesander requested a review from a team May 11, 2022 11:00
@maltesander maltesander self-assigned this May 11, 2022
rust/operator-binary/src/controller.rs 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
@maltesander maltesander marked this pull request as ready for review May 11, 2022 12:26
Copy link
Member

@sbernauer sbernauer left a comment

Choose a reason for hiding this comment

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

LGTM. Some sort of integration-test would be great

rust/operator-binary/src/controller.rs Outdated Show resolved Hide resolved
rust/operator-binary/src/controller.rs Show resolved Hide resolved
@maltesander
Copy link
Member Author

LGTM. Some sort of integration-test would be great

Yeah i wanna try to create something today, or at least integrate that in the trino one.

@maltesander maltesander requested a review from sbernauer May 13, 2022 16:05
rust/operator-binary/src/controller.rs Outdated Show resolved Hide resolved
@maltesander maltesander requested a review from sbernauer May 16, 2022 11:29
Copy link
Member

@sbernauer sbernauer left a comment

Choose a reason for hiding this comment

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

Implementation LGTM 👍
We still need to sort out minor stuff such as release operator-rs

@sbernauer sbernauer force-pushed the rework_s3_configuration branch from 99a5ce0 to a786b5b Compare May 17, 2022 09:25
…work_s3_configuration

# Conflicts:
#	Cargo.lock
#	rust/crd/Cargo.toml
#	rust/operator-binary/Cargo.toml
Copy link
Member

@sbernauer sbernauer left a comment

Choose a reason for hiding this comment

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

can now be merged

@maltesander
Copy link
Member Author

bors merge

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

closes #138

integration test: https://github.com/stackabletech/integration-tests/pull/239

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 <malte.sander.it@gmail.com>
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
@bors
Copy link
Contributor

bors bot commented May 17, 2022

Pull request successfully merged into main.

Build succeeded:

@bors bors bot changed the title Rework s3 configuration [Merged by Bors] - Rework s3 configuration May 17, 2022
@bors bors bot closed this May 17, 2022
@bors bors bot deleted the rework_s3_configuration branch May 17, 2022 15:15
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
2 participants