Add OpenStack favicon to status page
Initial addition of OpenStack favicon to status index, if we like it the html can be updated on related sites to include it elsewhere in what we host. Change-Id: I63df3f47f8c9e2f4a8fddf9abfe002f6d9721586 Reviewed-on: https://review.openstack.org/30568 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: Khai Do <zaro0508@gmail.com> Approved: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
5bbe7824e0
commit
62ac5ffa22
BIN
modules/openstack_project/files/status/favicon.ico
Normal file
BIN
modules/openstack_project/files/status/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
@ -188,6 +188,12 @@ class openstack_project::static (
|
|||||||
require => File['/srv/static/status'],
|
require => File['/srv/static/status'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
file { '/srv/static/status/favicon.ico':
|
||||||
|
ensure => present,
|
||||||
|
source => 'puppet:///modules/openstack_project/status/favicon.ico',
|
||||||
|
require => File['/srv/static/status'],
|
||||||
|
}
|
||||||
|
|
||||||
file { '/srv/static/status/common.js':
|
file { '/srv/static/status/common.js':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
source => 'puppet:///modules/openstack_project/status/common.js',
|
source => 'puppet:///modules/openstack_project/status/common.js',
|
||||||
|
Loading…
Reference in New Issue
Block a user