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

WIP: Add clickhouse-cluster-config to omdb blueprint output #6968

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

andrewjstone
Copy link
Contributor

@andrewjstone andrewjstone commented Oct 31, 2024

Still need to add diff support. Diff support is blocked on deciding whether to remove the ability to diff blueprints with inventory collections, which I feel pretty strongly we should just go ahead and do. I'd do that in a separate PR that this would then build upon.

Fixes #6941

.collect(),
);
let servers = BpSledSubtable::new(
BpClickhouseKeepersSubtableSchema {},
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Suggested change
BpClickhouseKeepersSubtableSchema {},
BpClickhouseServersSubtableSchema {},

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.

omdb: Add clickhouse-config to blueprint output
1 participant