- Update to version 4.4.0+git.1568100905.307de6f2:
* fence_openstack: use -n/--plug/port parameter to be able to use pcmk_host_map
* fence_apc_snmp: Add Tripplite WEBCARDLX PDU support
* Update fence_aliyun.xml (bsc#1150504)
* Fix argument parsing for region_name
* fence_ilo_ssh*: add timeout warning in metadata/manpage
* remove 'man' page formating strings to improve '-o metadata' output
* filter out 'man' formating strings from 'longdesc' field
* Update fence_aliyun.py (#279) (bsc#1150504)
* Fixed issue with SUSPENDED VMs
* Changed encoding for the raritan telnet connection to latin1
* fence_scsi watchdog: dont exit when command fails using retry parameter
OBS-URL: https://build.opensuse.org/request/show/730351
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=116
- Split fence_amt_ws into separate package due to licence incompatibility:
* Apache-2.0 is not compatible with GPL-2.0
- Update to version 4.4.0+git.1558595666.5f79f9e9:
* fence_scsi: detect node ID using new format, and fallback to old format before failing
* fence_rhevm: fix debug encoding issues (bsc#1137314) (CVE-2019-10153)
* fence_mpath: import ctypes to fix watchdog hardreboot
* fence_rhevm: add RHEV v4 API support and auto-detection
* fence_azure_arm: use skip_shutdown feature when available
* fence_ipmilan: Add ipmitool timeout option
* fence_redfish: add headers to HTTP methods
* fence_gce: fix Python 3 encoding issue
* fence_pve: add support for sending reset command to qemu machines (#261)
* fencing: improve stdin parse function
* fence_redfish: backwards compatibility for <ip>:<port>
- Update to version 4.2.1+git.1550476590.98767d24:
* fence_redfish: use "ipport" parameter and improve logging (fate#320898)
* Changed Encoding to UTF-8 (bsc#1137314) (CVE-2019-10153)
* fence_redfish: fail when using invalid cert without --ssl-insecure (fate#320898)
* 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 (fate#320898)
* Add new fence agent for Redfish (fate#320898)
* build: fix issues with newer autoconf versions
* build: fix if-redirection to make check_used_options run for the agents as intended
OBS-URL: https://build.opensuse.org/request/show/709349
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fence-agents?expand=0&rev=45
* fence_scsi: detect node ID using new format, and fallback to old format before failing
* fence_rhevm: fix debug encoding issues (bsc#1137314) (CVE-2019-10153)
* fence_mpath: import ctypes to fix watchdog hardreboot
* fence_rhevm: add RHEV v4 API support and auto-detection
* fence_azure_arm: use skip_shutdown feature when available
* fence_ipmilan: Add ipmitool timeout option
* fence_redfish: add headers to HTTP methods
* fence_gce: fix Python 3 encoding issue
* fence_pve: add support for sending reset command to qemu machines (#261)
* fencing: improve stdin parse function
* fence_redfish: backwards compatibility for <ip>:<port>
* Changed Encoding to UTF-8 (bsc#1137314) (CVE-2019-10153)
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=109
* 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
- Update to version 4.2.1+git.1537269352.7b1fd536:
* fence_vmware_soap: cleanup when receiving SIGTERM
* fence_cisco_ucs: encode POSTFIELDS
* Update fence_rcd_serial to correct vendor URL
* fence_aliyun: correct indentation for *key in help
* fence_aliyun: list instance names and show up to 100 instances (fate#326557)
* fence-rhevm: improve error reporting.
* fence_impilan/fence_ilo_ssh: iLO5-support
* fence_rhevm: improve indentation and metadata
* fence_compute/fence_evacuate/fence_rhevm: dont use has_key (not supported in Python 3)
* fence_rhevm fixing help for plug param
* fence_kdump: fix strncpy issue
* fence_evacuate: fix evacuable tag mix issue
OBS-URL: https://build.opensuse.org/request/show/638330
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fence-agents?expand=0&rev=44
* fence_vmware_soap: cleanup when receiving SIGTERM
* fence_cisco_ucs: encode POSTFIELDS
* Update fence_rcd_serial to correct vendor URL
* fence_aliyun: correct indentation for *key in help
* fence_aliyun: list instance names and show up to 100 instances (fate#326557)
* fence-rhevm: improve error reporting.
* fence_impilan/fence_ilo_ssh: iLO5-support
* fence_rhevm: improve indentation and metadata
* fence_compute/fence_evacuate/fence_rhevm: dont use has_key (not supported in Python 3)
* fence_rhevm fixing help for plug param
* fence_kdump: fix strncpy issue
* fence_evacuate: fix evacuable tag mix issue
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=104
- Update to version 4.2.1+git.1532964592.3ae5b58e:
* fence_aliyun: Add Aliyun fence agent. (fate#326557)
* fence_gce: add power cycle as default method
* fence_gce: set project and zone as not required
* fence_gce: add support for stackdriver logging
* fence_ilo3/fence_ipmilan: show correct default method (onoff) in help
* fence_mpath: add watchdog support
* fence_amt_ws: create metadata without agent specific libs
- Drop obsolete patch:
* Remove 0002-Build-without-openwsman-installed.patch
OBS-URL: https://build.opensuse.org/request/show/628434
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fence-agents?expand=0&rev=43
* fence_aliyun: Add Aliyun fence agent. (fate#326557)
* fence_gce: add power cycle as default method
* fence_gce: set project and zone as not required
* fence_gce: add support for stackdriver logging
* fence_ilo3/fence_ipmilan: show correct default method (onoff) in help
* fence_mpath: add watchdog support
* fence_amt_ws: create metadata without agent specific libs
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=101
- Update to version 4.0.25+git.1523367910.7473fab7:
* Add fence_gce: Google Compute Engine fence support (fate#325539) (bsc#1088358)
* Low: fence_scsi: Remove period from cmd string
* fence_compute/fence_evacuate: revert to old parameters
* fence_azure_arm: implement network-fencing (w/library from @MSSedusch)
* fence_mpath: Correction of command line which argument is not correctly recognized
* Mid: fence_docker: Exclude slashes from the list.
* fence_pve : choose vm type either lxc or qemu
OBS-URL: https://build.opensuse.org/request/show/595782
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fence-agents?expand=0&rev=37
* Add fence_gce: Google Compute Engine fence support (fate#325539) (bsc#1088358)
* Low: fence_scsi: Remove period from cmd string
* fence_compute/fence_evacuate: revert to old parameters
* fence_azure_arm: implement network-fencing (w/library from @MSSedusch)
* fence_mpath: Correction of command line which argument is not correctly recognized
* Mid: fence_docker: Exclude slashes from the list.
* fence_pve : choose vm type either lxc or qemu
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=80
- Remove deprecated agents
* Remove fence_ovh
* Remove fence_drac
* Remove fence_vmware_soap
- Drop dependency on python-suds
- Update package description
- Update to version 4.0.25+git.1501671877.7bae40a0:
* fence_ipmilan: add target support
* Explicitly use version 3 of the oVirt API
* fence_rhevm: fix "--api-path must not have an argument" issue
* Convert URLs passed to pycurl to ASCII
* fence_vbox: Add support for host on MacOS
* fence_vbox: Add support for Windows host
* fence_compute: fix to avoid breaking nova
* fence_ipmilan: fix target support
* fence_vmware_soap: fix for selfsigned certificate
* fence_ipmilan: Add support for hexadecimal format of Kg key
* fence_azure_arm: fix hardcoded path
* fence_azure_arm: remove release/build info
* fence_ipmilan: Fix inconsistency between help and manual page (defalt for --method)
* fence_scsi: add FIPS support
* fence_ipmilan: fix indentation
* fencing_snmp: fix timemout typo
- Drop outdated patch:
* 0010-Make-pywsman-dependency-optional.patch
OBS-URL: https://build.opensuse.org/request/show/519659
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fence-agents?expand=0&rev=31