Adapt known_hosts rule for agl subnet.
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 16 Sep 2016 21:08:00 +0000 (23:08 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 16 Sep 2016 21:09:26 +0000 (23:09 +0200)
Change-Id: Idd61d9e1c463e5d65631acfbe1f3048c38196043
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jenkins-scripts/basic_settings.sh

index 66dcc97..d714185 100755 (executable)
@@ -35,7 +35,7 @@ Host *
   ServerAliveInterval 60
 
 # we don't want to do SSH host key checking on spin-up systems
-Host 10.30.96.* 10.30.97.*
+Host 10.30.72.*
   StrictHostKeyChecking no
   UserKnownHostsFile /dev/null
 EOSSH