Commit Graph

10 Commits

Author SHA1 Message Date
James Antill
80aa4bbbc2 Initial version of iptables to nftables conversion. 2025-01-16 11:28:24 -05:00
Kevin Fenzi
6fa4f6752e ipsilon: increase memory on ipsilon vm's
The ipsilon vm's have been swapping and using a lot of memory.
We have memory to spare on those virthosts, so just bump it up to 32.
Might be this will help some slowness / timeout issues some folks have
seen authenticating to matrix and bugzilla.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-09-22 09:54:56 -07:00
Kevin Fenzi
4970ed8ffe ipsilon: increase disk size and memory
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-02 14:02:33 -07: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
3c12ef6aa9 Killed trailing spaces in group/host vars with fire.
Normally it's just a nitpick to not have trailing spaces on variables.
However, for some things like mac address, it really matters.
Bunches of buildhw's were failing ansibile because they were passing
"mac address " to linux-system-roles networking and ansible was going
'huh, nope, I can't find that mac address here at all'.
So, just blow all the tailing spaces away to avoid any other variables
that hit this.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-05-04 08:52:52 -07:00
Mark O'Brien
63ef253011 ipsilon: new prod vm 2021-03-22 11:54:33 +00:00
Aurélien Bompard
c62c35dd6a Add ipa_host_group for Ipsilon
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2021-02-11 10:00:36 +01:00
Kevin Fenzi
3aab140a66 ipsilon: create ipsilon01.stg vm
Right now ipsilon is running in openshift, but sadly in order to work
with ipa instead of fas as it's backend it needs to use sssd and pam
stack. That does not work in a container, so move it back to a vm at
least for now until we sort out what we want to do.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-09-24 14:03:11 -07:00
Patrick Uiterwijk
57069dba41 Retire ipsilon VMs
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2019-05-09 19:59:43 +02:00
Patrick Uiterwijk
ba0f78300e Create ipsilon01/02 prod
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-07-15 06:56:24 +00:00