From f8d1a5c225dbe9e904b7d9ea89222a48191485a7 Mon Sep 17 00:00:00 2001 From: "Elizabeth K. Joseph" Date: Mon, 23 Mar 2015 11:01:51 -0700 Subject: [PATCH] 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 --- modules/openstack_project/manifests/zuul_prod.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/manifests/zuul_prod.pp b/modules/openstack_project/manifests/zuul_prod.pp index 5aafcda0ca..aecfe391c2 100644 --- a/modules/openstack_project/manifests/zuul_prod.pp +++ b/modules/openstack_project/manifests/zuul_prod.pp @@ -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'], }