exclude redhat-release from yum update in openstack-base

Related to this change I think:
ba1b93480d

Related-Bug: #1922326
Change-Id: I44014883a332c67e9cb9bdd701c717e324e1fc29
(cherry picked from commit 568e40838d)
(cherry picked from commit e5575a7818)
(cherry picked from commit 0f38abccfa)
This commit is contained in:
Wes Hayutin 2021-04-02 10:36:31 -06:00
parent f87f62f0ce
commit 3158d18a1b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ tcib_actions:
- run: sed -ri '/^(passwd:|group:)/ s/systemd//g' /etc/nsswitch.conf - run: sed -ri '/^(passwd:|group:)/ s/systemd//g' /etc/nsswitch.conf
- run: dnf install -y {{ tcib_packages['common'] | join(' ') }} - run: dnf install -y {{ tcib_packages['common'] | join(' ') }}
- run: mkdir -p /openstack - run: mkdir -p /openstack
- run: dnf update -y && dnf clean all && rm -rf /var/cache/dnf - run: dnf update --excludepkgs redhat-release -y && dnf clean all && rm -rf /var/cache/dnf
tcib_cmd: kolla_start tcib_cmd: kolla_start
tcib_entrypoint: dumb-init --single-child -- tcib_entrypoint: dumb-init --single-child --
tcib_envs: tcib_envs: