Update review.o.o IP addresses in Zuul ssh config
The IP address for review.openstack.org has changed, update the .ssh/known_hosts file for the Zuul user on the production server to reflect this in case of DNS problem. Change-Id: Ic416299cbde6aadfce357c0ab15a9db69aada4ba
This commit is contained in:
parent
9903c8c7f3
commit
f8d1a5c225
@ -86,7 +86,7 @@ class openstack_project::zuul_prod(
|
||||
owner => 'zuul',
|
||||
group => 'zuul',
|
||||
mode => '0600',
|
||||
content => "review.openstack.org,23.253.232.87,2001:4800:7815:104:3bc3:d7f6:ff03:bf5d ${gerrit_ssh_host_key}",
|
||||
content => "review.openstack.org,104.130.159.134,2001:4800:7818:102:be76:4eff:fe05:9b12 ${gerrit_ssh_host_key}",
|
||||
replace => true,
|
||||
require => File['/home/zuul/.ssh'],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user