Wednesday, 2019-12-11

*** rf0lc0 has quit IRC00:10
*** igordc has quit IRC00:13
*** sam_wan has joined #openstack-qa01:31
*** larainema has joined #openstack-qa01:49
*** rcernin has quit IRC01:53
*** sam_wan has quit IRC01:54
*** sam_wan has joined #openstack-qa01:59
*** dave-mccowan has joined #openstack-qa02:00
*** ricolin has joined #openstack-qa02:40
*** nweinber__ has joined #openstack-qa02:44
*** rcernin has joined #openstack-qa02:54
*** dave-mccowan has quit IRC02:55
*** nweinber__ has quit IRC03:18
*** nweinber__ has joined #openstack-qa03:36
openstackgerritColleen Murphy proposed openstack/tempest master: Add system scope for admin auth  https://review.opendev.org/68607304:05
openstackgerritColleen Murphy proposed openstack/tempest master: Add default RBAC personas to dynamic credentials  https://review.opendev.org/68630604:05
openstackgerritColleen Murphy proposed openstack/tempest master: Add default RBAC personas to pre-provisioned creds  https://review.opendev.org/69839704:05
*** nweinber__ has quit IRC04:06
*** ramishra has joined #openstack-qa04:12
*** udesale has joined #openstack-qa04:13
*** bhagyashris has joined #openstack-qa04:20
*** rishabhhpe has joined #openstack-qa04:43
*** dansmith has quit IRC05:10
*** dansmith has joined #openstack-qa05:14
*** surpatil has joined #openstack-qa05:22
openstackgerritIan Wienand proposed openstack/devstack master: Explain the status of CentOS 7 on script start  https://review.opendev.org/69840305:58
ianwfrickler: ^ i agree on clearing up what the status of centos7 is05:58
ianwi don't think we want to bother pulling out big chunks of stuff to remove any reference to it just to put it back with the centos8 work.  it's not ideal, but it's just the way it is as everything ets worked on05:59
openstackgerritIan Wienand proposed openstack/devstack master: [dnm] testing centos-8 bringup  https://review.opendev.org/68861406:01
*** soniya29 has joined #openstack-qa06:02
*** pcaruana has joined #openstack-qa06:09
*** raukadah is now known as chkumar|ruck06:10
*** tosky has joined #openstack-qa07:09
*** rishabhhpe has quit IRC07:09
*** gcheresh has joined #openstack-qa07:47
*** slaweq has joined #openstack-qa07:47
openstackgerritPallav Gupta proposed openstack/tempest master: Add test to validate identity max request body size limit  https://review.opendev.org/69841307:48
*** soniya29 has quit IRC07:54
*** bhagyashris has quit IRC07:54
*** tesseract has joined #openstack-qa07:57
openstackgerritwanglbj proposed openstack/tempest master: add unittest for agent operation interface in network part  https://review.opendev.org/69841608:05
*** bhagyashris has joined #openstack-qa08:06
*** pcaruana has quit IRC08:22
*** bhagyashris has quit IRC08:30
*** rpittau|afk is now known as rpittau08:36
*** kopecmartin|off is now known as kopecmartin08:44
*** jpena|off is now known as jpena08:53
openstackgerritSlawek Kaplonski proposed openstack/devstack master: Include dnsmasq-utils package on all Ubuntu versions  https://review.opendev.org/69842508:54
*** ralonsoh has joined #openstack-qa08:55
fricklerslaweq: ^^ ha, good catch, I looked at that yesterday and didn't realize that the comment was actually filtering it08:56
fricklerI'm just wondering why this is breaking only now, shouldn't have worked ever since08:58
tosky(magic)08:59
*** bhagyashris has joined #openstack-qa09:01
*** iurygregory has joined #openstack-qa09:02
*** soniya29 has joined #openstack-qa09:02
openstackgerritwanglbj proposed openstack/tempest master: add unittest for agent operation interface in network part  https://review.opendev.org/69841609:07
slaweqfrickler: thx, I don't know what has changed in the ironic job now that it's failing09:20
*** udesale has quit IRC09:29
*** udesale has joined #openstack-qa09:32
*** rishabhhpe has joined #openstack-qa09:32
*** rcernin has quit IRC09:50
openstackgerritRodolfo Alonso Hernandez proposed openstack/tempest master: Add a default network when creating a server  https://review.opendev.org/68296409:53
*** farhanjamil has joined #openstack-qa09:55
fricklerslaweq: neutron-grenade jobs seem to be failing since Friday, this shows the last success, if you remove the result filter, you see only failures http://zuul.openstack.org/builds?job_name=neutron-grenade&branch=master&result=SUCCESS09:58
fricklerthis is the error that I see that looks suspicous to me http://zuul.openstack.org/build/d95446a8a2a141959f8c20178e7b7bf8/log/logs/screen-q-agt.txt.gz#1043009:58
fricklerhmm, looking closer, this seems to be because it is running on py2, shouldn't the grenade jobs run on py3 now? or was neutron-grenade explicitly pinned to py2?10:00
*** soniya29 has quit IRC10:00
*** gfidente has joined #openstack-qa10:03
fricklerthat error point to https://review.opendev.org/690098 by ralonsoh but that was merged only later, maybe multiple things have been breaking down since neutron doesn't test against py27 anymore?10:04
ralonsohfrickler, this is not the patch introducing UserDict10:05
ralonsohoh yes, it is in OVS agent10:05
ralonsohthere is another one in DHCP agent10:05
*** dtantsur|afk is now known as dtantsur10:06
ralonsohbut this is OK, we don't use py2 in agents anymore10:06
fricklerralonsoh: well, except in the neutron-grenade job, it seems :-/10:06
ralonsohI'll talk to slaweq to fix this problem asap10:07
fricklergmann: ^^ this seems to be blocking tempest among others10:07
*** farhanjamil has quit IRC10:07
fricklerralonsoh: I think the way forward would be to fix the job to use python3, rather than forcing py2 compatibility in neutron10:08
ralonsohfrickler, sure, this is the right way10:08
*** soniya29 has joined #openstack-qa10:15
slaweqfrickler: neutron-grenade is py2 job10:28
slaweqgrenade-py3 is it's equivalent with py310:28
slaweqI have patches to various projects to drop neutron-grenade job10:28
slaweqfrickler: https://review.opendev.org/#/q/owner:skaplons%2540redhat.com+status:open+branch:master+topic:drop-py27-support10:29
fricklerslaweq: hmm, the tempest patch is blocked to wait until phase-2, but that doesn't seem to work now. maybe this falls under "If there is any cross project dependency and removing the py2.7 support causing other projects py27 jobs then failing job can be dropped immediately to unblock the gate and proceed on complete cleanup in another patch."10:35
slaweqfrickler: IMO it has to be dropped now as this job is failing10:35
slaweqfrickler: but I think it's gmann's decision :)10:35
*** bhagyashris has quit IRC10:53
*** udesale has quit IRC11:04
*** bhagyashris has joined #openstack-qa11:07
rishabhhpegmann: thanks for the sharing the document with us for xenial to bionic . But i can see from that it is more specific for  zuul v3 .. but we are running our CI on zuul v2 is there link related to that also ?11:16
openstackgerritAlfredo Moralejo proposed openstack/devstack master: [dnm] testing centos-8 bringup  https://review.opendev.org/68861411:29
*** arxcruz is now known as arxcruz|pto11:32
*** raildo has joined #openstack-qa11:32
*** udesale has joined #openstack-qa11:35
*** pcaruana has joined #openstack-qa11:36
*** rishabhhpe has quit IRC11:37
*** brinzhang has joined #openstack-qa12:00
*** larainema has quit IRC12:01
*** brinzhang has quit IRC12:02
*** brinzhang has joined #openstack-qa12:02
*** brinzhang has quit IRC12:03
*** brinzhang has joined #openstack-qa12:03
*** brinzhang has quit IRC12:04
*** spsurya has joined #openstack-qa12:05
*** rfolco has joined #openstack-qa12:05
*** brinzhang has joined #openstack-qa12:07
*** brinzhang has quit IRC12:07
*** brinzhang has joined #openstack-qa12:08
*** brinzhang has quit IRC12:09
*** brinzhang has joined #openstack-qa12:11
*** brinzhang has quit IRC12:11
*** brinzhang has joined #openstack-qa12:12
*** brinzhang_ has joined #openstack-qa12:16
*** brinzhang has quit IRC12:19
*** jpena is now known as jpena|lunch12:29
*** ccamposr has quit IRC12:37
*** ramishra has quit IRC12:39
*** ccamposr has joined #openstack-qa12:39
*** haixin has joined #openstack-qa12:40
*** udesale has quit IRC12:50
*** paras333 has joined #openstack-qa12:57
*** rishabhhpe has joined #openstack-qa13:03
*** brinzhang has joined #openstack-qa13:10
openstackgerritStephen Finucane proposed openstack/hacking master: General cleanups  https://review.opendev.org/65156613:10
openstackgerritStephen Finucane proposed openstack/hacking master: Bump flake8 version to something modern  https://review.opendev.org/65156513:10
openstackgerritStephen Finucane proposed openstack/hacking master: WIP: Migrate tests  https://review.opendev.org/69847313:10
*** SurajPatil has joined #openstack-qa13:18
openstackgerritMerged openstack/devstack master: Include dnsmasq-utils package on all Ubuntu versions  https://review.opendev.org/69842513:18
openstackgerritDmitry Tantsur proposed openstack/devstack stable/train: Include dnsmasq-utils package on all Ubuntu versions  https://review.opendev.org/69847513:21
*** surpatil has quit IRC13:21
*** anastzhyr has joined #openstack-qa13:21
*** soniya29 has quit IRC13:27
*** soniya29 has joined #openstack-qa13:30
*** jpena|lunch is now known as jpena13:30
*** surpatil has joined #openstack-qa13:32
*** brinzhang_ has quit IRC13:33
*** SurajPatil has quit IRC13:35
*** rh-jelabarre has joined #openstack-qa13:37
*** soniya29 has quit IRC13:54
*** mriedem has joined #openstack-qa13:59
*** vhari has joined #openstack-qa14:04
*** rishabhhpe has quit IRC14:05
*** bhagyashris has quit IRC14:06
*** vhari has quit IRC14:06
*** brinzhang has quit IRC14:15
*** rishabhhpe has joined #openstack-qa14:22
*** dtantsur is now known as dtantsur|brb14:44
*** haixin has quit IRC14:46
*** ramishra has joined #openstack-qa15:00
*** ramishra has quit IRC15:01
*** ramishra has joined #openstack-qa15:01
*** amodi has quit IRC15:02
openstackgerritLucas Alvares Gomes proposed openstack/devstack master: Add "OVN" debs and rpms package files  https://review.opendev.org/69850615:19
*** surpatil has quit IRC15:33
*** chkumar|ruck is now known as raukadah15:47
*** gcheresh_ has joined #openstack-qa16:04
*** gcheresh has quit IRC16:04
*** rishabhhpe has quit IRC16:09
*** gcheresh_ has quit IRC16:09
gmannfrickler: ralonsoh slaweq yeah, we can drop as it is failing. it falls under the case frickler mentioned. only thing we need to do is make that job until stable/train as Tempest tests stable branch also16:11
gmannlet me check that16:12
ralonsohgmann, thanks!16:12
gmann+2. afazekas masayukig mtreinish  can any of you approve this to unblock the tempest gate - https://review.opendev.org/#/c/694246/16:18
gmannslaweq: can you remove -W from this - https://review.opendev.org/#/c/694234/16:20
*** rishabhhpe has joined #openstack-qa16:21
gmannrishabhhpe: hi16:21
gmannrishabhhpe: that blog ( Phase2) and ML has both jobs covered zuulv3 and legacy job also- example for legacy job moving to bionic - https://review.opendev.org/#/c/639017. base legacy jobs has been moved to use bionic node and any explicit use of xenial nodeset from derived jobs is removed16:23
gmannphase-2 section has all details16:23
*** gcheresh_ has joined #openstack-qa16:30
mtreinishgmann: +A16:32
gmannthanks16:32
*** gcheresh_ has quit IRC16:39
openstackgerritRodolfo Alonso Hernandez proposed openstack/tempest master: Add a default network when creating a server  https://review.opendev.org/68296416:39
*** ricolin has quit IRC16:46
rishabhhpegmann: Thanks i will check over that too.16:48
openstackgerritStephen Finucane proposed openstack/hacking master: Bump flake8 version to something modern  https://review.opendev.org/65156516:49
*** dtantsur|brb is now known as dtantsur16:55
*** iurygregory has quit IRC16:56
*** rpittau is now known as rpittau|afk17:13
openstackgerritStephen Finucane proposed openstack/hacking master: Bump flake8 version to something modern  https://review.opendev.org/65156517:18
openstackgerritStephen Finucane proposed openstack/hacking master: Address flake8 3.x violations  https://review.opendev.org/69854817:18
*** igordc has joined #openstack-qa17:42
rishabhhpegmann: the blog you mentioned is for changing a job with nodeset to bionic is for zuul v3 and for zuul v2 we do not have such playbook with which i can explicitly make it to use bionic nodeset17:45
rishabhhpeHere i am using zuul v2 not zuul v317:46
gmannrishabhhpe: its not in playbook, its in job definition.17:47
gmannrishabhhpe: this is the example where i moved the legacy jobs to bionic with all stable branch till stable/rocky keep running on xenial and other on bionic - https://review.opendev.org/#/c/639096/8/zuul.d/jobs.yaml17:50
gmanndepends on its single or multinode job you can use the corresponding bionic nodeset17:50
rishabhhpeSo if base devstack is running xenial the spawned instance can be bionic also after this change ?17:51
gmannbase devstack will be on bionic if you use bionic nodeset17:52
rishabhhpesorry let me reframe it -- if base devstack is running on xenial and instance spawned on top of that can be bionic after this change in jjb defination17:52
gmannwhat do you mean by base devstack ?17:53
gmannwhat is your parent job - legacy-dsvm-base ?17:53
clarkbgmann: I think there is a base devstack that is providing test nodes to zuulv217:54
clarkbgmann: rishabhhpe the base devstack can be run on xenial if you want17:54
clarkbit is the test nodes themselves that need to be bionic to make current devstack happy17:54
gmannohk.17:54
gmannthat should be fine with nodeset on job definition17:55
openstackgerritMerged openstack/hacking master: General cleanups  https://review.opendev.org/65156617:55
rishabhhpelike for third party CI we have one vm running nodepool,zuul v2 etc and there are some providers which are also running on xenial on which devstack is installed now after that when job is getting triggered it is spawning an instance inside devstack on which again we are installing devstack which is xenial .. and it is failing as support is removed for xenial17:55
*** gfidente has quit IRC17:56
gmannand bionic nodeset in job definition did not work ?17:56
rishabhhpewell i tried building a new image by changing a release version in nodepool.yaml17:57
rishabhhpebut image creation was failing17:57
rishabhhpeand i didnt tried changing this JJB defination to change the nodeset to bionic forcefully which you suggested in your blog17:57
*** jpena is now known as jpena|off18:06
openstackgerritMerged openstack/hacking master: Address flake8 3.x violations  https://review.opendev.org/69854818:08
rishabhhpegmann: that was much help from your end .. but please confirm if we need to create new dib-image for this bionic ?18:08
rishabhhpeand thanks clarkb for understanding the root cause .18:09
gmannrishabhhpe: i think both should work but clarkb can confirm if specific image istelf created  for bionic can work fine18:09
clarkbyou'll need a bionic image to boot bionic nodes18:10
clarkbcreating a new dib image with nodepool is one way to do that18:10
rishabhhpeso for creating bionic image any specific changes i need to do in nodepool.yaml ?18:12
rishabhhpebecause i tried with changing the release: bionic it got failed18:13
clarkbyou'll need to see how it failed. Possible that you need to update disk iamge builder as bionic is a newer release18:13
*** igordc has quit IRC18:13
*** igordc has joined #openstack-qa18:14
rishabhhpedisk image builder ?? u mean to say nodepool ? or is there blog or any link available to check on that ?18:15
gmannclarkb: upstream gate image not available for 3rd party CI ? or it is node being maintained with a different label and depends on what job ask zuul boot up that node.18:16
clarkbgmann: we publish our images but they aren't really intended for reconsumption (more to reproduce failures if necessary)18:16
clarkbthe image has our zuul user key in it ofr example18:16
gmanni see18:17
clarkbrishabhhpe: diskimage-builder (dib for short) is the tool nodepool uses to build those images18:17
rishabhhpeyeah i got to know that .. but my concern is whether only changing release to bionic in nodepool.yaml is a correct approach or do i need to change anything else18:18
clarkbI don't know. I'd have to look at the config and probably change it and see what happens18:19
clarkband if it fails look at the logs to see how it failed and go from there18:19
rishabhhpewell i dont have the full error log i have this much content only and i posted it here : http://paste.openstack.org/show/787467/18:21
rishabhhpefor details logs .. may be i will share it to you by tommorow18:21
*** dtantsur is now known as dtantsur|afk18:23
clarkbrishabhhpe: do you have a /var/log/nodepool/images or /var/log/nodepool/builds? if so there should be an image build log file in that dir for that18:23
*** igordc has quit IRC18:25
rishabhhpeI can provide it to you tommorow because now because of lot of retries it myt that archived .. so i will provide you fresh log tommorow18:27
*** anastzhyr has quit IRC18:41
*** rishabhhpe has quit IRC18:41
*** tosky has quit IRC18:44
*** ralonsoh has quit IRC18:55
openstackgerritMerged openstack/tempest master: Drop old neutron-grenade job  https://review.opendev.org/69424619:03
*** mvkr has quit IRC19:06
*** spsurya has quit IRC19:14
*** iurygregory has joined #openstack-qa19:34
*** mriedem has quit IRC19:37
*** tesseract has quit IRC19:46
slaweqgmann: I removed -W from https://review.opendev.org/#/c/694234/19:57
slaweqgmann: it's the last patch to remove this old job19:58
openstackgerritCarlos Goncalves proposed openstack/devstack master: [dnm] testing centos-8 bringup  https://review.opendev.org/68861419:58
*** otherwiseguy_ has joined #openstack-qa20:03
*** lbragstad has joined #openstack-qa20:03
gmannslaweq: thanks20:07
otherwiseguy_question re: tempest/neutron-tempest-plugin and https://bugs.launchpad.net/tripleo/+bug/1855985. I'm currently seeing some failures due to the test_agent_management code stepping on itself because both the neutron-tempest-plugin version and the tempest in-tree version are running and modifying the agent. Anyone know of any reason not to remove the in-tempest-tree versions?20:14
openstackLaunchpad bug 1855985 in tripleo "tempest network test_list_agent test failed with mismatch error in train fs020" [Critical,Confirmed]20:14
gmannotherwiseguy_: it is more appropriate to keep in neutron-tempest-pluing. this is admin tests so not used by interop so we can remove from Tempest. There might be many tests exist in both side and we decided to keep those in single place.20:17
gmannotherwiseguy_: to remove the test from Tempest, we need to follow this policy - https://docs.openstack.org/tempest/latest/test_removal.html20:18
otherwiseguy_gmann: great, I'll take a look. Thanks!20:18
gmannotherwiseguy_: first 2 conditions are fine and last one we need to take care before removal. these are the user we need to take care - http://codesearch.openstack.org/?q=test_agent_management&i=nope&files=&repos=20:19
otherwiseguy_gmann: each of the projects there seem to have test_agent_management either in an exclusion list, or in a list of things that "should fail" because agent support isn't added. So I think we'll be good.20:26
otherwiseguy_(if I'm reading it all correctly, anyway)20:27
gmannotherwiseguy_: seems so, but we can push the patch to those repo to remove this test ref also. and add links those to tempest removal patch.20:36
gmannor you can propose the patch to remove the test form tempest and I can take care of those user repo20:37
otherwiseguy_gmann: I'll go ahead and propose the patch, doing my best to follow the procedure. Thanks.20:42
gmannotherwiseguy_: perfect. thanks20:43
*** iurygregory has quit IRC20:45
openstackgerritTerry Wilson proposed openstack/tempest master: Remove test_agent_management tests  https://review.opendev.org/69858920:54
*** slaweq has quit IRC21:03
openstackgerritLee Yarwood proposed openstack/devstack master: tempest: Only enable xvpvnc_console prior to Ussuri  https://review.opendev.org/69859121:03
*** slaweq has joined #openstack-qa21:11
*** slaweq has quit IRC21:16
openstackgerritLee Yarwood proposed openstack/tempest master: compute: Optionally test the xvpvnc console type  https://review.opendev.org/69585321:17
openstackgerritLee Yarwood proposed openstack/tempest master: Add boot from encrypted snapshot test  https://review.opendev.org/69554921:21
*** rcernin has joined #openstack-qa21:23
otherwiseguy_gmann: before I do more, just something like https://review.opendev.org/#/c/698594/ for the user patches?21:29
*** mvkr has joined #openstack-qa21:30
*** raildo has quit IRC21:31
*** lbragstad has quit IRC21:34
*** mattw4 has joined #openstack-qa21:36
*** pcaruana has quit IRC21:38
*** dviroel has quit IRC22:00
openstackgerritParas Babbar proposed openstack/tempest master: Fix test_stamp_pattern to remove dependency of user supplied volume name  https://review.opendev.org/69859822:05
*** slaweq has joined #openstack-qa22:11
*** tosky has joined #openstack-qa22:15
*** slaweq has quit IRC22:16
*** paras333 has quit IRC22:16
*** mvkr has quit IRC22:16
*** ccamposr__ has joined #openstack-qa22:18
*** mvkr has joined #openstack-qa22:20
*** ccamposr has quit IRC22:21
*** rfolco has quit IRC22:25
*** mriedem has joined #openstack-qa22:37
*** rfolco has joined #openstack-qa22:45
openstackgerritCarlos Goncalves proposed openstack/devstack master: [dnm] testing centos-8 bringup  https://review.opendev.org/68861422:46
*** slaweq has joined #openstack-qa23:11
*** slaweq has quit IRC23:15
*** slaweq has joined #openstack-qa23:32
*** tosky has quit IRC23:40
*** slaweq has quit IRC23:41
gmannotherwiseguy_: correct23:53
*** brinzhang has joined #openstack-qa23:58

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