* Remove 0005-run_command-fix-Python-3-encoding-issue.patch
- Enable GCE fence agent for all targets (fate#325539) (bsc#1088358) - Enable fence_openstack agent OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=90
This commit is contained in:
parent
d17310628c
commit
a4c0912d9d
@ -18,7 +18,10 @@ Wed Jun 20 09:06:43 UTC 2018 - kgronlund@suse.com
|
|||||||
* Remove 0002-fence_gce-fix-regression-missing-import-googleapicli.patch
|
* Remove 0002-fence_gce-fix-regression-missing-import-googleapicli.patch
|
||||||
* Remove 0003-fence_gce-fix-regression-missing-import-oauth2client.patch
|
* Remove 0003-fence_gce-fix-regression-missing-import-oauth2client.patch
|
||||||
* Remove 0004-fence_gce-use-default-credentials-from-googleapiclie.patch
|
* Remove 0004-fence_gce-use-default-credentials-from-googleapiclie.patch
|
||||||
* Remove0005-run_command-fix-Python-3-encoding-issue.patch
|
* Remove 0005-run_command-fix-Python-3-encoding-issue.patch
|
||||||
|
|
||||||
|
- Enable GCE fence agent for all targets (fate#325539) (bsc#1088358)
|
||||||
|
- Enable fence_openstack agent
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 17 16:19:11 UTC 2018 - kgronlund@suse.com
|
Thu May 17 16:19:11 UTC 2018 - kgronlund@suse.com
|
||||||
|
@ -17,11 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%global plugin_dir %{_libdir}/stonith/plugins/rhcs
|
%global plugin_dir %{_libdir}/stonith/plugins/rhcs
|
||||||
%if 0%{?is_opensuse}
|
%define agent_list alom amt amt_ws apc apc_snmp azure_arm bladecenter brocade cisco_mds cisco_ucs compute docker drac5 dummy eaton_snmp emerson eps evacuate gce hds_cb hpblade ibmblade ifmib ilo ilo_moonshot ilo_mp ilo_ssh intelmodular ipdu ipmilan ironic kdump ldom lpar mpath netio openstack powerman pve raritan rcd_serial rhevm rsa rsb sanbox2 sbd scsi vbox virsh vmware vmware_rest wti xenapi zvm
|
||||||
%define agent_list alom amt amt_ws apc apc_snmp azure_arm bladecenter brocade cisco_mds cisco_ucs compute docker drac5 dummy eaton_snmp emerson eps evacuate gce hds_cb hpblade ibmblade ifmib ilo ilo_moonshot ilo_mp ilo_ssh intelmodular ipdu ipmilan ironic kdump ldom lpar mpath netio powerman pve raritan rcd_serial rhevm rsa rsb sanbox2 sbd scsi vbox virsh vmware vmware_rest wti xenapi zvm
|
|
||||||
%else
|
|
||||||
%define agent_list alom amt amt_ws apc apc_snmp azure_arm bladecenter brocade cisco_mds cisco_ucs compute docker drac5 dummy eaton_snmp emerson eps evacuate hds_cb hpblade ibmblade ifmib ilo ilo_moonshot ilo_mp ilo_ssh intelmodular ipdu ipmilan ironic kdump ldom lpar mpath netio powerman pve raritan rcd_serial rhevm rsa rsb sanbox2 sbd scsi vbox virsh vmware vmware_rest wti xenapi zvm
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Name: fence-agents
|
Name: fence-agents
|
||||||
Summary: Fence Agents for High Availability
|
Summary: Fence Agents for High Availability
|
||||||
@ -47,10 +43,10 @@ BuildRequires: perl
|
|||||||
BuildRequires: perl-Net-Telnet
|
BuildRequires: perl-Net-Telnet
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
%if 0%{?is_opensuse}
|
|
||||||
BuildRequires: python3-google-api-python-client
|
BuildRequires: python3-google-api-python-client
|
||||||
|
BuildRequires: python3-keystoneclient
|
||||||
|
BuildRequires: python3-novaclient
|
||||||
BuildRequires: python3-oauth2client
|
BuildRequires: python3-oauth2client
|
||||||
%endif
|
|
||||||
BuildRequires: python3-openwsman
|
BuildRequires: python3-openwsman
|
||||||
BuildRequires: python3-pexpect
|
BuildRequires: python3-pexpect
|
||||||
BuildRequires: python3-pycurl
|
BuildRequires: python3-pycurl
|
||||||
|
Loading…
Reference in New Issue
Block a user