[08:54:22] moritzm: I'm doing a reimage and vlan move, and am being asked about adding install2005 to ganeti_cluster codfw / group C . OK to say yes to that? [08:55:07] moritzm: looks like you're reimaging that host, but I wanted to check [08:57:41] yeah, please merge, the cookbook would ask me about it once the reimage it through, so you can just as well already merge it [08:57:45] it's a new node [08:57:59] ta, done [09:00:00] cheers [10:16:04] hey hey, we're soon going to add Python files to the homer-public repo: https://gerrit.wikimedia.org/g/operations/homer/public It's there a best practice/boilerplate tox config so we have some CI coverage (not unit tests for now, but mostly style and PEP, maybe auto black, etc). [10:58:25] <_joe_> XioNoX: yes, do not use tox, use pyproject.yaml [10:58:32] <_joe_> err .toml [10:59:01] <_joe_> instead of setup.py, tox.ini, etc [10:59:08] <_joe_> see for instance https://gitlab.wikimedia.org/repos/sre/hiddenparma/-/blob/main/pyproject.toml?ref_type=heads [10:59:22] <_joe_> the only asterisk is - you need a modern enough setuptools/pip [10:59:35] <_joe_> and tox now that I think of it [11:01:07] thx. So we already have something: https://gerrit.wikimedia.org/r/plugins/gitiles/operations/homer/public/+/refs/heads/master/tox.ini so I'm thinking of not re-doing that part [11:34:10] <_joe_> oh ok [14:06:14] Emperor and/or elukey: I'm looking at the boss card partman recipes (because we have new cloudceph hardware with boss cards) and I'm curious why everything is in one partition rather than breaking out /srv /dev /run like other standard recipes. [14:08:42] andrewbogott: because that's what's done with other storage servers (e.g. other ms-be nodes, cephadm nodes, thanos-swift nodes) [14:09:09] [and I think it's simpler :) ] [14:10:04] that's fair. I assumed that the multiple partition scheme was to avoid crashing a server when /var/log fills up but I now see that there isn't actually a separate partition for /var anyway