install pacemaker-mgmt package for hb_gui to work
It turns out pacemaker-mgmt must be installed *before* the openais service starts.
This commit is contained in:
@@ -18,9 +18,12 @@ when 'suse'
|
||||
default[:pacemaker][:platform][:packages] = %w(pacemaker crmsh)
|
||||
|
||||
# pacemaker-mgmt-client provides hb_gui, which it's useful
|
||||
# to run over ssh.
|
||||
# to run over ssh. Note that pacemaker-mgmt needs to be installed
|
||||
# *before* the openais service is started, otherwise the mgmtd
|
||||
# plugin won't be forked as a child process.
|
||||
default[:pacemaker][:platform][:graphical_packages] = %w(
|
||||
pacemaker-mgmt-client xorg-x11-xauth xorg-x11-fonts
|
||||
pacemaker-mgmt pacemaker-mgmt-client
|
||||
xorg-x11-xauth xorg-x11-fonts
|
||||
)
|
||||
else
|
||||
Chef::Application.fatal! "FIXME: #{node.platform} platform not supported yet"
|
||||
|
Reference in New Issue
Block a user