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
This commit is contained in:
Jeremy Stanley 2015-04-02 13:48:18 +00:00
parent bf3bcc827d
commit c5980eb807

View File

@ -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', []),
}