Add fence_cisco_ucs support in tripleo fencing manifests
Add fence_cisco_ucs support in tripleo fencing manifests since
pacemaker puppet modules supports this easily. We already tested
this patch and it worked flawlessly.
Change-Id: I0cbefd2b23c890e0f4d97153895fbeedff861ace
(cherry picked from commit 528dc8394f
)
This commit is contained in:
parent
49ca4208e2
commit
d707001fb5
@ -137,9 +137,13 @@ class tripleo::fencing(
|
||||
$rhev_devices = local_fence_devices('fence_rhevm', $all_devices)
|
||||
create_resources('pacemaker::stonith::fence_rhevm', $rhev_devices, $common_params)
|
||||
|
||||
$ucs_devices = local_fence_devices('fence_cisco_ucs', $all_devices)
|
||||
create_resources('pacemaker::stonith::fence_cisco_ucs', $ucs_devices, $common_params)
|
||||
|
||||
$data = {
|
||||
'xvm' => $xvm_devices, 'ironic' => $ironic_devices, 'redfish' => $redfish_devices,
|
||||
'ipmilan' => $ipmilan_devices, 'kdump' => $kdump_devices, 'rhevm' => $rhev_devices
|
||||
'ipmilan' => $ipmilan_devices, 'kdump' => $kdump_devices, 'rhevm' => $rhev_devices,
|
||||
'cisco_ucs' => $ucs_devices
|
||||
}
|
||||
|
||||
$data.each |$items| {
|
||||
|
Loading…
Reference in New Issue
Block a user