From a4c0912d9d213980d79fd4f14a77390e9f0b4803e01a3fbe2d79da27d12ee805 Mon Sep 17 00:00:00 2001 From: Kristoffer Gronlund Date: Wed, 20 Jun 2018 14:05:04 +0000 Subject: [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 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=90 --- fence-agents.changes | 5 ++++- fence-agents.spec | 10 +++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/fence-agents.changes b/fence-agents.changes index e117d08..5eccc22 100644 --- a/fence-agents.changes +++ b/fence-agents.changes @@ -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 0003-fence_gce-fix-regression-missing-import-oauth2client.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 diff --git a/fence-agents.spec b/fence-agents.spec index 713e79e..4b8b626 100644 --- a/fence-agents.spec +++ b/fence-agents.spec @@ -17,11 +17,7 @@ %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 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 +%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 Name: fence-agents Summary: Fence Agents for High Availability @@ -47,10 +43,10 @@ BuildRequires: perl BuildRequires: perl-Net-Telnet BuildRequires: pkg-config BuildRequires: python3 -%if 0%{?is_opensuse} BuildRequires: python3-google-api-python-client +BuildRequires: python3-keystoneclient +BuildRequires: python3-novaclient BuildRequires: python3-oauth2client -%endif BuildRequires: python3-openwsman BuildRequires: python3-pexpect BuildRequires: python3-pycurl