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
changes/27/842727/2
Dariusz Smigiel 1 year ago committed by dasm
parent 9bb446514e
commit 6caa316959

@ -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

Loading…
Cancel
Save