Add gerrit ip addrs to zuul's known_hosts

Otherwise we get warnings from ssh.

Change-Id: I0a7cb1c4933c3ac3aaba8cc3018ad0c470d19e05
This commit is contained in:
James E. Blair 2014-02-18 10:10:30 -08:00
parent ffa5cae8d4
commit 9c73295557
3 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ class openstack_project::zuul_dev(
owner => 'zuul',
group => 'zuul',
mode => '0600',
content => "review.openstack.org ${gerrit_ssh_host_key}",
content => "review.openstack.org,198.101.231.251,2001:4800:780d:509:3bc3:d7f6:ff04:39f0 ${gerrit_ssh_host_key}",
replace => true,
require => File['/home/zuul/.ssh'],
}

View File

@ -42,7 +42,7 @@ class openstack_project::zuul_merger(
owner => 'zuul',
group => 'zuul',
mode => '0600',
content => "review.openstack.org ${gerrit_ssh_host_key}",
content => "review.openstack.org,198.101.231.251,2001:4800:780d:509:3bc3:d7f6:ff04:39f0 ${gerrit_ssh_host_key}",
replace => true,
require => File['/home/zuul/.ssh'],
}

View File

@ -53,7 +53,7 @@ class openstack_project::zuul_prod(
owner => 'zuul',
group => 'zuul',
mode => '0600',
content => "review.openstack.org ${gerrit_ssh_host_key}",
content => "review.openstack.org,198.101.231.251,2001:4800:780d:509:3bc3:d7f6:ff04:39f0 ${gerrit_ssh_host_key}",
replace => true,
require => File['/home/zuul/.ssh'],
}