Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions crmsh/ui_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ def do_init(self, context, *args):

Stage can be one of:
ssh Create SSH keys for passwordless SSH between cluster nodes
firewalld Add high-availability service to firewalld
csync2 Configure csync2
corosync Configure corosync
sbd Configure SBD (requires -s <dev>)
Expand Down Expand Up @@ -504,6 +505,7 @@ def do_join(self, context, *args):

Stage can be one of:
ssh Obtain SSH keys from existing cluster node (requires -c <host>)
firewalld Add high-availability service to firewalld
csync2 Configure csync2 (requires -c <host>)
ssh_merge Merge root's SSH known_hosts across all nodes (csync2 must
already be configured).
Expand Down
2 changes: 2 additions & 0 deletions test/features/steps/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@

Stage can be one of:
ssh Create SSH keys for passwordless SSH between cluster nodes
firewalld Add high-availability service to firewalld
csync2 Configure csync2
corosync Configure corosync
sbd Configure SBD (requires -s <dev>)
Expand Down Expand Up @@ -249,6 +250,7 @@

Stage can be one of:
ssh Obtain SSH keys from existing cluster node (requires -c <host>)
firewalld Add high-availability service to firewalld
csync2 Configure csync2 (requires -c <host>)
ssh_merge Merge root's SSH known_hosts across all nodes (csync2 must
already be configured).
Expand Down