Merge "add trusty support for paste.openstack.org"
This commit is contained in:
commit
bebe8fef73
@ -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-OS: trusty
|
||||
node 'planet.openstack.org' {
|
||||
|
Loading…
x
Reference in New Issue
Block a user