fence-agents/_service

22 lines
741 B
Plaintext
Raw Normal View History

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/ClusterLabs/fence-agents</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 16:43:44 +02:00
<param name="versionformat">@PARENT_TAG@+git.%ct.%h</param>
<param name="versionrewrite-pattern">v(.*)</param>
- 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/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=139
2022-02-22 14:19:55 +01:00
<param name="revision">main</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>