Unify maven goal options some more
[releng/builder.git] / jenkins-scripts / basic_settings.sh
index cfc077d8785a5035a15b6c6868a1f8c613b5a810..25aa8a4ec6f8c687af21adf3cce4dd7c33f09355 100755 (executable)
@@ -1,12 +1,14 @@
 #!/bin/bash
 
 #Increase limits
-cat <<EOF > /etc/security/limits.d/jenkins
-jenkins               soft     nofile         16000
-jenkins               hard    nofile         16000
+cat <<EOF > /etc/security/limits.d/jenkins.conf
+jenkins         soft    nofile          16000
+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)
@@ -23,6 +25,11 @@ Host 10.30.12.*
 Host 10.30.32.*
   StrictHostKeyChecking no
   UserKnownHostsFile /dev/null
+
+# Private Cloud (ODL)
+Host 10.29.8.* 10.29.9.* 10.29.10.* 10.29.11.*
+  StrictHostKeyChecking no
+  UserKnownHostsFile /dev/null
 EOSSH
 
 cat <<EOKNOWN >  /etc/ssh/ssh_known_hosts