From 6e8e27488da31b3b282fe1ce5e07939b3fa11b2f Mon Sep 17 00:00:00 2001 From: Gabriele Cerami Date: Wed, 8 Feb 2017 10:45:52 +0100 Subject: [PATCH] Installs openssh packages that try to workaround sshd start problem This packages are a preview of openssh that try to fix https://bugs.launchpad.net/tripleo/+bug/1657173 Since the bug is intermittent, this change should be merged for 4/5 days and then reverted, just to check that the error we're seeing is really gone with this patch Change-Id: Ide7ceb18fae0bd5eb7a98cfc0e2aee550db1ea72 --- toci_gate_test.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/toci_gate_test.sh b/toci_gate_test.sh index d47c933e6..7751af876 100755 --- a/toci_gate_test.sh +++ b/toci_gate_test.sh @@ -132,6 +132,11 @@ elif [[ "$TOCI_JOBTYPE" =~ "periodic" && "$TOCI_JOBTYPE" =~ "-nonha" ]]; then UNDERCLOUD_IDEMPOTENT=1 fi +# Test version of ssh package for bug https://bugzilla.redhat.com/show_bug.cgi?id=1415218 +http_proxy= wget -P /tmp -T 60 --tries=3 --progress=dot:mega http://66.187.229.139/test/openssh-6.6.1p1-33.el7.x86_64.rpm +http_proxy= wget -P /tmp -T 60 --tries=3 --progress=dot:mega http://66.187.229.139/test/openssh-server-6.6.1p1-33.el7.x86_64.rpm +sudo rpm -ivh --force /tmp/openssh-6.6.1p1-33.el7.x86_64.rpm /tmp/openssh-server-6.6.1p1-33.el7.x86_64.rpm + # start dstat early # TODO add it to the gate image building sudo yum install -y dstat nmap-ncat #nc is for metrics