- Update to version 4.13.1+git.1698672892.6f7e4327:
* fence_ovm: Replace all_opt "ssl_client_cert_file" with "ssl_client_certificate_file"
* fence_ovm: new fence agent for Oracle VM
* fence_cisco_mds: undo metadata change, as it is an I/O agent
* all agents: update metadata from I/O to e.g. Power, Network, etc for non-I/O agents
* fence_azure_arm: fix get virtual machines call
* README: update IRC info to link to ClusterLabs wiki IRC page
* configure: require 3.6 or higher
* build: add test-fencing rule and make it part of "make check"
* fence_zvmip: Update longdesc to document all required functions
* fence_scsi: fix registration handling in device 'off' workflows
* fa-dev-guide: improve fail()/error code description
* fa-dev-guide: add reboot_cycle() section
* fa-dev-guide: add General git section
OBS-URL: https://build.opensuse.org/request/show/1126567
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fence-agents?expand=0&rev=69
* fence_ovm: Replace all_opt "ssl_client_cert_file" with "ssl_client_certificate_file"
* fence_ovm: new fence agent for Oracle VM
* fence_cisco_mds: undo metadata change, as it is an I/O agent
* all agents: update metadata from I/O to e.g. Power, Network, etc for non-I/O agents
* fence_azure_arm: fix get virtual machines call
* README: update IRC info to link to ClusterLabs wiki IRC page
* configure: require 3.6 or higher
* build: add test-fencing rule and make it part of "make check"
* fence_zvmip: Update longdesc to document all required functions
* fence_scsi: fix registration handling in device 'off' workflows
* fa-dev-guide: improve fail()/error code description
* fa-dev-guide: add reboot_cycle() section
* fa-dev-guide: add General git section
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=162
- Update to version 4.12.1+git.1690196437.64f62dbb:
* fencing: use EC_OK
* fencing: add error message for EC_GENERIC_ERROR
* fence_ipmilan: fix typo in description (#553)
* doc: add fa-dev-guide to README
* doc: add fa-dev-guide
* spec: remove rhel7/centos7 specific Reqs/BuildReqs and BR for python-novaclient and python-keystoneclient which arent needed anymore
* fence_eaton_ssh: new fence agent for Eaton ePDU G3 over SSH (#549)
* azure_fence: use correct credential_scope and profile for stack hub
* fence_azure_arm: add stack cloud support
* fence_ibm_powervs: improved performance (#542)
* Revert "fence_scsi: fail monitor action when it's unable to change state of device"
* spec: Migrate to SPDX license
* fence_scsi: fail monitor action when it's unable to change state of device
* Revert "Adds earlyexit parameter to power_cycle_instance for fence_gce"
* fence_scsi: Add support for space-separated devices and update in meta-data
OBS-URL: https://build.opensuse.org/request/show/1100830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fence-agents?expand=0&rev=68
* fencing: use EC_OK
* fencing: add error message for EC_GENERIC_ERROR
* fence_ipmilan: fix typo in description (#553)
* doc: add fa-dev-guide to README
* doc: add fa-dev-guide
* spec: remove rhel7/centos7 specific Reqs/BuildReqs and BR for python-novaclient and python-keystoneclient which arent needed anymore
* fence_eaton_ssh: new fence agent for Eaton ePDU G3 over SSH (#549)
* azure_fence: use correct credential_scope and profile for stack hub
* fence_azure_arm: add stack cloud support
* fence_ibm_powervs: improved performance (#542)
* Revert "fence_scsi: fail monitor action when it's unable to change state of device"
* spec: Migrate to SPDX license
* fence_scsi: fail monitor action when it's unable to change state of device
* Revert "Adds earlyexit parameter to power_cycle_instance for fence_gce"
* fence_scsi: Add support for space-separated devices and update in meta-data
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=160
- Update to version 4.12.1+git.1677142927.bf55c675:
* Include IBM Cloud VPC fence agent (jsc#PED-3626)
* fence_scsi: fix registration handling if ISID conflicts ISID (Initiator Session ID) belonging to I_T Nexus changes for RHEL based on the session ID. This means that the connection to the device can be set up with different ISID on reconnects.
* fence_amt/fence_ipmilan/fence_ironic: use shlex instead of pipes when available, as pipes is deprecated and will be removed in Python 3.13
* fence_vmware_soap: set login_timeout lower than default pcmk_monitor_timeout (20s) to remove tmp dirs on fail
* fencing: add plug_separator to default DEPENDENCY_OPT
* fence_virt: fix man page spelling (#522)
* fence_scsi: skip key generation during validate-all action
* [virt] fix clang build
* [virt] fix cpg plugin build
* [virt] update man page to cover all serial listener configs
* [virt] update man page for serial listener in serial mode
* [virt] fix serial debug output
* [virt] add debug print for static map check
* [virt] Clarify usage of ip= for vsock listener
* [virt] fix tcp plugin to properly pass info to acl check
* [virt] drop last qmf bits (rhel6 era)
* [virt] allow groups to only specify vm_name without UUID
* [virtd] add support for named groups
* fence_virtd: add info about using multiple uuid/ip entries for groups
* fence_wti: increase login timeout to avoid random timeouts
* fence_virtd: set secure file permissions for fence_virtd.conf and key file if they are not mode 600
* fencing: add plug_separator parameter to be able to specify one that isnt part of the plug name(s)
* build: dont rm PKG_CHECK_VAR.m4 when running maintainer-clean
* fence_vmware_soap: set default login timeout less than Pacemakers default timeout to remove tmp dirs
* fence_virtd: add link and non-user socket example to man page
* fence_ibm_powervs: improve defaults based on testing
OBS-URL: https://build.opensuse.org/request/show/1072481
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fence-agents?expand=0&rev=64
* Include IBM Cloud VPC fence agent (jsc#PED-3626)
* fence_scsi: fix registration handling if ISID conflicts ISID (Initiator Session ID) belonging to I_T Nexus changes for RHEL based on the session ID. This means that the connection to the device can be set up with different ISID on reconnects.
* fence_amt/fence_ipmilan/fence_ironic: use shlex instead of pipes when available, as pipes is deprecated and will be removed in Python 3.13
* fence_vmware_soap: set login_timeout lower than default pcmk_monitor_timeout (20s) to remove tmp dirs on fail
* fencing: add plug_separator to default DEPENDENCY_OPT
* fence_virt: fix man page spelling (#522)
* fence_scsi: skip key generation during validate-all action
* [virt] fix clang build
* [virt] fix cpg plugin build
* [virt] update man page to cover all serial listener configs
* [virt] update man page for serial listener in serial mode
* [virt] fix serial debug output
* [virt] add debug print for static map check
* [virt] Clarify usage of ip= for vsock listener
* [virt] fix tcp plugin to properly pass info to acl check
* [virt] drop last qmf bits (rhel6 era)
* [virt] allow groups to only specify vm_name without UUID
* [virtd] add support for named groups
* fence_virtd: add info about using multiple uuid/ip entries for groups
* fence_wti: increase login timeout to avoid random timeouts
* fence_virtd: set secure file permissions for fence_virtd.conf and key file if they are not mode 600
* fencing: add plug_separator parameter to be able to specify one that isnt part of the plug name(s)
* build: dont rm PKG_CHECK_VAR.m4 when running maintainer-clean
* fence_vmware_soap: set default login timeout less than Pacemakers default timeout to remove tmp dirs
* fence_virtd: add link and non-user socket example to man page
* fence_ibm_powervs: improve defaults based on testing
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=151
* fence_lpar: only output additional error output on DEBUG level
* fence_virt: add note that reboot-action doesnt power on nodes that are powered off
* fencing: source_env(): dont process empty lines
* fence_ecloud: new fence agent
* fence_sbd: improve error handling
* configure: check for google-auth instead of deprecated oauth2client
* fence_ibm_vpc: add token cache support
* build: add FENCETMPDIR for state files
* build: make xml-check: ignore detected paths in *_file parameters not matching saved metadata
* fence_gce: add httplib2 to try/except: pass
* configure/spec: cleanup and fixes
* fence_gce: Add user agent to API requests (#491)
* fence_ibm_powervs: add support for proxy, private API servers and get token via API key (#490)
* fence_ibm_vpc: add proxy support
* fence_zvmip: show unable to connect error instead of full stacktrace, e.g. when not using --ssl for SSL devices
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=149
- Update to version 4.11.0+git.1652860746.11107cb7:
* Mid: fence_scsi,fence_mpath: Add suppress-errors option. (#484)
* fence_gce: Make zone optional for get_nodes_list (#487)
- Update to version 4.11.0+git.1652779508.228f4a1b:
* fence_apc/fence_ilo_moonshot: add missing "import logging"
* fence_gce: inform that SSLError might be caused by old versions of httplib2
* fence_ibm_vpc: remove unused instance parameter and make limit optional
* all agents: unify ssl parameters to avoid having to use --ssl when using --ssl-secure/--ssl-insecure for some agents
OBS-URL: https://build.opensuse.org/request/show/978037
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fence-agents?expand=0&rev=61
* fence_apc/fence_ilo_moonshot: add missing "import logging"
* fence_gce: inform that SSLError might be caused by old versions of httplib2
* fence_ibm_vpc: remove unused instance parameter and make limit optional
* all agents: unify ssl parameters to avoid having to use --ssl when using --ssl-secure/--ssl-insecure for some agents
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=144
- Update to version 4.11.0+git.1644831027.5283cdb5:
* fence_cdu: add 8i support (#471)
* fence_zvmip: add --disable-ssl
* fencing: add ability to set bool parameters to 0 or false
* Fix typo in fence_virtd.service
* fence_gce: Add timeouts and failure options (#458)
* fence_zvm: deprecate agent
* fence_openstack: fix issues with new clouds.yaml/openrc parameters - hardcoded clouds.yaml paths to work like the openstack cli client (used by the resource agents)
* fence_openstack: add support for reading config from clouds.yaml and openrc
* fencing: add source_env()
* fence_kubevirt: take default namespace from context
* build: fix parallel build of lib/
* fence_openstack: relax ssl cacert default
* - spec: dont use commas in license
* fence_lpar: Support comanaged LPARs
* fence_ibmz: add option --load-on-activate
* fence_openstack: add --ssl-insecure
* spec: fix python3-suds dependency having changed name on opensuse 16+
* fencing: encode instead of failing for chinese or other non-utf8 character sets
* fence_aliyun: Optimize log output (#449)
* fence_zvmip: use ssl by default
* fence_zvmip: add ssl/tls support
* configure: fix --with-agents to not match *virt in regex
* fence_vmware_soap: Use --login-timeout option (#447)
* fence_kubevirt: set default power-timeout to 40s
* fence_kubevirt: Fix kubevirt VM status
* fence_kdump: fix typo
* fence_raritan_px3: new fence agent (#425)
* fence_amt_ws: fix --boot-option (choices are uppercased while getting parsed)
* fence_gce: add plugzonemap parameter
OBS-URL: https://build.opensuse.org/request/show/956714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fence-agents?expand=0&rev=58
* fence_cdu: add 8i support (#471)
* fence_zvmip: add --disable-ssl
* fencing: add ability to set bool parameters to 0 or false
* Fix typo in fence_virtd.service
* fence_gce: Add timeouts and failure options (#458)
* fence_zvm: deprecate agent
* fence_openstack: fix issues with new clouds.yaml/openrc parameters - hardcoded clouds.yaml paths to work like the openstack cli client (used by the resource agents)
* fence_openstack: add support for reading config from clouds.yaml and openrc
* fencing: add source_env()
* fence_kubevirt: take default namespace from context
* build: fix parallel build of lib/
* fence_openstack: relax ssl cacert default
* - spec: dont use commas in license
* fence_lpar: Support comanaged LPARs
* fence_ibmz: add option --load-on-activate
* fence_openstack: add --ssl-insecure
* spec: fix python3-suds dependency having changed name on opensuse 16+
* fencing: encode instead of failing for chinese or other non-utf8 character sets
* fence_aliyun: Optimize log output (#449)
* fence_zvmip: use ssl by default
* fence_zvmip: add ssl/tls support
* configure: fix --with-agents to not match *virt in regex
* fence_vmware_soap: Use --login-timeout option (#447)
* fence_kubevirt: set default power-timeout to 40s
* fence_kubevirt: Fix kubevirt VM status
* fence_kdump: fix typo
* fence_raritan_px3: new fence agent (#425)
* fence_amt_ws: fix --boot-option (choices are uppercased while getting parsed)
* fence_gce: add plugzonemap parameter
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=139
- Update to version 4.10.0+git.1626946937.8ade08b4:
* fence_kdump: accept message from multiple addresses (useful for RRP clusters) (#374)
* fence_pve: Replace `nodename` with `pmx-node` in fence_pve.py (matching original intent) (#424)
* spec: add dependency to new split packages for Fedora 35+
* log exceptions to be more detailed when failing
* Mid: fence_sbd: A warning message is output when disable-timeout is enabled.
* spec: export PYTHON to avoid configure ignoring it
* build: expose delay-check to be able to skip the other tests when debugging
* fence-kubevirt: Add fence-kubevirt declaration for rpm creation
* fence_kubevirt: Fix accept header param to openshift client
OBS-URL: https://build.opensuse.org/request/show/909187
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=137
* fence_azure_arm: corrections to support Azure SDK >= 15 - including backward compatibility (#415)
* fence_gce: make serviceaccount work with new libraries
* fence_kubevirt: new fence agent
* fence_virt*: simple_auth: use %zu for sizeof to avoid failing verbose builds on some archs
* configure: dont fail when --with-agents contains virt
* fence_mpath: watchdog retries support
* fencing: add multi plug support for reboot-action
* fence_redfish: add missing diag logic
* fencing: fix issue with hardcoded help text length for metadata
(bsc#1185058) ERROR: Failed: 'ServicePrincipalCredentials' object has no attribute 'get_token' - SFSC 00281399 - ref:_00D1igLOd._5001icMD3K:ref
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=135
- Update to version 4.8.0+git.1617895246.97a7479e (shortend):
* fence_virt: fix required=1 parameters that used to not be required and add deprecated=1 for old deprecated params
* fence_gce: default method moved back to powercycle (#389)
* fence_aws: add filter parameter to be able to limit which nodes are listed
* virt: fix a bunch of coverity scan errors in ip_lookup
* virt: make sure to provide an empty default to strncpy
* virt: make sure buffers are big enough for 0 byte end string
* virt: increase buffer size to avoid overruns
* virt: check return code in virt-sockets
* virt: fix error code checking
* virt: fix plugin (minor) memory leak and plug in load race
* virt: attempt to open file directly and avoid race condition
* virt: fix different coverity scan errors in common/tcp
* virt: cleanup deadcode in client/vsock
* virt: cleanup deadcode in client/tcp
* virt: fix potential buffer overrun
* virt: fix mcast coverity scan errors
* virt: drop pm-fence plugin
* virt: drop libvirt-qmf plugin
* virt: drop null plugin
* build: enable fence_virtd cpg plugin by default
* virt: drop fence_virtd non-modular build
* virt: fix plugin installation regression on upgrades
* fence_virt: metadata fixes, implement manpage generation and metadata/delay/rng checks
* virt: make sure variable is initialized
* Revert "virt: drop -Werror to avoid unnecessary failures"
* zvm: reformat fence_zvm to avoid gcc warnings
* Ignore fence-virt man pages
* Move fence_virt to the correct location
* Ignore unknown options on stdin
OBS-URL: https://build.opensuse.org/request/show/885743
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=129