Create paste hiera group

Change-Id: I0a9fd98c7a95bdf7046c5a56bbbd0fab3f27412e
This commit is contained in:
James E. Blair 2017-12-12 14:32:49 -08:00
parent a9df408348
commit fe92742558
2 changed files with 3 additions and 0 deletions

View File

@ -308,6 +308,8 @@ node 'lists.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