Merge "Use larger heap size for distribution SFT"
[releng/builder.git] / jenkins-scripts / basic_settings.sh
index c05f047ad365c3bcd78d77f94c62f9b5ed6e6a7c..bca93210b8e01a949bc1950b392dbbb34eb4b97b 100755 (executable)
@@ -7,25 +7,17 @@ jenkins         hard    nofile          16000
 EOF
 
 cat <<EOSSH >> /etc/ssh/ssh_config
+Host *
+  ServerAliveInterval 60
 
 # we don't want to do SSH host key checking on Rackspace spin-up systems
 # Dallas (ODL)
-Host 10.30.11.*
-  StrictHostKeyChecking no
-  UserKnownHostsFile /dev/null
-
-# Dallas (ODLForge)
-Host 10.30.12.*
-  StrictHostKeyChecking no
-  UserKnownHostsFile /dev/null
-
-# Chicago (ODL)
-Host 10.30.32.*
+Host 10.29.12.* 10.29.13.* 10.29.14.* 10.29.15.*
   StrictHostKeyChecking no
   UserKnownHostsFile /dev/null
 
 # Private Cloud (ODL)
-Host 10.29.8.* 10.29.9.*
+Host 10.29.8.* 10.29.9.* 10.29.10.* 10.29.11.*
   StrictHostKeyChecking no
   UserKnownHostsFile /dev/null
 EOSSH