- Update to version 4.2.1+git.1550476590.98767d24:
* fence_redfish: use "ipport" parameter and improve logging * Changed Encoding to UTF-8 * fence_redfish: fail when using invalid cert without --ssl-insecure * Removed unnecessary variable assignments to simplify code * fence_scsi: watchdog retries support * Renamed variable to avoid reusing variable name * Replaced default port 443 with default ssl enabled option * Changed reboot type to ForceRestart * Modify power status check * Added run_delay() * Updated fence_redfish.xml with make xml-upload * Add new fence agent for Redfish * build: fix issues with newer autoconf versions * build: fix if-redirection to make check_used_options run for the agents as intended * Fix 'log_expect' in fence_hpblade.py * fence_scsi: fix incorrect SCSI key when node ID is 10 or higher * fence_openstack: add detection of keystoneauth1 library * check_used_options: add Python 3 support, and detect unsupported has_key()-calls * fence_openstack: Migrate from keystoneclient to keystoneauth1 * fence_openstack: fix missing version parameter in novaclient.Client() call * fence_openstack: fix configure library detection and add try/except for imports * fence_kdump: add validate-all action * fence_compute/fence_evacuate: domain parameter fixes to avoid regressions OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=106
This commit is contained in:
parent
91e8ee73bd
commit
81619f3a12
@ -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">7b1fd536961421d93a1e960ffc558ce938153f42</param></service></servicedata>
|
<param name="changesrevision">9ebd2e2e36ae0de5c9164f4ac3fd29bdac0cab61</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5d83ca382deba765a115a2c1af67d17947d85baa59f06ff0793844186f700dc5
|
|
||||||
size 230544
|
|
3
fence-agents-4.2.1+git.1550476590.98767d24.tar.xz
Normal file
3
fence-agents-4.2.1+git.1550476590.98767d24.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:df5f119f821a80c1c57a9b84da69fee072f917732463da537ca64d51b2be0c00
|
||||||
|
size 232216
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 18 13:22:05 UTC 2019 - dakechi@suse.com
|
||||||
|
|
||||||
|
- Update to version 4.2.1+git.1550476590.98767d24:
|
||||||
|
* fence_redfish: use "ipport" parameter and improve logging
|
||||||
|
* Changed Encoding to UTF-8
|
||||||
|
* fence_redfish: fail when using invalid cert without --ssl-insecure
|
||||||
|
* Removed unnecessary variable assignments to simplify code
|
||||||
|
* fence_scsi: watchdog retries support
|
||||||
|
* Renamed variable to avoid reusing variable name
|
||||||
|
* Replaced default port 443 with default ssl enabled option
|
||||||
|
* Changed reboot type to ForceRestart
|
||||||
|
* Modify power status check
|
||||||
|
* Added run_delay()
|
||||||
|
* Updated fence_redfish.xml with make xml-upload
|
||||||
|
* Add new fence agent for Redfish
|
||||||
|
* build: fix issues with newer autoconf versions
|
||||||
|
* build: fix if-redirection to make check_used_options run for the agents as intended
|
||||||
|
* Fix 'log_expect' in fence_hpblade.py
|
||||||
|
* fence_scsi: fix incorrect SCSI key when node ID is 10 or higher
|
||||||
|
* fence_openstack: add detection of keystoneauth1 library
|
||||||
|
* check_used_options: add Python 3 support, and detect unsupported has_key()-calls
|
||||||
|
* fence_openstack: Migrate from keystoneclient to keystoneauth1
|
||||||
|
* fence_openstack: fix missing version parameter in novaclient.Client() call
|
||||||
|
* fence_openstack: fix configure library detection and add try/except for imports
|
||||||
|
* fence_kdump: add validate-all action
|
||||||
|
* fence_compute/fence_evacuate: domain parameter fixes to avoid regressions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 26 06:54:47 UTC 2018 - kgronlund@suse.com
|
Wed Sep 26 06:54:47 UTC 2018 - kgronlund@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fence-agents
|
# spec file for package fence-agents
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 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
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -29,7 +29,7 @@ Name: fence-agents
|
|||||||
Summary: Fence Agents for High Availability
|
Summary: Fence Agents for High Availability
|
||||||
License: GPL-2.0-only AND LGPL-2.1-only
|
License: GPL-2.0-only AND LGPL-2.1-only
|
||||||
Group: Productivity/Clustering/HA
|
Group: Productivity/Clustering/HA
|
||||||
Version: 4.2.1+git.1537269352.7b1fd536
|
Version: 4.2.1+git.1550476590.98767d24
|
||||||
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