Add support for Yocto flavor on cephadm + some cephadm improvement#862
Merged
dupremathieu merged 5 commits intomainfrom Feb 23, 2026
Merged
Add support for Yocto flavor on cephadm + some cephadm improvement#862dupremathieu merged 5 commits intomainfrom
dupremathieu merged 5 commits intomainfrom
Conversation
258e75b to
df3aa11
Compare
insatomcat
reviewed
Feb 16, 2026
df3aa11 to
75af0fa
Compare
75af0fa to
9312d68
Compare
Signed-off-by: Mathieu Dupré <mathieu.dupre@savoirfairelinux.com>
Remove the commented-out codes. Signed-off-by: Mathieu Dupré <mathieu.dupre@savoirfairelinux.com>
Add some conditionals to the cephadm role to support the SEAPATH Yocto flavor. In the Yocto flavor, the cephadm and containerized-ceph users and groups are already created by the Yocto image, so we need to skip their creation in the cephadm role. We also need to skip the sudoers file creation for the cephadm user, for the same reason. Signed-off-by: Mathieu Dupré <mathieu.dupre@savoirfairelinux.com>
Change the list of nodes that need OSDs to be based on the 'hypervisors' group instead of 'cluster_machines'. This ensures that OSDs are only deployed on nodes that are actually designated to have OSDs, rather than all cluster machines. Observers machines are part of the 'cluster_machines' group but it most the cases they don't have OSDs. Signed-off-by: Mathieu Dupré <mathieu.dupre@savoirfairelinux.com>
As it was the case with the previous implementation base on ceph-ansible, this commit adds support for overriding ceph.conf values using the `ceph_conf_overrides` variable. This variable allows users to specify custom configuration values for both the global section and other specific sections (like mon, osd, mds, etc.) of the ceph.conf file. Signed-off-by: Mathieu Dupré <mathieu.dupre@savoirfairelinux.com>
9312d68 to
0635527
Compare
insatomcat
approved these changes
Feb 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ceph_conf_overrides