Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Downgrade pacemaker and resource-agents
Browse files Browse the repository at this point in the history
The patch downgrades:
pacemaker pacemaker-remote resource-agents
in container builds to avoid
errors at deployment step 5 with latest versions.

Related-Bug: #1978997
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
Change-Id: Ie5288864cd6f346a5bb5b481b4aa5dbd1abb9f47
  • Loading branch information
chkumar246 authored and rlandy committed Jun 17, 2022
1 parent 1ad453c commit bf87555
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions container-images/tcib/base/redis/redis.yaml
@@ -1,6 +1,9 @@
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 pacemaker-remote resource-agents; fi
- run: mkdir /etc/libqb
- run: ln -s /usr/share/openstack-tripleo-common/healthcheck/redis /openstack/healthcheck && chmod a+rx /openstack/healthcheck
tcib_packages:
Expand Down

0 comments on commit bf87555

Please sign in to comment.