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
[skip ci] adopt: various fixes #7080
Conversation
9dd4233
to
31a62e2
Compare
31a62e2
to
f0d5c5a
Compare
|
Another weird behavior I found happens during the enrolling [1]: looks like the labels are not properly assigned and this is probably related to the gathered facts. [1] https://paste.opendev.org/show/812578/ |
6fdc5a9
to
7c7889c
Compare
04487a6
to
a6f85ff
Compare
65fddf7
to
50ae620
Compare
8c2e539
to
021bd3c
Compare
6f7a934
to
08bdbb2
Compare
By default cephadm uses root account to connect remotely to other nodes in the cluster. This change allows to choose another account. This commit also allows to use a dedicated subnet for cephadm mgmt. Signed-off-by: Teoman ONAY <tonay@redhat.com>
When using cluster custom names, cephadm commands are executed using the default admin keyring name which fails. Signed-off-by: Teoman ONAY <tonay@redhat.com>
When using group of group, the playbook will apply undesired labels on nodes. This commit fixes it by applying only the expected labels. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2057528 Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
20654c6
to
c9f5ce3
Compare
|
jenkins test centos-container-cephadm_adopt |
1 similar comment
|
jenkins test centos-container-cephadm_adopt |
By default cephadm uses root account to connect remotely
to other nodes in the cluster. This change allows to choose
another account.
Signed-off-by: Teoman ONAY tonay@redhat.com