From d7af1f4123f9c3da593077a272b53bee2df19268 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 19 May 2022 15:17:31 -0700 Subject: [PATCH] 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 --- .../{iad2_guests => iad2_production} | 0 inventory/inventory | 84 +++++++++++++++++++ 2 files changed, 84 insertions(+) rename inventory/group_vars/{iad2_guests => iad2_production} (100%) diff --git a/inventory/group_vars/iad2_guests b/inventory/group_vars/iad2_production similarity index 100% rename from inventory/group_vars/iad2_guests rename to inventory/group_vars/iad2_production diff --git a/inventory/inventory b/inventory/inventory index 2ae00e91ac..f83b3a1d97 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -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