The private cloud uses 10.29.8.0/22 78/39278/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 23 May 2016 16:44:06 +0000 (09:44 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 23 May 2016 16:44:06 +0000 (09:44 -0700)
Make sure that the private cloud accepts host keys from any host in
10.29.8.0/22

Change-Id: I2d556b017c396d00ec09db6439e77288444de95a
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
jenkins-scripts/basic_settings.sh

index c05f047ad365c3bcd78d77f94c62f9b5ed6e6a7c..07b7e5141945794e71c1ad06877c24917f262d8f 100755 (executable)
@@ -25,7 +25,7 @@ Host 10.30.32.*
   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