Commit graph

11 commits

Author SHA1 Message Date
Kevin Fenzi
ae7b7db942 Move vm's off rhel7 virthost-cc-rdu02 to new rhel9 vmhost-x86-cc01
Move these vm's off the old rhel7 virthost to the new rhel9 one.
It's faster, better, newer, etc.
Once these are all moved (pagure02 is still live migrating), we can
decomission virthost-cc-rdu02 as it's end of life.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-05-20 18:48:46 -07:00
Kevin Fenzi
fcd9c449ad pagure: set dns2, otherwise the default is a internal iad2 one
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-07-21 11:31:01 -07:00
Kevin Fenzi
8069541edc pagure: make sure domain search order is right
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-04-30 10:14:07 -07:00
Kevin Fenzi
19889ef877 fix more gateways and a mac address
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-01-26 13:19:45 -08:00
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
c95c6e3c42 swapping: disable nagios swap-is-low checks on some chronic offenders
Recent linux kernels seem to prefer swapping out things and filling swap
up completely under any prressure on memory. These hosts seem to do that
pretty often and the nagios alerts are anoying. The full swap doesn't
seem to cause any issues, just nagios alerts. So, lets disable this
check on these hosts that have had lots of these alerts.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-07-17 09:08:19 -07:00
Mark O'Brien
7763fc5b22 update ipv6 address for pagure02 2020-09-30 12:06:12 +01:00
Pierre-Yves Chibon
ab31a8b0bd pagure: looks like postgresql 12.1 doesn't like an effective_cache_size of 0, so going with 1 instead
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2020-09-24 21:29:46 +02:00
Kevin Fenzi
348ec04e3a Add pagure02 to rdu-cc
We want to migrate pagure from rhel7 to rhel8, so we are making a
pagure02 instance thats rhel8. We will sync everything over and get it
all tested and working and then schedule an outage to do a final sync
and swap it in.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-15 10:20:29 -07:00