Remove unnecessary yum calls

While running this in centos8, we remove also
critical packages. Let's remove this legacy yum calls.
Change-Id: I1e4d525e840401be2ee876d63b75b6adb50ba35f
This commit is contained in:
Sagi Shnaidman 2020-03-03 13:29:00 +02:00
parent e1bfeb1fd3
commit 1bd05da18b
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@
fi;
sudo mkdir -p /root/.ssh;
cat ~/.ssh/id_rsa.pub | sudo tee -a /root/.ssh/authorized_keys | tee -a ~/.ssh/authorized_keys;
sudo yum remove -y puppet hiera puppetlabs-release rdo-release centos-release-[a-z]*;
sudo rm -rf /etc/puppet /etc/hiera.yaml;
sudo cp {{ tripleo_root }}/tripleo-ci/test-environments/overcloud-cacert.pem /etc/pki/ca-trust/source/anchors/;
sudo update-ca-trust extract;