add trusty support for paste.openstack.org
This commit adds support for ubuntu trusty for a new pastebin host named paste01.openstack.org. Change-Id: Ib7073b2e50cb8c545491d98c17251ca79a1575cc
This commit is contained in:
parent
03a687ee2d
commit
7adc0035fd
@ -340,6 +340,19 @@ node 'paste.openstack.org' {
|
||||
}
|
||||
}
|
||||
|
||||
# Node-OS: trusty
|
||||
node /^paste\d+\.openstack\.org$/ {
|
||||
class { 'openstack_project::server':
|
||||
iptables_public_tcp_ports => [80],
|
||||
sysadmins => hiera('sysadmins', []),
|
||||
}
|
||||
class { 'openstack_project::paste':
|
||||
db_password => hiera('paste_db_password'),
|
||||
db_host => hiera('paste_db_host'),
|
||||
vhost_name => 'paste.openstack.org',
|
||||
}
|
||||
}
|
||||
|
||||
# Node-OS: precise
|
||||
node 'planet.openstack.org' {
|
||||
class { 'openstack_project::planet':
|
||||
|
Loading…
x
Reference in New Issue
Block a user