and we have to remember no children are allowed

This commit is contained in:
Stephen Smoogen 2017-01-07 23:21:58 +00:00
parent 63c17250de
commit 0cbcbb826d
5 changed files with 9 additions and 7 deletions

View file

@ -262,7 +262,9 @@
- vpnclients.cfg
- web.cfg
- wiki.cfg
- zanata2fedmsg.cfg
##
## not implemented yet
# - zanata2fedmsg.cfg
tags:
- nagios_server

View file

@ -15,6 +15,6 @@ define hostgroup {
define hostgroup {
hostgroup_name anitya
alias anitya
members {% for host in groups['anitya:children'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
members {% for host in groups['anitya'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
}

View file

@ -25,13 +25,13 @@ define hostgroup {
define hostgroup {
hostgroup_name autocloud-backend
alias Autocloud Backend
members {% for host in groups['autocloud-backend:children'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
members {% for host in groups['autocloud-backend'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
}
define hostgroup {
hostgroup_name autocloud-backend-stg
alias STG Autocloud Backend servers
members {% for host in groups['autocloud-backend-stg:children'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
members {% for host in groups['autocloud-backend-stg'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
}
define hostgroup {

View file

@ -39,7 +39,7 @@ define hostgroup {
define hostgroup {
hostgroup_name buildarm
alias Builders for ARM
members {% for host in groups['buildarm:children'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
members {% for host in groups['buildarm'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
}
define hostgroup {

View file

@ -49,12 +49,12 @@ define hostgroup {
define hostgroup {
hostgroup_name copr
alias Copr servers
members {% for host in groups['copr:children'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
members {% for host in groups['copr'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
}
define hostgroup {
hostgroup_name copr-stg
alias STG Copr servers
members {% for host in groups['copr-stg:children'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
members {% for host in groups['copr-stg'] %}{{host}}{% if not loop.last %},{% endif %} {% endfor %}
}