* 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
- This update has one part (fence-agents part) of a fix for bsc#1178294
It still needs cobbler adjustings
- Update to version 4.7.0+git.1612425309.e4f51e44:
* Add fence_ipmilanplus as fence_ipmilan wrapper always enabling lanplus (bsc#1178294)
* fence_vbox: updated metadata file
* fence_vbox: do not flood host account with vboxmanage calls
* fence_aws/fence_gce: allow building without cloud libs
* fence_gce: default to onoff
* fence_lpar: Make --managed a required option
* fence_zvmip: fix shell-timeout when using new disable-timeout parameter
* Adds service account authentication to GCE fence agent
* spec: dont build -all subpackage as noarch
- Patch that went mainline and got deleted:
D 0001-Adds-service-account-authentication-to-GCE-fence-age.patch
OBS-URL: https://build.opensuse.org/request/show/869197
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=122
- Adds service account authentication to GCE fence agent
- Update to version 4.7.0+git.1607346448.17bd8552:
* fence_mpath, fence_scsi: Improve logging for failed res/key get
* fence_mpath, fence_scsi: Capture stderr in run_cmd()
* build: depend on config changes to rebuild when running make after running ./configure
* fence_redfish: Fix typo in help.
* fence_aws: add support for IMDSv2
* spec: add pkg-config file, and set version for obsoletes to avoid failing to build on Fedora 33
* Add pkg-config file
* fence_scsi: dont write key to device if it's already registered, and open file correctly to avoid using regex against end-of-file
* fencing: fix run_command() to allow timeout=0 to mean forever
* fencing: fix to make timeout(s)=0 be treated as forever for agents using pexpect
- Update to version 4.6.0+git.1603723121.a17eb9d4:
* Add a fence_crosslink agent
* fencing: fix power-timeout when using new disable-timeout parameter
* metadata: update for disable_timeout parameter
* fencing: add disable-timeout parameter, and make it default when run from Pacemaker (at least 2.0+)
* spec: make telnet a weak dependency
* Adds baremetal support to GCE fence agent and API call retries (#355)
* spec: add -aws and -gce dependency to -all subpackage
* spec: fix ibmz subpackage referring to fence_z instead of fence_ibmz
* fence_lpar: Reduce code duplication in get_lpar_list
OBS-URL: https://build.opensuse.org/request/show/868865
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=120
- Update to version 4.5.2+git.1592573838.1eee0863:
* fence_azure_arm: fixes to make MSI support work
* fence_azure_arm: log metadata when debugging
* fence_vmware_soap: log exception message for SSLError exception
* build: add PHONY target to use directory dependencies for parallel builds
* fence_aws: improve boto3_debug boolean handling
* fence_aws: catch ConnectionError and suppress traceback for caught exceptions
* fence_vmware_rest: support UTF-8 VM names
* fence_openstack: import novaclient and keystone only when needed
* build: add directory dependencies to avoid edge-case where generating manpages could happen before fencing.py was generated
* fence_vmware_rest: dont fail when receiving more than 1000 VM error during monitor-action
* fence_scsi: add readonly parameter
* fence_vmware_rest: fix exception and remove default value for filter parameter (which was shown in the manpage)
* fence_compute/fence_evacuate: fix --insecure parameter
* fence_vmware_rest: add filter parameter
* fence_vmware_cloud: improve exception handling in send_command()
* fence_vmware_rest: improve exception handling in send_command()
* Disable google api cache discovery
* fence_aws: fix Python 3 encoding issue
* fence_aws: Fix fence race, logging improvement and new debug option (#323)
* fence_aws: improve connect parameter logic, so region can be specified as parameter, while using role or keys from ~/.aws/config
* configure: fix agent filtering
* fence_mpath: fix --reserve parameter typo
* fence_vmware_rest: fix encoding to avoid issues with UTF-8 encoded comments
* fence_aws: improve logging and metadata/usage text
* fence_redfish/fence_vmware_soap: suppress warnings correctly with new python-requests
* fence_scsi use clusterwide nodeID instead of local nodelist ID of node (#289)
* fencing: only use inetX_only parameters for SSH based agents and fence_zvmip, and fixed syntax issue for Gawk v5+
* spec: fix openstack BuildRequires for distros without Python 3
* fence_virsh: fix status-based actions
OBS-URL: https://build.opensuse.org/request/show/815975
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=118
* 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_azure_arm: add fencing agent for Azure Resource Manager
* fence_lpar: Add support for IVM
* fence_lpar: Handle exceptions when invalid output is read
* fence_zvmip: Update XML metadata
* fence_compute: fix ConnectionError by using full module name
* fence_powerman: add fence agent for powerman
* Suppress InsecureRequestWarning when ssl_insecure is given
* compute: Correctly handle installations without tagged flavours
* compute: Use the best available nova API version
* compute: correctly implement 'on' when the force-down API call is available
* compute: Correctly identify when the nodename already includes the supplied domain
* compute: Ensure we can connect to nova when fixing the plug name
* compute: Simpler check for nova force down compatibility
- Rebase and remove merged patches:
* Remove 0001-fence_compute-Create-nova-client-with-API-2.11.patch
* Remove 0002-fence_compute-Keep-compatibility-with-python-novacli.patch
* Remove 0003-fence_compute-Only-list-nova-compute-services-when-g.patch
* Remove 0004-fence_compute-Don-t-list-hypervisors-but-nova-comput.patch
* Remove 0005-fence_compute-Do-not-override-domain-if-it-is-alread.patch
* Remove 0006-fence_compute-Fix-use-of-undefined-variable.patch
* Remove 0007-fence_compute-Fix-fix_domain-to-not-return-too-early.patch
* Remove 0008-fence_compute-Fix-fix_plug_name-when-looking-if-plug.patch
* Add 0001-fence_compute-Only-list-nova-compute-services-when-g.patch
* Add 0002-fence_compute-Don-t-list-hypervisors-but-nova-comput.patch
* Add 0003-fence_compute-Do-not-override-domain-if-it-is-alread.patch
* Add 0004-fence_compute-Fix-handling-of-domain-None.patch
* Add 0005-fence_compute-Fix-fix_domain-to-not-return-too-early.patch
* Add 0006-fence_compute-Fix-fix_plug_name-when-looking-if-plug.patch
* Add 0007-fence_compute-Remove-duplicate-check-for-binary-name.patch
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=56
+ fence_cisco_ucs: Obtain status of device from different endpoint
+ fence_cisco_ucs: Add --missing-as-off
- Patches for fence_compute (fate#320346)
- fence_compute: Add --insecure command line argument
- fence_compute: Add --region-name command line argument
- fence_compute: Create nova client with API 2.11
- fence_compute: Fix disabling force_down on node when action is on
- fence_compute: Evacuate instances on all tenants
- fence_compute: On list, don't list hypervisors but nova-compute services
- fence_compute: Only list nova-compute services when getting status
- fence_compute: Deprecate the domain option
- Add 0001-fence_compute-Add-insecure-command-line-argument.patch
- Add 0002-fence_compute-Add-region-name-command-line-argument.patch
- Add 0003-fence_compute-Create-nova-client-with-API-2.11.patch
- Add 0004-fence_compute-Fix-disabling-force_down-on-node-when-.patch
- Add 0005-fence_compute-Evacuate-instances-on-all-tenants.patch
- Add 0006-fence_compute-On-list-don-t-list-hypervisors-but-nov.patch
- Add 0007-fence_compute-Only-list-nova-compute-services-when-g.patch
- Add 0008-fence_compute-Deprecate-the-domain-option.patch
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=49