Update ze01.o.o known_host file with proper IP addresses

This was copypasta from zuul_merger.pp, it seems that data is no
longer correct. First fix ze01.o.o and follow up with a patch to
zuul_merger.pp after.

Change-Id: Ia1a81d7f95040cd5179a3d1e4dc2621e40eec586
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-06-09 12:57:58 -04:00
parent 95dad654da
commit 2a031d96ca
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

@ -1134,7 +1134,7 @@ node /^ze\d+\.openstack\.org$/ {
}
class { '::zuul::known_hosts':
known_hosts_content => "review.openstack.org,23.253.232.87,2001:4800:7815:104:3bc3:d7f6:ff03:bf5d ${gerrit_ssh_host_key}",
known_hosts_content => "review.openstack.org,104.130.246.91,2001:4800:7819:103:be76:4eff:fe05:8525 ${gerrit_ssh_host_key}",
}
}