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

Add multi documents support #53

Merged
merged 2 commits into from
Jun 26, 2024

Conversation

teran
Copy link
Contributor

@teran teran commented Jun 23, 2024

Allows to describe Ceph cluster configuration in single file just like:

---
kind: CephConfig
spec:
  // ...
---
kind: CephOSDConfig
spec:
  // .....

Depends on #51 since uses kinds defined in that PR

Signed-off-by: Igor Shishkin <me@teran.dev>
Signed-off-by: Igor Shishkin <me@teran.dev>
@teran teran force-pushed the features/multidocument-support branch from 89eaf2d to 8b537f7 Compare June 26, 2024 06:21
@teran teran merged commit 77c097c into runityru:master Jun 26, 2024
4 checks passed
@teran teran deleted the features/multidocument-support branch June 26, 2024 06:25
teran added a commit that referenced this pull request Jun 26, 2024
Just like this:

```
CephConfig:
~ global cephx_sign_messages true -> false
CephOSDConfig:
~ require_min_compat_client luminous -> reef
```

Depends on #53

Signed-off-by: Igor Shishkin <me@teran.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant