-
Notifications
You must be signed in to change notification settings - Fork 7
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
[DRAFT] Improve documentation for bootstrapping and manager deployment #514
Conversation
4eac8ba
to
10ade83
Compare
1e22e5f
to
be47e9f
Compare
| `[compute]` | Openstack compute nodes roles | | ||
| `[ceph-control]` | Ceph mon servers | | ||
| `[ceph-resource]` | Ceph OSDs, ... | | ||
| `[ceph-rgw:children]` | Rados Gateway roles | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it make sense to describe the purpose of the groups with a few words to
help newbies to make the right decisions?
7. Refresh facts. | ||
## Bootstrap the nodes | ||
|
||
1. Refresh facts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A newcomer may ask here: What exactly is this step responsible for and what purpose does it serve?
I think it would be good if we could link to a documentary here that goes into this.
d01a1d7
to
75f1125
Compare
|
||
# Facts | ||
|
||
TODOs: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be a good idea to add a short explanation here.
75f1125
to
0565d51
Compare
1660206
to
4c4a048
Compare
Signed-off-by: Marc Schöchlin <[email protected]>
4c4a048
to
12dd03b
Compare
Signed-off-by: Marc Schöchlin <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>
wipefs --all "{{ item }}" | ||
dd if=/dev/zero of="{{ item }}" bs=1 count=4096 | ||
changed_when: false | ||
with_items: "{{ devices }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While touching this sync this sample with the play https://github.com/osism/testbed/blob/main/environments/custom/playbook-wipe-partitions.yml.
Signed-off-by: Marc Schöchlin <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>
Replaced by smaller PRs, dropped |
This change depends on osism/node-image#84