opendevreview | Steve Baker proposed openstack/diskimage-builder master: Add block device rollback for lvm volumes and groups https://review.opendev.org/c/openstack/diskimage-builder/+/927703 | 03:54 |
---|---|---|
opendevreview | Merged openstack/diskimage-builder master: feat: Add new autoupdates element https://review.opendev.org/c/openstack/diskimage-builder/+/924069 | 05:38 |
opendevreview | Merged openstack/diskimage-builder master: Allow to override Fedora subrelease regexp https://review.opendev.org/c/openstack/diskimage-builder/+/922104 | 06:04 |
opendevreview | Takashi Kajinami proposed openstack/diskimage-builder master: Drop logic for old python versions https://review.opendev.org/c/openstack/diskimage-builder/+/927781 | 07:15 |
*** elodilles_pto is now known as elodilles | 07:26 | |
opendevreview | Merged opendev/zone-opendev.org master: Add a Rackspace Flex SJC3 mirror server https://review.opendev.org/c/opendev/zone-opendev.org/+/927551 | 11:48 |
frickler | cardoe: since I noticed the lack of IPv6 in ^^, do you know of any plans to implement that for SJC3? fwiw I wrote a nice howto about it https://docs.openstack.org/neutron-dynamic-routing/latest/install/usecase-ipv6.html | 11:55 |
frickler | clarkb: fungi: are we sure a /24 is big enough for opendevzuul-subnet1? I'd rather do something larger like a /20 right from the start than having to juggle with multiple subnets later. shouldn't cost us anything, either | 12:09 |
fungi | frickler: Clark[m] and i talked to them about ipv6 addresses, apparently they haven't finished configuring that in neutron yet but expect to have it set up fairly soon | 12:41 |
fungi | i can certainly adjust the internal subnet size so that we're not constrained by it later | 12:42 |
frickler | just like IPv4 will be obsolete fairly soon? (scnr, not being serious ;) | 12:43 |
cardoe | frickler: yes we're going to add IPv6. I think for right now they just grabbed some unused IPv4 blocks from the older offering. | 12:44 |
fungi | frickler: in https://review.opendev.org/927214 i reused the existing opendevzuul-subnet1 definition, do you think i should change the cidr on that or make a separate opendevzuul-subnet2 with a /20? and what about opendevci-subnet1, safe to leave that as a /24 since i've already got the mirror server connected to it? | 12:46 |
frickler | fungi: for the ci subnet the /24 should be fine I think. maybe 10.16.0.0/20 for the zuul subnet, that would also avoid the overlap in case that ever became relevant | 12:47 |
frickler | I'd avoid creating a second subnet, replacing the existing one would be my preferred choice | 12:48 |
fungi | itym 10.0.16.0/20? | 12:49 |
fungi | though we could shift the second octet instead i suppose | 12:49 |
frickler | 10.0.16.0/29, right. 10/8 is just too large ;) | 12:50 |
frickler | argl, 10.0.16.0/20 even | 12:50 |
fungi | the main concern is making sure we pick a network that doesn't overlap virtual networking used in jobs | 12:50 |
fungi | i'm spot checking with codesearch | 12:51 |
frickler | we tell devstack to use 10.1.0.0/20, so sticking to within 10.0.0.0/16 should be fine | 12:52 |
frickler | https://opendev.org/openstack/devstack/src/branch/master/.zuul.yaml#L340 | 12:52 |
frickler | I'm hoping other network setups follow what devstack does somehow | 12:53 |
fungi | looks like x/networking-cisco uses 10.0.16.0/24 for a test network but that project may be abandoned now, i'm looking to see if there are any other obvious subnets between there and 10.0.31 | 12:53 |
fungi | neutron uses 10.0.20.0/24 in tests/unit/plugins/ml2/test_plugin.py | 12:56 |
fungi | but i don't think it actually sets up any networking with that, it's just test data? | 12:57 |
fungi | x/networking-bigswitch uses that too but it may also be abandoned | 12:57 |
frickler | that should be for unit tests only | 12:57 |
fungi | and x/networking-fortinet uses it in a devstack demo script which probably isn't run in ci if that project is even still active | 12:57 |
frickler | we can also go for something completely different. 10.42.0.0/20 ? | 12:58 |
fungi | well, i don't see anything else conflicting there, so maybe 10.0.16.0/20 is fine as long as we claim it now | 13:01 |
opendevreview | Jeremy Stanley proposed opendev/system-config master: Increase opendevzuul-subnet1 from /24 to /20 https://review.opendev.org/c/opendev/system-config/+/927813 | 13:04 |
opendevreview | Merged opendev/system-config master: Add a Rackspace Flex SJC3 mirror server https://review.opendev.org/c/opendev/system-config/+/927553 | 13:52 |
dtantsur | Hi folks, can you remove late Ilya Etingof from https://pypi.org/project/sushy-oem-idrac/ ? | 14:04 |
fungi | dtantsur: if openstackci is an owner rather than merely a maintainer, we should be able to. i'll check | 14:36 |
* dtantsur no idea | 14:36 | |
fungi | dtantsur: turns out we were, so i could, and did | 14:39 |
dtantsur | thank you! | 14:39 |
fungi | #status log Removed the late Ilya Etingof from the collaborators list on https://pypi.org/p/sushy-oem-idrac/ at Dmitry Tantsur's request in IRC | 14:40 |
opendevstatus | fungi: finished logging | 14:40 |
opendevreview | Jeremy Stanley proposed opendev/zone-opendev.org master: Correct host-specific LE CNAME for raxflex mirror https://review.opendev.org/c/opendev/zone-opendev.org/+/927845 | 15:35 |
fungi | infra-root: ^ brown bag fix | 15:36 |
frickler | fungi: thx, I guess that's what I get for single-approving things, giving another +3 to cover up :) | 15:40 |
opendevreview | Merged opendev/zone-opendev.org master: Correct host-specific LE CNAME for raxflex mirror https://review.opendev.org/c/opendev/zone-opendev.org/+/927845 | 15:46 |
fungi | frickler: thanks! i mean, it was my typo to begin with anyway | 16:18 |
fungi | i reenqueued 927553 into deploy and the letsencrypt job succeeded now that the correct records are in dns | 16:52 |
opendevreview | Curt Moore proposed openstack/diskimage-builder master: Adapt to upstream CentOS Stream mirror changes https://review.opendev.org/c/openstack/diskimage-builder/+/922352 | 16:54 |
fungi | mmm, infra-prod-service-meetpad failed this time | 17:21 |
fungi | docker-compose up raised an exception on jvb02 | 17:25 |
fungi | container.image_config['ContainerConfig'].get('Volumes') | 17:25 |
fungi | KeyError: 'ContainerConfig' | 17:25 |
Ramereth[m] | FYI: I'm going to be upgrading RAM in one of the nodes here in the next hour or so. Already disabled it an hour ago | 17:28 |
fungi | thanks for the update and the support Ramereth[m]! | 17:28 |
fungi | seems i'm unable to reproduce the docker-compose error on jvb02. `cd /etc/jitsi-meet-docker && sudo docker-compose down && sudo docker-compose up -d` worked just fine for me | 17:30 |
fungi | which is what the ansible playbook is doing too, so i don't know if this is transient or what | 17:36 |
fungi | anyway, https://mirror.sjc3.raxflex.opendev.org/ seems to be working https://mirror.sjc3.raxflex.opendev.org/pypi/ too | 17:38 |
fungi | /var/cache/apache2 and /var/cache/openafs have 100gb each and are being used by their respective services | 17:40 |
Ramereth[m] | <fungi> "thanks for the update and the..." <- Node upgraded and back online. I'll do another tomorrow | 18:42 |
fungi | awesome, thanks again! | 18:43 |
frickler | fungi: the meetpad failure sounds like the same we've seen a couple of times already, the down/up sequence was used before for that iirc. seems one day someone will have to do some deeper debugging | 19:38 |
fungi | thanks, yeah it doesn't seem to be a regular occurrence anyway | 19:47 |
opendevreview | Merged openstack/diskimage-builder master: Refactor selinux-fixfiles-restore into its own element https://review.opendev.org/c/openstack/diskimage-builder/+/927552 | 21:04 |
opendevreview | Steve Baker proposed openstack/diskimage-builder master: Add DIB_SKIP_GRUB_PACKAGE_INSTALL for bootloader https://review.opendev.org/c/openstack/diskimage-builder/+/927559 | 21:30 |
opendevreview | Steve Baker proposed openstack/diskimage-builder master: Add DIB_SKIP_BASE_PACKAGE_INSTALL to base element https://review.opendev.org/c/openstack/diskimage-builder/+/927702 | 21:30 |
opendevreview | Steve Baker proposed openstack/diskimage-builder master: New elements replace-partition(-redhat) https://review.opendev.org/c/openstack/diskimage-builder/+/927561 | 21:30 |
opendevreview | Steve Baker proposed openstack/diskimage-builder master: Add block device rollback for lvm volumes and groups https://review.opendev.org/c/openstack/diskimage-builder/+/927703 | 21:30 |
opendevreview | Jeremy Stanley proposed openstack/project-config master: Add official OpenStack jobs for os-test-images https://review.opendev.org/c/openstack/project-config/+/927877 | 22:10 |
opendevreview | Merged openstack/diskimage-builder master: 4k Block device support https://review.opendev.org/c/openstack/diskimage-builder/+/927550 | 22:15 |
opendevreview | Steve Baker proposed openstack/diskimage-builder master: Add block device rollback for lvm volumes and groups https://review.opendev.org/c/openstack/diskimage-builder/+/927703 | 23:30 |
opendevreview | Jeremy Stanley proposed openstack/project-config master: Add Nodepool images to Rackspace Flex https://review.opendev.org/c/openstack/project-config/+/927882 | 23:45 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!