- powervs-move-ip: new resource agent
Resolves: RHEL-109013
This commit is contained in:
parent
c8ead1c160
commit
efd5ab5ac5
1127
RHEL-109013-powervs-move-ip-new-ra.patch
Normal file
1127
RHEL-109013-powervs-move-ip-new-ra.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -45,7 +45,7 @@
|
|||||||
Name: resource-agents
|
Name: resource-agents
|
||||||
Summary: Open Source HA Reusable Cluster Resource Scripts
|
Summary: Open Source HA Reusable Cluster Resource Scripts
|
||||||
Version: 4.16.0
|
Version: 4.16.0
|
||||||
Release: 23%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
Release: 24%{?rcver:%{rcver}}%{?numcomm:.%{numcomm}}%{?alphatag:.%{alphatag}}%{?dirty:.%{dirty}}%{?dist}
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
URL: https://github.com/ClusterLabs/resource-agents
|
URL: https://github.com/ClusterLabs/resource-agents
|
||||||
Source0: %{upstream_prefix}-%{upstream_version}.tar.gz
|
Source0: %{upstream_prefix}-%{upstream_version}.tar.gz
|
||||||
@ -81,6 +81,7 @@ Patch28: RHEL-88431-1-podman-etcd-new-ra.patch
|
|||||||
Patch29: RHEL-88431-2-podman-etcd-remove-unused-actions-from-metadata.patch
|
Patch29: RHEL-88431-2-podman-etcd-remove-unused-actions-from-metadata.patch
|
||||||
Patch30: RHEL-88431-3-podman-etcd-fix-listen-peer-urls-binding.patch
|
Patch30: RHEL-88431-3-podman-etcd-fix-listen-peer-urls-binding.patch
|
||||||
Patch31: RHEL-113104-podman-etcd-add-oom-parameter.patch
|
Patch31: RHEL-113104-podman-etcd-add-oom-parameter.patch
|
||||||
|
Patch32: RHEL-109013-powervs-move-ip-new-ra.patch
|
||||||
|
|
||||||
# bundled ha-cloud-support libs
|
# bundled ha-cloud-support libs
|
||||||
Patch500: ha-cloud-support-aliyun.patch
|
Patch500: ha-cloud-support-aliyun.patch
|
||||||
@ -271,6 +272,7 @@ exit 1
|
|||||||
%patch -p1 -P 29
|
%patch -p1 -P 29
|
||||||
%patch -p1 -P 30
|
%patch -p1 -P 30
|
||||||
%patch -p1 -P 31
|
%patch -p1 -P 31
|
||||||
|
%patch -p1 -P 32
|
||||||
|
|
||||||
# bundled ha-cloud-support libs
|
# bundled ha-cloud-support libs
|
||||||
%patch -p1 -P 500
|
%patch -p1 -P 500
|
||||||
@ -398,8 +400,8 @@ rm -rf %{buildroot}/usr/share/doc/resource-agents
|
|||||||
%exclude %{_mandir}/man7/*aliyun-vpc-move-ip*
|
%exclude %{_mandir}/man7/*aliyun-vpc-move-ip*
|
||||||
%exclude /usr/lib/ocf/resource.d/heartbeat/gcp*
|
%exclude /usr/lib/ocf/resource.d/heartbeat/gcp*
|
||||||
%exclude %{_mandir}/man7/*gcp*
|
%exclude %{_mandir}/man7/*gcp*
|
||||||
%exclude /usr/lib/ocf/resource.d/heartbeat/powervs-subnet
|
%exclude /usr/lib/ocf/resource.d/heartbeat/powervs-*
|
||||||
%exclude %{_mandir}/man7/*powervs-subnet*
|
%exclude %{_mandir}/man7/*powervs-*
|
||||||
%exclude /usr/lib/ocf/resource.d/heartbeat/pgsqlms
|
%exclude /usr/lib/ocf/resource.d/heartbeat/pgsqlms
|
||||||
%exclude %{_mandir}/man7/*pgsqlms*
|
%exclude %{_mandir}/man7/*pgsqlms*
|
||||||
%exclude %{_usr}/lib/ocf/lib/heartbeat/OCF_*.pm
|
%exclude %{_usr}/lib/ocf/lib/heartbeat/OCF_*.pm
|
||||||
@ -601,6 +603,11 @@ rm -rf %{buildroot}/usr/share/doc/resource-agents
|
|||||||
%{_usr}/lib/ocf/lib/heartbeat/OCF_*.pm
|
%{_usr}/lib/ocf/lib/heartbeat/OCF_*.pm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 15 2025 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.16.0-24
|
||||||
|
- powervs-move-ip: new resource agent
|
||||||
|
|
||||||
|
Resolves: RHEL-109013
|
||||||
|
|
||||||
* Tue Sep 9 2025 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.16.0-23
|
* Tue Sep 9 2025 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.16.0-23
|
||||||
- podman-etcd: new resource agent
|
- podman-etcd: new resource agent
|
||||||
- podman-etcd: add oom parameter to be able to tune the Out-Of-Memory (OOM)
|
- podman-etcd: add oom parameter to be able to tune the Out-Of-Memory (OOM)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user