Thursday, 2024-09-05

*** dtantsur_ is now known as dtantsur02:13
fricklerinfra-root: not sure if we can (easily) fix this, but there is an issue with the gitea links on https://codesearch.openstack.org/?q=skip_kpartx&i=nope&literal=nope&files=&excludeFiles=&repos= because the charms repo uses "main" as branch, but the URLs still point to "master"08:40
opendevreviewMerged openstack/project-config master: Add Nodepool images to Rackspace Flex  https://review.opendev.org/c/openstack/project-config/+/92788208:51
frickler^^ seems to work fine, 3 images already ready, next one uploading09:30
*** Guest113 is now known as paralla11:42
*** paralla is now known as parallax11:42
*** parallax is now known as Guest259411:42
*** Guest2594 is now known as parallax11:44
opendevreviewJeremy Stanley proposed openstack/project-config master: Try booting nodes in Rackspace Flex  https://review.opendev.org/c/openstack/project-config/+/92813012:58
opendevreviewMerged openstack/diskimage-builder master: Add tox-py312 job for testing  https://review.opendev.org/c/openstack/diskimage-builder/+/92389013:58
fricklerseems people are either busy (travelling) or not in reviewing mood, so I'm single-approving these next raxflex things now14:04
fungifrickler: thanks, and yes some folks are travelling for the summit (on their way back now). i was dealing with a family emergency but finally got home last night after more than a week on the mainland, so i'm back to my usual hours for a bit14:08
fungii can monitor the deployment for the subnet size change and see if it updates on its own or needs manual cleanup of the existing subnet first in order to take effect14:12
opendevreviewMerged opendev/system-config master: Increase opendevzuul-subnet1 from /24 to /20  https://review.opendev.org/c/opendev/system-config/+/92781314:22
fungias suspected, infra-prod-run-cloud-launcher was not happy. checking the log now14:52
fungiTASK [cloud-launcher : Processing subnet opendevzuul-subnet1 for opendevzuul-raxflex SJC3] *** fatal: [bridge01.opendev.org]: FAILED! => { "changed": false } MSG: Cannot update cidr in existing subnet14:55
fungiand indeed, opendevzuul-subnet1 still has cidr 10.0.1.0/24 according to openstack subnet show14:56
fricklerfungi: yes, that matches what I expected, I'd delete the subnet manually (which may require deleting it from the router first) and then wait for the next hourly run14:58
fungiyeah, i may need to delete the router and network as well in order to be able to delete the subnet14:59
fungithat did it. router remove port, router delete, network delete, subnet delete15:02
fungii've reenqueued 927813,1 into deploy15:02
fungiit's waiting behind the hourly jobs which kicked off a few moments ago15:03
fungii'm going to disappear for a quick lunch in about 15 minutes, but can check it again when i get back, should be no later than 16:30 utc15:04
fricklerhmm, I don't think that one can delete the network without deleting the subnet automatically with it, but anyway that should work15:04
fungifrickler: oh! you're right, i missed the error... "Failed to delete subnet with name or ID 'opendevzuul-subnet1': No Subnet found for opendevzuul-subnet1"15:05
fungiso yes, deleting opendevzuul-network1 took care of it already15:05
fungiit was then really just router remove port, router delete, network delete15:06
fungiheaded to lunch, bbiab15:22
NeilHanlonfungi: when you return, could we touch base about rocky linux mirrors for opendev? not urgent, just making sure I follow up before I forget : 15:35
NeilHanlon:) 15:35
frickler| dca1b0b2-644e-4b09-9afb-94d2ae82bf0d | opendevzuul-subnet1         | a1f7c5c4-cd2e-4cea-a3a2-8bc88bc2cd3d | 10.0.16.0/20      |16:09
fungilgtm too, thanks!16:32
fungiNeilHanlon: yep, i think we want clarkb around too, he's probably still in transit home from the summit16:32
NeilHanlonack. is there a regular meeting? I could just hop into the next one16:33
fungiNeilHanlon: the opendev sysadmins meet at 19:00 utc on tuesdays in the #opendev-meeting channel; clarkb (our elected service coordinator) typically sends the agenda out to the service-discuss@lists.opendev.org mailing list on mondays, based on whatever anyone adds to https://wiki.openstack.org/wiki/Meetings/InfraTeamMeeting#Agenda_for_next_meeting16:36
NeilHanlonawesome! thanks for the info. I will signup for the list and also add a bit in the wiki :) 16:37
fungiif you want an ics file, the link for it can be found at https://meetings.opendev.org/#OpenDev_Meeting16:37
fungiNeilHanlon: if you're signing up for opendev collaboratory mailing lists, opendev-announce is also highly recommended, probably averages a post a month but is where we send important updates16:38
fungier, sorry, service-announce16:38
opendevreviewMerged openstack/project-config master: Try booting nodes in Rackspace Flex  https://review.opendev.org/c/openstack/project-config/+/92813016:55
funginext problem is that eaxflex-sjc3 is declining node requests due to consecutive boot/ready failures17:40
fungier, raxflex-sjc317:40
fungiopenstack.exceptions.ConflictException: ConflictException: 409: Client Error for url: https://nova.api.sjc3.rackspacecloud.com/v2.1/f063ac0bb70c486db47bcf2105eebcbd/servers, Multiple possible networks found, use a Network ID to be more specific.17:43
fungii guess we need to specify the connected network in the nodepool launcher's configuration?17:46
opendevreviewJeremy Stanley proposed opendev/system-config master: Add default network for Rackspace Flex in nodepool  https://review.opendev.org/c/opendev/system-config/+/92827517:52
fungithat's ^ what we need, i think?17:52
fungiinfra-root: ^17:52
* frickler looks17:54
fricklerfungi: downstream I'm using https://zuul-ci.org/docs/nodepool/latest/openstack.html#attr-providers.[openstack].pools.networks instead, which I'd tend to prefer here, too, since I think it is more explicit. that would get added right after the max-servers here https://opendev.org/openstack/project-config/src/branch/master/nodepool/nl01.opendev.org.yaml#L18618:00
fricklerthat's not saying your approach couldn't work, too, I'd also agree to trying it if you prefer18:00
opendevreviewMerged openstack/diskimage-builder master: Add block device rollback for lvm volumes and groups  https://review.opendev.org/c/openstack/diskimage-builder/+/92770318:04
fungifrickler: thanks for the hint, mine was a shot in the dark, i'll see if i can adapt your suggestion instead18:08
opendevreviewJeremy Stanley proposed openstack/project-config master: Add default network for Rackspace Flex in nodepool  https://review.opendev.org/c/openstack/project-config/+/92827718:14
fungifrickler: like that ^ ?18:14
opendevreviewMerged openstack/diskimage-builder master: New elements replace-partition(-redhat)  https://review.opendev.org/c/openstack/diskimage-builder/+/92756118:26
fricklerack, approved, I'll try to stick around until it deploys19:27
opendevreviewMerged openstack/project-config master: Add default network for Rackspace Flex in nodepool  https://review.opendev.org/c/openstack/project-config/+/92827719:34
fricklerfungi: nodepool still ends up with a server in an error state :( but I don't see details in the log. I can dig more tomorrow, afk now19:50
fricklerwe are one step further now though I think. (couldn't leave it like that)20:02
fricklercreated a test instance that ends up in error, we likely need help from cardoe to find out why nova cannot build it, though. instance 459ebaf7-0801-44b4-9180-6cc545c60d0320:03
fricklerhmm, must be something about our image, if I do the same "server create" command with the public 24.04 image, it succeeds immediately20:06
fricklerso let's wait for feedback from rackspace, might be that some of the extra hw_* flags are required or something similar20:09
cardoeSorry been a day.21:43
fungicardoe: it's in no way urgent! have your day, we're here tomorrow too ;)21:49
cardoeSo looks like it was a blip out of glance.21:59
cardoe500 error21:59
fungioh, so maybe a transient error?22:00
fungilooks like now nodepool is calculating insufficient available quota22:02
fungithough that might just be how it represents the max-servers value when it's reached22:06
fungii'm watching node 0038405085 which seems to be getting created22:07
fungiwent into a ready state at 22:06:32 utc22:08
fungilooks like it's in use for https://zuul.opendev.org/t/openstack/build/f3a71d03ddb84c03b82de123c33feb6022:12
fungihttps://zuul.opendev.org/t/openstack/stream/f3a71d03ddb84c03b82de123c33feb60?logfile=console.log indicates it's doing things on that node22:14
fungisetting up devstack currently, so if it's gotten that far it's probably fine22:14
fungithis is a good test, because it's rebooting centos into fips mode22:15
fungiprobably one of the most complex things we do with server instances cloud-wise22:16
fungiand it came back up and services are starting under devstack now22:16
*** jonher_ is now known as jonher22:34

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!