Merge "Extend fencing to hosts using fence_rhevm agent."

This commit is contained in:
Zuul 2019-04-17 17:14:46 +00:00 committed by Gerrit Code Review
commit 1c245da0ad
1 changed files with 3 additions and 0 deletions

View File

@ -101,4 +101,7 @@ class tripleo::fencing(
$ironic_devices = local_fence_devices('fence_ironic', $all_devices)
create_resources('pacemaker::stonith::fence_ironic', $ironic_devices, $common_params)
$rhev_devices = local_fence_devices('fence_rhevm', $all_devices)
create_resources('pacemaker::stonith::fence_rhevm', $rhev_devices, $common_params)
}