Bug 1678521 - [RFE] Support for configuring STONITH/fencing with controllers running in ovirt/RHV
Summary: [RFE] Support for configuring STONITH/fencing with controllers running in ovi...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: puppet-tripleo
Version: 16.0 (Train)
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: Upstream M2
: 16.0 (Train on RHEL 8.1)
Assignee: Luca Miccini
QA Contact: Ofer Blaut
URL:
Whiteboard:
Depends On:
Blocks: 1795667
TreeView+ depends on / blocked
 
Reported: 2019-02-19 02:09 UTC by Mircea Vutcovici
Modified: 2023-03-24 14:35 UTC (History)
17 users (show)

Fixed In Version: puppet-tripleo-11.3.1-0.20191031115923.7c9561b.el8ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-02-06 14:39:53 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 652019 0 'None' MERGED Extend fencing to hosts using fence_rhevm agent. 2020-07-13 20:33:28 UTC
OpenStack gerrit 652024 0 'None' MERGED Enable staging-ovirt (fence_rhevm) fencing agent. 2020-07-13 20:33:28 UTC
Red Hat Issue Tracker OSP-3206 0 None None None 2022-08-23 18:39:03 UTC
Red Hat Product Errata RHEA-2020:0283 0 None None None 2020-02-06 14:40:38 UTC

Description Mircea Vutcovici 2019-02-19 02:09:15 UTC
Description of problem:

In the documentation about OpenStack STONITH/fencing configuration [1], the command "openstack overcloud generate fencing" is used to generate heat template file for director configuration for fencing. The problem is that this command is supporting only fence_ipmilan. Other fencing agents are not supported and there is no documentation on how to configure them.

[1]
https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/13/html-single/advanced_overcloud_customization/#sect-Fencing_the_Controller_Nodes

Comment 2 Mircea Vutcovici 2019-02-22 15:04:01 UTC
I think you are right, it should be a RFE. I can not edit the BZ to change the first comment, do you have permissions to edit the description? Do you need any additional info?

Comment 8 Luca Miccini 2019-11-27 16:37:07 UTC
      - agent: fence_rhevm
        host_mac: aa:bb:cc:dd:ee:00
        params:
          ipaddr: 10.0.0.1
          login: admin@internal
          passwd: password
          pcmk_host_list: overcloud-controller-0
          port: test-c0
          ssl: 1
          ssl_insecure: 1
      - agent: fence_rhevm
        host_mac: aa:bb:cc:dd:ee:01
        params:
          ipaddr: 10.0.0.1
          login: admin@internal
          passwd: password
          pcmk_host_list: overcloud-controller-1
          port: test-c1
          ssl: 1
          ssl_insecure: 1
      - agent: fence_rhevm
        host_mac: aa:bb:cc:dd:ee:02
        params:
          ipaddr: 10.0.0.1
          login: admin@internal
          passwd: password
          pcmk_host_list: overcloud-controller-2
          port: test-c2
          ssl: 1
          ssl_insecure: 1


[root@overcloud-controller-1 ~]# pcs stonith level
Target: overcloud-controller-0
  Level 1 - stonith-fence_rhevm-aabbccddee00
Target: overcloud-controller-1
  Level 1 - stonith-fence_rhevm-aabbccddee01
Target: overcloud-controller-2
  Level 1 - stonith-fence_rhevm-aabbccddee02

Comment 14 errata-xmlrpc 2020-02-06 14:39:53 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHEA-2020:0283


Note You need to log in before you can comment on or make changes to this bug.