* fence_nutanix_ahv: Add fence agent support for Nutanix AHV Cluster (#600)
* fencing: fix "?" typo in required field for the login parameter
* fence_ibm_powervs: add private endpoint and token file support (#597)
* fence_mpath: fix 0x-format patch causing unfencing issue, and use re.MULTILINE to avoid duplicating device dev/key lines in /run/cluster/mpath.devices
* fence_bladecenter/fence_raritan_px3: use r"" on regex string to avoid SyntaxWarning
* fence_scsi: preempt clears all devices on the mpath device, so only run it for the first device
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=204
Add missed fence-agents-devel package also.
- Split fence-agents package (jsc#PED-8798)
- fence-agents-common provides the common libraries for all fence agents
and is reuired by all fence agents.
- fence-agents-all installs all fence agents to provide a safe update
for the older fence-agents version which contained all agents.
After update the not used agents can be uninstalled.
OBS-URL: https://build.opensuse.org/request/show/1190424
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fence-agents?expand=0&rev=75
- Update to version 4.15.0+git.1719822011.7a2c0a7f:
* all agents: dont use Deprecated logging.warn()
* symlinked agents: set agent_name to use when generating manpages
* fence2man.xsl: improve text for symlinked agents
* fence_sbd: --sbd-path defaults to /usr/sbin/sbd
* configure: check additional paths for programs
* fence_aws: log error if unknown state returned
* fence_aws: improve list, list-status and status actions
* fencing: use formatted strings to avoid failing when plug is int
* fence_azure: fix pinning client api versions for compatibility across different azure sdk versions
* fence_docker: Connect to Docker via a UNIX socket
* fence_hpblade/fence_mpath/fence_scsi: use r"" for all regular expressions to avoid SyntaxWarning errors
* fence_aws: fixes to not fail CI, and dont use boto3 buildreq on CI nodes where it's not installed
* fence_eps: add fence_epsr2 for ePowerSwitch R2 and newer
* fencing: add support for docs["agent_name"] to use the main agent name when generating manpages
* spec: only require python3-azure-sdk for RHEL < 9
* spec: remove old python3-azure-sdk dependency
* fence_aliyun: update order for new parameters
* fence_aliyun: add credentials file support
* lib/all agents: use r"" for all regular expressions to avoid SyntaxWarning errors
OBS-URL: https://build.opensuse.org/request/show/1185211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fence-agents?expand=0&rev=74
* all agents: dont use Deprecated logging.warn()
* symlinked agents: set agent_name to use when generating manpages
* fence2man.xsl: improve text for symlinked agents
* fence_sbd: --sbd-path defaults to /usr/sbin/sbd
* configure: check additional paths for programs
* fence_aws: log error if unknown state returned
* fence_aws: improve list, list-status and status actions
* fencing: use formatted strings to avoid failing when plug is int
* fence_azure: fix pinning client api versions for compatibility across different azure sdk versions
* fence_docker: Connect to Docker via a UNIX socket
* fence_hpblade/fence_mpath/fence_scsi: use r"" for all regular expressions to avoid SyntaxWarning errors
* fence_aws: fixes to not fail CI, and dont use boto3 buildreq on CI nodes where it's not installed
* fence_eps: add fence_epsr2 for ePowerSwitch R2 and newer
* fencing: add support for docs["agent_name"] to use the main agent name when generating manpages
* spec: only require python3-azure-sdk for RHEL < 9
* spec: remove old python3-azure-sdk dependency
* fence_aliyun: update order for new parameters
* fence_aliyun: add credentials file support
* lib/all agents: use r"" for all regular expressions to avoid SyntaxWarning errors
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=175
- 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