- fence_brocade: Add support for 'list' action
- fencing: Monitor is not working correctly without 'list' or 'status'
- fence_apc_snmp: Add support for firmware 6.x
- fence_zvm: Add support for "on" and "status"
- fence_zvm: Add current XML metadata to test suite
- [build] Fix automake files, so 'make distcheck' works
- fencing: Add new options --ssl-secure and --ssl-insecure
- [tests] Update XML metadata of fence agents
- fence_cisco_ucs & fence_vmware_soap: Logout has to be performed even when fencing fails
- fence_zvm: Fixes for better upstream inclusion
- fence_zvm: Add support for 'on', improve documentation
- Added patches:
- 0001-fence_brocade-Add-support-for-list-action.patch
- 0002-fencing-Monitor-is-not-working-correctly-without-lis.patch
- 0003-fence_apc_snmp-Add-support-for-firmware-6.x.patch
- 0004-fence_zvm-Add-support-for-on-and-status.patch
- 0005-fence_zvm-Add-current-XML-metadata-to-test-suite.patch
- 0006-build-Fix-automake-files-so-make-distcheck-works.patch
- 0007-fencing-Add-new-options-ssl-secure-and-ssl-insecure.patch
- 0008-tests-Update-XML-metadata-of-fence-agents.patch
- 0009-fence_cisco_ucs-fence_vmware_soap-Logout-has-to-be-p.patch
- 0010-fence_zvm-Fixes-for-better-upstream-inclusion.patch
- 0011-fence_zvm-Add-support-for-on-improve-documentation.patch
- Add dependency on python-requests
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=16
* fence_scsi is reimplemented on top of fencing library
* fence_zvm support distributed z/VM systems
* support for --delay was added to fence_zvm
* unmaintained fence agents were removed:
* fence_baytech, fence_bullpap, fence_cpint, fence_mcdata,
* fence_rackswitch, fence_vixel, fence_xcat
* we do not plan to remove other agents
* update fence_rsb to work with new firmware
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=15
+ Allow ssl connections to fallback to SSL3.0 negotiation
+ fence_vmware_soap: fix short/long option parsing traceback
+ fence_raritan: new fence agent for Raritan Dominion PX
+ fencing: Replace printing to stderr with proper logging solution
+ fence_wti: Action 'list' prints also named groups
+ fence_ipmilan: send empty password, if password is not entered
+ fence_vmware: Invalid arguments for vmware_get_outlets_vi()
+ fence_amt: sending password over env
+ fencing: Introduce new device option 'no_status'
+ fence_pve: new fence-agent for Proxmox VE
+ fence_ovh: --delay should be applied before attempt to login
- Exclude dummy fence agent fence_dummy (bnc#877950)
- Remove obsolete fence-agents-add-longdesc.patch
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=11
+ support for firmware v1.40 for WTI (MPC series)
+ nss_wrapper used for fence_ilo was replaced by gnutls-cli
+ --delay was not respected in fence_vmware_soap
+ fabric fence agents have 'off' as default action
+ fence_scsi now generates correct key on corosync clusters
+ regression was found in fence_ipmilan where -P and -L were
interchanged on command line
(there was no problem with long options and input from STDIN)
+ fence_vmware_soap now fails with proper error message when user does
not have enough privileges
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=9
+ support for Dell Drac MC was added to fence_drac5
+ support for Tripplite PDU was added to fence_apc
(thanks to Bogdan Dobrelya)
+ support for AMT was added as new fence agent fence_amt
(thanks to Ondrej Mular)
+ support for identification of virtual machine using UUID was
added to fence_virsh (thanks to Bogdan)
+ fence_ipmilan was ported from C to Python using standard
fencing library (thanks to Ondrej)
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=7