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:
Ben Kero 2016-05-02 10:45:14 -07:00
parent 03a687ee2d
commit 7adc0035fd

View File

@ -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':