Stop downgrading pacemaker

This reverts the following two changes in a single commit.

commit bf87555420
Downgrade pacemaker and resource-agents

commit 0b6ae01e79
Downgrade pacemaker, resource-agents - exact ver

The bug[1] in pacemaker was already fixed and the new pacemaker package
( 2.1.4-2 ) with the fix was already released in CentOS Stream 9 repo.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=2099331

Related-Bug: #1978997
Change-Id: I480ff3878c2ed3ae8222fe3b8a47af790673bcc8
This commit is contained in:
Takashi Kajinami 2022-07-22 02:11:46 +09:00
parent 0b83227bdb
commit d407c857a6

View File

@ -1,9 +1,6 @@
tcib_actions:
- run: bash /usr/local/bin/uid_gid_manage {{ tcib_user }}
- run: dnf -y install {{ tcib_packages.common | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
- run: >-
if [ '{{ tcib_distro }}' == 'centos' ] && [ '{{ tcib_release }}' == '9' ]; then
dnf -y downgrade pacemaker-2.1.2-4.el9 pacemaker-remote-1.2-4.el9 resource-agents-4.10.0-17.el9; fi
- run: mkdir /etc/libqb
- run: ln -s /usr/share/openstack-tripleo-common/healthcheck/redis /openstack/healthcheck && chmod a+rx /openstack/healthcheck
tcib_packages: