From: Tim Rozet Date: Thu, 30 Jun 2016 15:28:14 +0000 (-0400) Subject: Fixes slow ssh to overcloud nodes X-Git-Tag: colorado.1.0~152^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=76a573494ca775291c24f2b6be1737c06d6c6093;p=apex.git Fixes slow ssh to overcloud nodes JIRA: APEX-191 Change-Id: Ic2e5c464e7f76dbeddc0d10886246a51ab5c6e30 Signed-off-by: Tim Rozet --- diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh index 777fa1c5..171731ff 100755 --- a/build/overcloud-full.sh +++ b/build/overcloud-full.sh @@ -55,6 +55,8 @@ done # upload dpdk rpms but do not install LIBGUESTFS_BACKEND=direct virt-customize \ --upload ../opnfv-puppet-tripleo.tar.gz:/etc/puppet/modules \ + --run-command "sed -i 's/^#UseDNS.*$/UseDNS no/' /etc/ssh/sshd_config" \ + --run-command "sed -i 's/^GSSAPIAuthentication.*$/GSSAPIAuthentication no/' /etc/ssh/sshd_config" \ --run-command "cd /etc/puppet/modules && rm -rf tripleo && tar xzf opnfv-puppet-tripleo.tar.gz" \ --run-command "echo 'nf_conntrack_proto_sctp' > /etc/modules-load.d/nf_conntrack_proto_sctp.conf" \ --run-command "mkdir /root/dpdk_rpms" \