Fix yum command for TLS job

Fix yum command options for TLS experimental job

Change-Id: I8370d8a051809fe11fa6a15a27c2a611b69b0fca
This commit is contained in:
Sagi Shnaidman 2017-12-04 02:51:26 +02:00
parent 4fb4224d38
commit 9c4c9d1b57
1 changed files with 3 additions and 3 deletions

View File

@ -28,9 +28,6 @@ echo "127.0.0.1 $(hostname) $(hostname).openstacklocal" | sudo tee -a /etc/hosts
# TODO: xfsprogs should be a dep of DIB?
sudo yum install -y xfsprogs
# Will be used by the undercloud and needed for the TLS everywhere job
sudo yum install -yq jq
# Remove the anything on the infra image template that might interfere with CI
# Note for tripleo-quickstart: this task is already managed in tripleo-ci-setup-playbook.yml
sudo yum remove -y facter puppet hiera puppetlabs-release rdo-release centos-release-[a-z]*
@ -50,6 +47,9 @@ dummy_ci_repo
# Install all of the repositories we need
$TRIPLEO_ROOT/tripleo-ci/scripts/tripleo.sh --repo-setup
# Will be used by the undercloud and needed for the TLS everywhere job
sudo yum install -y jq
# We can't use squid to cache https urls, so don't use them
for i in /etc/yum.repos.d/delorean*
do