Generate specs.o.o root page from template
Instead of publishing a static file, we will generate the specs.openstack.org root page from a jenkins job. Depends-On: I828d65f10fb7608b59e3561cedc9553d4d96ee75 Change-Id: Ib2d2bc212591aa54c51ca3669baf8168fd99876f
This commit is contained in:
parent
4fda217d25
commit
cebc875d54
@ -258,16 +258,6 @@ class openstack_project::static (
|
||||
require => User['jenkins'],
|
||||
}
|
||||
|
||||
file { '/srv/static/specs/index.html':
|
||||
ensure => present,
|
||||
owner => 'jenkins',
|
||||
group => 'jenkins',
|
||||
mode => '0444',
|
||||
source => $::project_config::specs_index_file,
|
||||
require => [File['/srv/static/specs'],
|
||||
$::project_config::config_dir],
|
||||
}
|
||||
|
||||
###########################################################
|
||||
# legacy summit.openstack.org site redirect
|
||||
|
||||
|
@ -40,6 +40,5 @@ class project_config(
|
||||
$jenkins_scripts_dir = "/etc/project-config/${base}jenkins/scripts"
|
||||
$nodepool_scripts_dir = "/etc/project-config/${base}nodepool/scripts"
|
||||
$nodepool_elements_dir = "/etc/project-config/${base}nodepool/elements"
|
||||
$specs_index_file = "/etc/project-config/${base}specs/index.html"
|
||||
$zuul_layout_dir = "/etc/project-config/${base}zuul"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user