SUSE / habootstrap-formula

Salt formula for bootstrapping an HA cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuration sections / Fields organisation

jniedergang opened this issue · comments

Hello,

I found the user experience while going from top to bottom of the formula a bit messy and sometimes misleading.
I'd like to suggest a new order:

Required Settings

  • SSH Keys deployment
  • Install required packages:

Recommended Settings

  • Cluster name:
  • Default hacluster user password:
  • Cluster communication interface:
  • Cluster Virtual IP (VIP) creation (admin access):
  • NTP server # (<is it possible to add a list? what would be the format? to be added in help button)

Storage Related Settings

  • Custom configuration for Stonith Block Device (SBD)
  • Shared disk filesystem setup (OCFS2 - optional)

Custom Cluster Settings

  • Custom configuration for watchdog module
  • Custom confguration for Corosync service
  • Cluster internal communications type:
  • Cluster Initialization Timeout
  • Cluster Join Timeout

Add-ons settings

  • Install new resource agents:
  • Configure resource agents with configuration file:
  • Remove cluster node(s):
  • Enable monitoring via ha_cluster_exporter:

Thank you