From 6caa316959da8ca28a44c3b90c5bb86adc1aab35 Mon Sep 17 00:00:00 2001 From: Dariusz Smigiel Date: Fri, 20 May 2022 11:12:26 -0700 Subject: [PATCH] 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 --- bin/install_openstackbmc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install_openstackbmc.sh b/bin/install_openstackbmc.sh index ca6ba15..261e499 100644 --- a/bin/install_openstackbmc.sh +++ b/bin/install_openstackbmc.sh @@ -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