[12:47:29] hi, re: T253173 is there sth like a guide/howto to follow for service owners on e.g. pitfalls when adding ipv6 or things to check for potential breakage ? [13:24:02] godog: make sure ip6tables is similar to v4, make sure your services listen on the v6 IP, make sure your service doesn't have internal ACls then when you add the v6 AAAA, monitor the logs of the remote side to see if they're having issues reaching their peers over v6 [13:24:37] godog: but for any "normal" service, it should just works :) [13:26:00] happy to help of course [13:26:26] maybe skim the projects' website for mentions about IPv6 [13:27:23] hehe yeah XioNoX I was thinking some guidelines/checklist exactly like that [13:27:41] I can try thanos since it isn't really in production yet [13:28:35] indeed it would be great for all new services to have v6 by default before going live [13:30:04] indeed, and standard on newly provisoned hosts too IMHO [13:30:26] the issue with newly provisioned hosts is that they can be part of an existing cluster and thus breaking it [13:31:47] fair enough, I guess "green field" projects like thanos are left as good candidates [13:32:47] going through the list, maybe the logstash are low hanging fruits, auth servers, dumps, lvs already support v6, puppetmaster2003 as 1001 already have AAAA [13:33:03] sretest as well [13:34:37] no idea what are tungsten, theemin, scandium, etc [14:32:59] oof getting permissions errors while using pcc, e.g. https://integration.wikimedia.org/ci/job/operations-puppet-catalog-compiler/22847 [14:33:03] I'm looking into it [14:38:57] interesting, looks like compiler1001 works but compiler1002 doesn't [14:39:05] e.g. this is working https://integration.wikimedia.org/ci/job/operations-puppet-catalog-compiler/22849/console [14:58:57] nope can't figure it out offhand, I'll open a task [15:04:42] godog: one sec thats probably left over from me manuly testing as root or something let me take a look [15:06:29] godog: looks like its running now https://integration.wikimedia.org/ci/job/operations-puppet-catalog-compiler/22851/console [15:06:43] * jbond42 after `sudo chown -R jenkins-deploy /var/lib/catalog-differ/` [15:07:09] ah! interesting, thanks jbond42 ! [15:07:21] np