Saturday, 2018-12-08

sean-k-mooneythere is no way to do that in zuul either unfortunetly00:00
clarkbsean-k-mooney: one issue with trying to do it in zuul is knowing how to approximate the billing of $cloud00:01
clarkbits actually really easy to get wrong cloud to cloud00:01
clarkbfrom zuul's end00:01
sean-k-mooneyclarkb: well seeting a quota on hours of vm time per node poole provider per month woudl be a good start00:01
sean-k-mooneybut you also dont want ot have to keep track of that in nodepool or zuul really00:02
*** jamesmcarthur has quit IRC00:02
sean-k-mooneyif i had a better place to put my rackmount server i would have plenty of capastiy at home for what i want to test. as it is i still should have enough form manually triggred ci via gerrit comments00:04
openstackgerritMohammed Naser proposed openstack-infra/project-config master: vexxhost: tweak nodepool settings  https://review.openstack.org/62360500:04
mnaserclarkb: ^ looks like we were *mostly* there anyways :)00:04
sean-k-mooney+ maybe some minimal auto triigered jobs.00:05
sean-k-mooneyso out of interest is there a way for me to request a job to run on vexhost since ye support nested virt00:06
*** calbers has quit IRC00:12
*** openstack has quit IRC00:12
*** openstack has joined #openstack-infra00:19
*** ChanServ sets mode: +o openstack00:19
mnasercorvus: yeah seems like this might be easier to be defined in documentation than code00:19
corvusmnaser: the question is, does the pipeline vote, and if so, as what user?00:19
*** sshnaidm|off has joined #openstack-infra00:19
mnasercorvus: well, i'm thinking have a restriction in a trusted repo that controls which nodesets can enter a pipeline00:19
corvusmnaser: if you want the pipeline to vote, it can't vote as zuul, because the zuul user only gets one vote, so you need a second user in zuul, and then it's really confusing to try to keep that straight in zuul's configuration.00:20
mnaseryeah but i see how a +1 would never land if that cloud is not there00:20
corvusmnaser: like i said, i *think* the technical capability to do that is there, but i don't believe it's gotten real-world testing yet.00:20
*** openstackgerrit has quit IRC00:20
*** mdrabe has quit IRC00:20
mnaserokay im seeing why this can be hard00:20
mnaserlol00:20
corvusmnaser: it's easier if the pipeline doesn't vote -- that's just like the experimental pipeline.00:21
sean-k-mooneymnaser: that would stop poject define there own nodes for i ned 2 nodes vs 1 vs 5 for this job which they can do today i belive00:21
corvusbut apparently, no one looks at comments, only votes. :|00:21
sean-k-mooneycorvus: ya00:21
mnasercorvus: unfortunately that's the case, and in my experience nv jobs are largely ignored :(00:21
sean-k-mooneywell i do00:21
sean-k-mooneymnaser: not always. i check them on os-vif and i check some of them on nova00:22
mnasersean-k-mooney: right, but for the most part i feel like they're ignored but that might just be me00:22
sean-k-mooneythere are cis i dont trust and when they fail i decide if i want to check them or not00:22
mnaseroh and also does any infra-root know anything about inap getting centos 7.6 images up00:23
mnaserwe're still seeing failures because of the mismatches00:23
corvusas far as nested virt in particular goes -- i'm pretty sure if we had any capability for that at all, all the projects would rely on it post-haste.00:23
sean-k-mooneycorvus: well the fact is we test nova in a way that will never be depoyled in production00:24
sean-k-mooneye.g. no one will un x86 guest on x86 host with qemu instead of kvm00:24
corvussean-k-mooney: sure, i don't think the status quo is good, it's just possible.  :)00:24
sean-k-mooneythat is true too00:24
sean-k-mooneyone thing i have been think about is makeing qemu mode faster00:25
clarkbmnaser: yes, see scrollback re centos 7.6. Inap is failing to upload images due to what I assume is a bug in openstacksdk00:25
sean-k-mooneyqemu has support for multi threaded tcg backend but nova does not00:25
clarkbmnaser: http://paste.openstack.org/show/736850/00:26
clarkbmnaser: all other clouds should have 7.6 now00:26
mnaserclarkb: darn, i'd hate for us to disable another cloud but that's just gonna keep making us fail randomly unfortunately00:26
clarkbmnaser: I was hoping that mordred would be around and recognize the issue00:26
clarkbits a weird one since its mad the state is changing to the same state00:26
corvusclarkb: did we re-upgrade openstacksdk?00:26
clarkbcorvus: the buildersa re running 0.19.000:27
mnaseryeah its a tad weird00:27
clarkbor at least the one I checked is /me checks the other00:27
clarkbya both are 0.19.000:27
corvuswell, we have 3 don't we? (but 3 hasn't been restarted in a long time)00:30
corvusand it's not uploading that image anyway00:30
*** bobh has joined #openstack-infra00:32
*** ssbarnea|rover has quit IRC00:33
clarkb3 is arm only and no centos there00:35
*** bobh has quit IRC00:37
clarkbwe saw a similar thing with glance in rax where we were passing all the properties through each time and then it would be mad you were trying to update those properties00:37
clarkbbut in the regular v2 upload path we are using with inap we don't seem to pass any of that info, just the actual image data00:38
clarkbsean-k-mooney: re how we deploy noav, I think a key thing to remember is we aren't testing libvirt and kvm and qemu, we are testing nova's interaction with libvirt00:39
clarkbsean-k-mooney: and whether you use qemu or kvm the overlap in that interaction is significant00:39
clarkbso while not ideal, its definitely still useful to test00:39
clarkbcorvus: mnaser we could try downgrading to 0.17.2 ?00:40
clarkbhrm could it also be keystoneauth100:41
mnaser240 commits between those two.. i dunno if a fix for it has helped00:41
sean-k-mooneyclarkb: there is a resonable overlay but we also diverge alot in some areas00:41
corvusoh right, we could still be using the new keystoneauth1?00:41
clarkbcorvus: the most recent keystoneauth1 from the 6th is installed00:41
clarkbbut the builder was started on the 5th00:42
corvusclarkb: that is supposed to fix the rax problems.  it's probably worth just restarting with that before we try downgrading00:42
sean-k-mooneywell yes and no it not that we diverge it that several feautre require kvm to be ebaled so they cant be tested in the gate currently but that is fine.00:42
clarkbok I'll restart the service on nb01 and nb02 now00:42
clarkbsean-k-mooney: ya the downside is we can't test the specific features in one but not the other00:42
clarkbthat nova exposes00:43
sean-k-mooneyyep which rules all the nfv features00:43
sean-k-mooneyby ya i know we can only do so much with the hardware we have00:43
sean-k-mooneythe upstream ci is still the best ci env i have ever worked with00:44
clarkbnb02 is restarted but nb01 is waiting for a build to clean up00:45
clarkbok and now both are restarted00:46
*** diablo_rojo has quit IRC00:47
*** eumel8 has quit IRC00:49
clarkbmnaser: corvus: if that keystoneauth1 update has helped fix things then it should be happy in the near future00:52
clarkbif not then we'll need to figure out what is going on with glance and sdk00:52
*** bobh has joined #openstack-infra01:09
*** d0ugal has quit IRC01:12
*** bobh has quit IRC01:13
*** d0ugal has joined #openstack-infra01:25
*** bobh has joined #openstack-infra01:28
clarkbok we still have the same error uploading to inap so keystoneauth1 update wasn't the fix01:29
clarkbmordred: ^ if you end up seeing this help would be appreciated. I need to go sort out dinner now though01:30
*** bobh has quit IRC01:33
*** rh-jelabarre has quit IRC01:34
*** rh-jelabarre has joined #openstack-infra01:37
*** Swami has quit IRC01:38
*** jamesmcarthur has joined #openstack-infra01:45
*** bobh has joined #openstack-infra01:46
*** eernst has joined #openstack-infra01:48
*** bobh has quit IRC01:50
*** gyee has quit IRC01:54
*** eernst has quit IRC01:54
*** eernst has joined #openstack-infra01:54
*** ahosam has quit IRC01:56
*** wolverin_ has quit IRC02:02
*** bobh has joined #openstack-infra02:04
*** bobh has quit IRC02:08
*** jamesmcarthur has quit IRC02:12
*** eernst has quit IRC02:13
*** mrsoul has quit IRC02:14
*** bobh has joined #openstack-infra02:19
*** bobh has quit IRC02:24
*** anteaya has quit IRC02:30
*** bobh has joined #openstack-infra02:35
*** bobh has quit IRC02:40
*** imacdonn has quit IRC02:53
clarkbdansmith: mriedem_afk fyi http://logs.openstack.org/21/620121/1/gate/nova-tox-functional-py35/bc7257e/job-output.txt.gz#_2018-12-08_01_56_29_026597 reset the gate02:54
*** imacdonn has joined #openstack-infra02:54
*** bobh has joined #openstack-infra02:54
*** bobh has quit IRC02:58
*** bobh has joined #openstack-infra03:27
*** bhavikdbavishi has joined #openstack-infra03:29
*** bobh has quit IRC03:31
*** wolverineav has joined #openstack-infra03:40
*** wolverineav has quit IRC03:47
*** jamesdenton has quit IRC03:50
*** HenryG has quit IRC03:51
*** yamamoto has quit IRC03:52
*** bobh has joined #openstack-infra03:53
*** HenryG has joined #openstack-infra03:54
*** bobh has quit IRC03:58
*** mriedem_afk has quit IRC04:00
*** bobh has joined #openstack-infra04:09
*** jamesmcarthur has joined #openstack-infra04:12
*** bobh has quit IRC04:14
*** jamesmcarthur has quit IRC04:16
*** rh-jelabarre has quit IRC04:29
*** jamesmcarthur has joined #openstack-infra04:36
*** bobh has joined #openstack-infra04:37
*** bobh has quit IRC04:42
*** bobh has joined #openstack-infra04:50
*** bobh has quit IRC04:55
*** bhavikdbavishi has quit IRC05:00
*** yamamoto has joined #openstack-infra05:04
*** bobh has joined #openstack-infra05:05
*** bobh has quit IRC05:10
*** hwoarang has quit IRC05:12
*** hwoarang has joined #openstack-infra05:14
*** bobh has joined #openstack-infra05:24
*** bobh has quit IRC05:28
*** wolverineav has joined #openstack-infra05:29
*** wolverineav has quit IRC05:33
*** jamesmcarthur has quit IRC05:36
*** EvilienM is now known as EmilienM05:41
*** bobh has joined #openstack-infra05:51
*** bobh has quit IRC05:56
*** yamamoto has quit IRC06:00
*** bhavikdbavishi has joined #openstack-infra06:06
*** yamamoto has joined #openstack-infra06:07
*** bhavikdbavishi has quit IRC06:12
*** bobh has joined #openstack-infra06:18
*** bobh has quit IRC06:23
*** Douhet has quit IRC06:33
*** Douhet has joined #openstack-infra06:33
*** bobh has joined #openstack-infra06:34
*** bobh has quit IRC06:39
*** yamamoto has quit IRC06:40
*** yamamoto has joined #openstack-infra06:44
*** bobh has joined #openstack-infra06:48
*** bobh has quit IRC06:52
*** apetrich has joined #openstack-infra06:52
*** irdr has joined #openstack-infra06:54
*** bobh has joined #openstack-infra07:00
*** bobh has quit IRC07:05
*** ykarel|away has joined #openstack-infra07:06
*** yamamoto has quit IRC07:08
*** yamamoto has joined #openstack-infra07:16
*** yamamoto has quit IRC07:16
*** bobh has joined #openstack-infra07:26
*** bobh has quit IRC07:31
*** ykarel|away has quit IRC07:32
*** bobh has joined #openstack-infra07:39
*** bobh has quit IRC07:44
*** yamamoto has joined #openstack-infra07:52
*** bobh has joined #openstack-infra07:53
*** bobh has quit IRC07:58
*** bobh has joined #openstack-infra08:07
*** frickler_ is now known as frickler08:10
*** bobh has quit IRC08:12
*** bobh has joined #openstack-infra08:20
*** bobh has quit IRC08:24
*** yamamoto has quit IRC08:26
*** yamamoto has joined #openstack-infra08:26
*** jtomasek has joined #openstack-infra08:27
*** bobh has joined #openstack-infra08:32
*** yamamoto has quit IRC08:34
*** bobh has quit IRC08:37
*** bobh has joined #openstack-infra08:47
*** wolverineav has joined #openstack-infra08:48
*** bobh has quit IRC08:51
*** wolverineav has quit IRC08:52
*** bobh has joined #openstack-infra09:04
*** apetrich has quit IRC09:07
*** yamamoto has joined #openstack-infra09:07
*** bobh has quit IRC09:08
*** bobh has joined #openstack-infra09:17
*** bobh has quit IRC09:21
*** ykarel has joined #openstack-infra09:22
*** bobh has joined #openstack-infra09:29
*** bobh has quit IRC09:33
*** bobh has joined #openstack-infra09:42
*** bobh has quit IRC09:46
*** bobh has joined #openstack-infra09:59
*** ykarel has quit IRC10:01
*** bobh has quit IRC10:04
*** bobh has joined #openstack-infra10:13
*** tosky has joined #openstack-infra10:16
*** bobh has quit IRC10:18
*** ralonsoh has joined #openstack-infra10:19
*** bobh has joined #openstack-infra10:26
*** ralonsoh has quit IRC10:28
*** bhavikdbavishi has joined #openstack-infra10:50
*** yamamoto has quit IRC11:03
*** yamamoto has joined #openstack-infra11:04
*** takamatsu has quit IRC11:34
*** pfallenop has quit IRC11:45
*** ahosam has joined #openstack-infra12:02
*** pfallenop has joined #openstack-infra12:04
*** yamamoto has quit IRC12:21
*** ssbarnea|rover has joined #openstack-infra12:22
*** jamesdenton has joined #openstack-infra12:45
*** ykarel has joined #openstack-infra12:46
*** yamamoto has joined #openstack-infra12:59
*** ahosam has quit IRC13:11
*** ahosam has joined #openstack-infra13:12
fungisean-k-mooney: responding to a comment you made last night, there's been no nested virt in ovh for a while (i think it was crashing hypervisors?). they're working on trying to reenable it now that they've about finished upgrading to newton though13:20
*** ahosam has quit IRC13:23
*** tosky has quit IRC13:23
fungiat least that's what i recall them saying in the past day or two13:23
*** ykarel has quit IRC13:27
*** elod has quit IRC13:41
*** elod has joined #openstack-infra13:43
*** bhavikdbavishi has quit IRC13:46
*** yamamoto has quit IRC14:11
*** mriedem has joined #openstack-infra14:16
mriedemclarkb: ack on http://logs.openstack.org/21/620121/1/gate/nova-tox-functional-py35/bc7257e/job-output.txt.gz#_2018-12-08_01_56_29_026947 - we skipped that on master but not stable, i can propose a backport of the skip; thanks for pointing it out14:17
*** apetrich has joined #openstack-infra14:26
*** efried has joined #openstack-infra14:37
*** efried_cya_jan has quit IRC14:37
*** slaweq has joined #openstack-infra14:39
*** efried is now known as efried_cya_jan14:46
*** ykarel has joined #openstack-infra14:51
*** bobh has quit IRC14:57
*** bobh_ has joined #openstack-infra14:57
*** dklyle has quit IRC15:49
*** beagles has quit IRC15:53
sean-k-mooneyfungi: ah ok good to know15:55
*** slaweq has quit IRC16:03
*** jtomasek has quit IRC16:09
*** bobh_ has quit IRC16:15
*** bobh has joined #openstack-infra16:18
*** bobh has quit IRC16:45
*** bobh has joined #openstack-infra16:46
*** jamesmcarthur has joined #openstack-infra16:58
*** jamesmcarthur has quit IRC17:04
*** ykarel has quit IRC17:30
*** _alastor_ has quit IRC17:33
mriedemthis is probably not new, but looks like an easy fix https://bugs.launchpad.net/grenade/+bug/180752017:58
openstackLaunchpad bug 1807520 in grenade "volume attach fails on stein side of grenade with: Volume ab2390bc-54a2-454e-823d-01faf0a8fdc1 status must be available or downloading (HTTP 400)" [Undecided,Confirmed]17:58
mriedemthis also looks new https://bugs.launchpad.net/glance/+bug/180751818:01
openstackLaunchpad bug 1807518 in Glance "BasicOperationsImagesTest.test_update_image fails with 502 error "UnexpectedContentType"" [Medium,Confirmed]18:01
*** yamamoto has joined #openstack-infra18:14
*** yamamoto has quit IRC18:14
*** yamamoto has joined #openstack-infra18:14
*** jamesmcarthur has joined #openstack-infra18:17
sean-k-mooneymriedem: clarkb submited a patch to tweak the apache2 config that might resolve that18:19
sean-k-mooneymriedem: https://review.openstack.org/#/c/623597/218:19
*** jtomasek has joined #openstack-infra18:20
mriedemyeah looks like the same thing from the commit message18:21
mriedem+118:24
mriedempatch/gerrit bot must be dead18:27
mriedembut this is the fix for grenade https://review.openstack.org/62366918:27
sean-k-mooneyya that makes sense18:32
*** jamesmcarthur has quit IRC18:55
*** jtomasek has quit IRC18:58
*** dhill_ has quit IRC19:00
*** jamesmcarthur has joined #openstack-infra19:25
*** pots has quit IRC19:29
*** mriedem has quit IRC19:33
*** dklyle has joined #openstack-infra19:36
*** yamamoto has quit IRC20:15
*** yamamoto has joined #openstack-infra20:16
*** bobh has quit IRC20:18
*** yamamoto has quit IRC20:20
*** hwoarang has quit IRC20:26
*** hwoarang has joined #openstack-infra20:27
*** bobh has joined #openstack-infra20:41
*** Krenair has quit IRC20:58
*** eernst has joined #openstack-infra21:02
*** eernst has quit IRC21:08
*** markvoelker has joined #openstack-infra21:26
*** bobh has quit IRC21:26
*** Krenair has joined #openstack-infra21:27
*** eernst has joined #openstack-infra21:43
*** bobh has joined #openstack-infra21:43
*** bobh has quit IRC21:47
*** bobh has joined #openstack-infra22:07
*** bobh has quit IRC22:12
*** bobh has joined #openstack-infra22:25
*** bobh has quit IRC22:29
*** jamesmcarthur has quit IRC22:31
*** bobh has joined #openstack-infra22:44
*** bobh has quit IRC22:49
*** bobh has joined #openstack-infra23:02
*** bobh has quit IRC23:06
*** eernst has quit IRC23:08
*** dklyle has quit IRC23:11
*** jamesmcarthur has joined #openstack-infra23:23
*** bobh has joined #openstack-infra23:27
*** jamesmcarthur has quit IRC23:29
*** bobh has quit IRC23:31
*** bobh has joined #openstack-infra23:45
*** bobh has quit IRC23:46
*** bobh has joined #openstack-infra23:47
*** bobh has quit IRC23:48
*** jamesmcarthur has joined #openstack-infra23:53
*** bobh has joined #openstack-infra23:53
*** jamesmcarthur has quit IRC23:59

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!