as we empty groups of hosts in phx2, we need to add them to the exclude_phx2_internal
This commit is contained in:
parent
56caf84ce5
commit
9836838b94
3 changed files with 16 additions and 3 deletions
|
@ -132,7 +132,7 @@ iad2_external:
|
||||||
# to add that group to this list. Other items on this list are ones
|
# to add that group to this list. Other items on this list are ones
|
||||||
# where it is an enormous group not needed.
|
# where it is an enormous group not needed.
|
||||||
# Exclude these ansible host groups in hostgroups/all.cfg
|
# Exclude these ansible host groups in hostgroups/all.cfg
|
||||||
exclude_hostgroups:
|
exclude_phx2_hostgroups:
|
||||||
- nixnagios
|
- nixnagios
|
||||||
- dbgserver_stg
|
- dbgserver_stg
|
||||||
- virt_guest
|
- virt_guest
|
||||||
|
@ -144,3 +144,16 @@ exclude_hostgroups:
|
||||||
- datacenter_iad2
|
- datacenter_iad2
|
||||||
- buildvm_ppc64le_iad2
|
- buildvm_ppc64le_iad2
|
||||||
- sign_vault
|
- sign_vault
|
||||||
|
- bugzilla2fedmsg
|
||||||
|
- github2fedmsg
|
||||||
|
- moksha_hubs
|
||||||
|
- rabbitmq
|
||||||
|
|
||||||
|
exclude_iad2_hostgroups:
|
||||||
|
- nixnagios
|
||||||
|
- dbgserver_stg
|
||||||
|
- virt_guest
|
||||||
|
- virt_host
|
||||||
|
- iad2
|
||||||
|
- openqa_iad
|
||||||
|
- sign_vault
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
###############
|
###############
|
||||||
## {{ env }}
|
## {{ env }}
|
||||||
{% for key, value in groups.items()|sort %}
|
{% for key, value in groups.items()|sort %}
|
||||||
{% if groups[key] != [] and key not in vars['exclude_hostgroups'] %}
|
{% if groups[key] != [] and key not in vars['exclude_iad2_hostgroups'] %}
|
||||||
define hostgroup{
|
define hostgroup{
|
||||||
hostgroup_name {{ key }}
|
hostgroup_name {{ key }}
|
||||||
alias {{ key }}
|
alias {{ key }}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
###############
|
###############
|
||||||
## {{ env }}
|
## {{ env }}
|
||||||
{% for key, value in groups.items()|sort %}
|
{% for key, value in groups.items()|sort %}
|
||||||
{% if groups[key] != [] and key not in vars['exclude_hostgroups'] %}
|
{% if groups[key] != [] and key not in vars['exclude_phx2_hostgroups'] %}
|
||||||
define hostgroup{
|
define hostgroup{
|
||||||
hostgroup_name {{ key }}
|
hostgroup_name {{ key }}
|
||||||
alias {{ key }}
|
alias {{ key }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue