inventory: try and setup iad2_production and iad2_staging groups

This is needed because I want to override just the mtu setting from
group_vars/all, but I don't want to copy the network_connections block
to every host in iad2 to override it. Hopefully this will allow us to
override it on just iad2_production (staging is already actually set in
group_vars/staging, but for completeness we may want a staging group
someday here, so I went and added it.).

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-05-19 15:17:31 -07:00
parent 47ccbd5e1b
commit d7af1f4123
2 changed files with 84 additions and 0 deletions

View file

@ -1227,3 +1227,87 @@ storinator01.rdu-cc.fedoraproject.org
[no_linux_system_roles:children]
cloud_aws
ibiblio_virt
[iad2:children]
iad2_production
iad2_staging
[iad2_production:children]
backup
badges
bastion
batcave
bodhi_backend
builders
busgateway
bvirthost
certgetter
dbserver
debuginfod
dns
download_iad2
fedimg
github2fedmsg
ipa
ipsilon
kerneltest
koji
kojipkgs
logging
mailman
mbs
memcached
mm
nagios
notifs
nuancier
oci_registry
odcs
openqa
openqa_lab
openqa_lab_workers
openqa_workers
pdc_web
pkgs
proxies
qahardware
rabbitmq
releng_compose
resultsdb_prod
secondary
sundries
tang
value
virthost
wiki
[iad2_staging:children]
staging
badges_stg
bastion_stg
bodhi_backend_stg
builders_stg
busgateway_stg
dbserver_stg
debuginfod_stg
fedimg_stg
github2fedmsg_stg
ipa_stg
ipsilon_stg
koji_stg
mbs_stg
memcached_stg
mm_stg
nuancier_stg
oci_registry_stg
odcs_stg
pdc_web_stg
pkgs_stg
proxies_stg
rabbitmq_stg
releng_compose_stg
resultsdb_stg
sundries_stg
value_stg
wiki_stg
zabbix_stg