Install updated CA certs for CentOS 7

During a process of building BMC image, CentOS 7 gets certificate
error.
It needs to be updated, before the process continues.

Change-Id: Id90883fbcc9410040fa7c7889b555ccc8da6db1c
This commit is contained in:
Dariusz Smigiel 2022-05-20 11:12:26 -07:00 committed by dasm
parent 9bb446514e
commit 6caa316959
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ centos_ver=$(rpm --eval %{centos_ver})
if [ "$centos_ver" == "7" ] ; then
curl -o /etc/yum.repos.d/delorean.repo https://trunk.rdoproject.org/centos7/current/delorean.repo
yum install -y python2-tripleo-repos
yum install -y python2-tripleo-repos ca-certificates
tripleo-repos current-tripleo
yum install -y python-crypto python2-novaclient python2-neutronclient python2-pyghmi os-net-config python2-os-client-config python2-openstackclient
elif [ "$centos_ver" == "9" ] ; then