Commit graph

12 commits

Author SHA1 Message Date
Pete Buffon
d866ed3851 removed all keys {eth0_ipv4_nm: 24} 2022-01-25 22:17:11 +00:00
Pete Buffon
938e63fa71 mass vm host_vars edit for default network connection 2022-01-25 22:17:11 +00:00
Kevin Fenzi
580cd252c5 Inventory group/host variables: Sort yaml
This was done using yq (
https://mikefarah.gitbook.io/yq/operators/sort-keys )

Doing things this way makes it much easier to see if a variable is set
in a file or if two hosts differ in what variables they set. Hopefully
we can keep things sorted moving forward.

Basically this means just sort a-z anything you add to any host or group
vaiable and it will be in the right place.

Additionally, this enforces 'normal' intent rules for all the variable
files which we should also try and obey. 2 spaces for first level, 3 for
next, etc. When in doubt you can run yq on it.

This should cause NO actual vairable changes, it's all just readability
fixing for humans, ansible parses it exactly the same.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-11-16 13:27:57 -08:00
Kevin Fenzi
1df0773d19 Drop fas_client_groups from everything since we are not using fas anymore.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-04-05 10:22:31 -07:00
Adam Williamson
b2169edd74 openqa vars, inventory: drop most phx2 bits
This pretty much nukes all inventory entries and variables
relating to the old phx2 openQA deployments, as I don't think
they're ever coming up again. I left a few group entries around
for now just in case they're necessary for decommissioning.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-06-11 08:38:39 -07:00
Adam Williamson
770f03a9cf Set correct resultsdb URL for IAD in host vars for now
Will need to clean this (and some other temporary hacks) up later.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-06-10 14:12:19 -07:00
Stephen Smoogen
9bf6e4031a take openqa-stg out of the works and make openqa bigger 2020-06-01 18:33:15 -04:00
Stephen Smoogen
b46b45130a current server does not have enough disk space for 768 gb 2020-06-01 15:49:01 -04:00
Stephen Smoogen
1ddd3305e1 and yes we have a kickstart for iad2 2020-06-01 14:44:15 -04:00
Stephen Smoogen
0c859fec93 there is no specific qa kickstart 2020-06-01 14:37:19 -04:00
Stephen Smoogen
9589d4ff4e add in variables for iad2 openqa 2020-06-01 13:58:50 -04:00
Kevin Fenzi
d108b79337 iad2: add openqa01, openqa-stg01, and db-qa01.
We had to decrease the disk size on openqa01 for now, as qvmhost-x86-02
doesn't have enough disk for them all as defined in phx2.
However, we hope to have qvmhost-01 up soon and failing that we should
have more hosts once we migrate and ship from phx2.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-30 11:05:57 -07:00