fence-agents/_service

22 lines
745 B
Plaintext
Raw Normal View History

<services>
<service name="tar_scm" mode="disabled">
<param name="url">git://github.com/ClusterLabs/fence-agents.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="filename">fence-agents</param>
Accepting request 815975 from network:ha-clustering:Unstable - 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
2020-06-19 14:43:44 +00:00
<param name="versionformat">@PARENT_TAG@+git.%ct.%h</param>
<param name="versionrewrite-pattern">v(.*)</param>
Accepting request 868865 from network:ha-clustering:Unstable - 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
2021-02-03 09:10:32 +00:00
<param name="revision">v4.7.0</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">fence-agents*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">fence-agents</param>
</service>
</services>