From 9c4c9d1b57d239d314c2b12e9d3da9aa943de1de Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Mon, 4 Dec 2017 02:51:26 +0200 Subject: [PATCH] Fix yum command for TLS job Fix yum command options for TLS experimental job Change-Id: I8370d8a051809fe11fa6a15a27c2a611b69b0fca --- toci_instack_ovb.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/toci_instack_ovb.sh b/toci_instack_ovb.sh index a1474b48e..e70307c9a 100755 --- a/toci_instack_ovb.sh +++ b/toci_instack_ovb.sh @@ -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