Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Add first implementation of stacks according to ADR 21 #32

Closed
wants to merge 14 commits into from
Closed

Conversation

sbernauer
Copy link
Member

@sbernauer sbernauer commented Jun 8, 2022

I proudly present the first working stack: druid-superset-s3
Use the following command to spin it up

cargo r -- --additional-release-files releases.yaml --additional-stack-files stacks.yaml stack install druid-superset-s3 -k

releases.yaml is currently a bit hacky, as we haven't released operators for so long...

Copy link
Contributor

@fhennig fhennig left a comment

Choose a reason for hiding this comment

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

Looks quite good! I'm doing some manual testing now. It would be great to have some kuttl tests for this I think.

metadataStorageDatabase:
dbType: derby
connString: jdbc:derby://localhost:1527/var/druid/metadata.db;create=true
host: localhost # TODO why do i need to specify this?
Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, this is not ideal, I think in the near future we want to have a common "SQLConnection" object to use instead of this

@fhennig
Copy link
Contributor

fhennig commented Jun 13, 2022

I ran the superset-druid-s3 stack and it works for me too 👍

@soenkeliebau
Copy link
Member

Lars will invite for a brief discussion on this today

@sbernauer
Copy link
Member Author

Thanks for the review and confirmation that it works :)
This PR is superseded by #36.
Please feel free to review that as well, especially the new services list part :)

@sbernauer sbernauer closed this Jun 17, 2022
@sbernauer sbernauer deleted the stacks branch April 27, 2023 11:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants