Merge "Create a grafana group"

This commit is contained in:
Zuul 2017-12-11 22:16:21 +00:00 committed by Gerrit Code Review
commit fbb89a6148
2 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,7 @@ node 'review-dev.openstack.org' {
# Node-OS: trusty
# Node-OS: xenial
node /^grafana\d*\.openstack\.org$/ {
$group = "grafana"
class { 'openstack_project::server':
iptables_public_tcp_ports => [80],
sysadmins => hiera('sysadmins', []),

View File

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