- Update to version 4.0.25+git.1516265527.7ab202cf (bsc#1074000):
* fence_ilo3: default to onoff * fence_compute: Add support for keystone v3 authentication * fence_ilo_ssh: fix hard reset * fence_vmware_rest: new agent OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=76
This commit is contained in:
parent
1d31e5535f
commit
e49e43a9a8
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git://github.com/ClusterLabs/fence-agents.git</param>
|
<param name="url">git://github.com/ClusterLabs/fence-agents.git</param>
|
||||||
<param name="changesrevision">f243cfc5d8fcae96bcbe7ee7fd64bbca120dfe18</param></service></servicedata>
|
<param name="changesrevision">24c8fe07b21ac07c65292195a044a230a5bd2579</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:36b0cb8ad3f809c09cfb09e67b0f473ded145b4657fe22533bcdca317e42e52d
|
|
||||||
size 216712
|
|
3
fence-agents-4.0.25+git.1516265527.7ab202cf.tar.xz
Normal file
3
fence-agents-4.0.25+git.1516265527.7ab202cf.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fd41ac309b65b03ab2d1d6d9716c8bb9d20a1299fcba5d8bcd3089d133c6019e
|
||||||
|
size 218712
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 07 13:38:15 UTC 2018 - kgronlund@suse.com
|
||||||
|
|
||||||
|
- Update to version 4.0.25+git.1516265527.7ab202cf (bsc#1074000):
|
||||||
|
* fence_ilo3: default to onoff
|
||||||
|
* fence_compute: Add support for keystone v3 authentication
|
||||||
|
* fence_ilo_ssh: fix hard reset
|
||||||
|
* fence_vmware_rest: new agent
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 21 08:57:16 UTC 2017 - kgronlund@suse.com
|
Tue Nov 21 08:57:16 UTC 2017 - kgronlund@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fence-agents
|
# spec file for package fence-agents
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
%global plugin_dir %{_libdir}/stonith/plugins/rhcs
|
%global plugin_dir %{_libdir}/stonith/plugins/rhcs
|
||||||
%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 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 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 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
|
||||||
|
|
||||||
Name: fence-agents
|
Name: fence-agents
|
||||||
Summary: Fence Agents for High Availability
|
Summary: Fence Agents for High Availability
|
||||||
License: GPL-2.0 and LGPL-2.1
|
License: GPL-2.0 and LGPL-2.1
|
||||||
Group: Productivity/Clustering/HA
|
Group: Productivity/Clustering/HA
|
||||||
Version: 4.0.25+git.1509350522.8d6f8530
|
Version: 4.0.25+git.1516265527.7ab202cf
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://github.com/ClusterLabs/fence-agents
|
Url: https://github.com/ClusterLabs/fence-agents
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user