7eb8ab9621
* 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
22 lines
743 B
Plaintext
22 lines
743 B
Plaintext
<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>
|
|
<param name="versionformat">@PARENT_TAG@+git.%ct.%h</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<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>
|