Merge "Create paste hiera group"

This commit is contained in:
Zuul 2017-12-13 00:39:59 +00:00 committed by Gerrit Code Review
commit dfef5c70dc
2 changed files with 3 additions and 0 deletions

View File

@ -310,6 +310,8 @@ node /^lists\d*\.katacontainers\.io$/ {
# Node-OS: trusty
# Node-OS: xenial
node /^paste\d*\.openstack\.org$/ {
$group = "paste"
class { 'openstack_project::server':
iptables_public_tcp_ports => [80],
sysadmins => hiera('sysadmins', []),

View File

@ -21,3 +21,4 @@ zuul-merger ~z[lm](static)?\d+\.openstack\.org
zuul-executor ~ze\d+\.openstack\.org
grafana ~grafana\d*\.openstack\.org
status ~status\d*\.openstack\.org
paste ~paste\d*\.openstack\.org