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
This commit is contained in:
Gabriele Cerami 2017-02-08 10:45:52 +01:00 committed by Sagi Shnaidman
parent cd23c1d034
commit 6e8e27488d
1 changed files with 5 additions and 0 deletions

View File

@ -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