Merge "add trusty support for paste.openstack.org"

This commit is contained in:
Jenkins 2016-05-26 16:56:42 +00:00 committed by Gerrit Code Review
commit bebe8fef73

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-OS: trusty
node 'planet.openstack.org' {