From c5980eb807f2f80f539606faff7861a010625266 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 2 Apr 2015 13:48:18 +0000 Subject: [PATCH] Rename summit server to design-summit-prep So as to avoid confusion around the summit.openstack.org domain name, use design-summit-prep.openstack.org for our actual management name of the server which will allow us to float the summit DNS name where and when needed. Also indicate that it now runs on trusty. Once this merges, a new design-summit-prep.openstack.org server will be launched and the old summit.openstack.org server retired for eventual deletion. Change-Id: I410620e2e6ea13b6a6fcb4dee13bd5b16c177a39 --- manifests/site.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/site.pp b/manifests/site.pp index e0d260b878..070e9a0974 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -404,8 +404,8 @@ node /^pypi\..*\.openstack\.org$/ { } # A machine to run ODSREG in preparation for summits. -# Node-OS: precise -node 'summit.openstack.org' { +# Node-OS: trusty +node 'design-summit-prep.openstack.org' { class { 'openstack_project::summit': sysadmins => hiera('sysadmins', []), }