Commit Graph

3 Commits

Author SHA1 Message Date
Ian Wienand dcc23be55b Remove static site puppet
Remove the puppet related to the static server

Story: #2006598
Task: #36758

Change-Id: I744da83d811e715ff8049eacf3013cd4831e1c49
2020-03-26 10:36:16 +11:00
Colleen Murphy b54344129d Fix template variables
We almost never define $serveraliases which means that it's always going
to be empty. Puppet 4 is more strict about types and converting undef to
nil so this change makes sure that an undefined variable doesn't
accidentally get evaluated as existing and cause an invalid apache
config.

In the places where we're already just comparing @serveraliases to nil,
just leave them alone. Nil should be the expected value for undefined
variables going forward in puppet 4, so as long as it's working in
puppet 3 let's keep it.

Change-Id: I68ea8e1fde5d422f821453ff618d827e3cbe1c43
2018-07-18 09:32:36 +02:00
Jeremy Stanley aa35b32546 Host a summit.openstack.org redirect on static
This provides a hollow "summit.openstack.org" vhost as a permanent
redirect to the openstack.org/summit site. As the summit schedule site
is no longer maintained, this ensures browser traffic goes somewhere
with helpful details about the summit rather than just timing out.

Change-Id: I5007214e69f8656981b6d173a0c6aa38be464fba
2014-11-01 22:58:57 +00:00