*** hamalq has quit IRC | 00:32 | |
*** brinzhang has joined #openstack-qa | 00:44 | |
*** ajitha has quit IRC | 01:02 | |
*** Liang__ has joined #openstack-qa | 01:10 | |
*** rcernin has quit IRC | 03:17 | |
*** rcernin has joined #openstack-qa | 03:55 | |
*** rcernin has quit IRC | 03:56 | |
*** ricolin_ has joined #openstack-qa | 04:01 | |
*** rcernin has joined #openstack-qa | 04:03 | |
*** evrardjp has quit IRC | 04:33 | |
*** evrardjp has joined #openstack-qa | 04:33 | |
*** vishalmanchanda has joined #openstack-qa | 04:35 | |
*** rpittau|afk is now known as rpittau | 05:43 | |
*** brinzhang_ has joined #openstack-qa | 05:52 | |
*** sboyron has joined #openstack-qa | 05:53 | |
*** brinzhang has quit IRC | 05:55 | |
*** lpiwowar has joined #openstack-qa | 06:21 | |
*** lpiwowar_ has joined #openstack-qa | 06:22 | |
*** gcheresh has joined #openstack-qa | 06:31 | |
*** tkajinam has quit IRC | 06:42 | |
*** tkajinam has joined #openstack-qa | 06:42 | |
*** lpiwowar_ has quit IRC | 06:47 | |
*** ralonsoh has joined #openstack-qa | 06:59 | |
*** sboyron_ has joined #openstack-qa | 07:17 | |
*** sboyron has quit IRC | 07:19 | |
*** slaweq has joined #openstack-qa | 07:38 | |
*** rcernin has quit IRC | 07:45 | |
*** tosky has joined #openstack-qa | 07:46 | |
*** gfidente has joined #openstack-qa | 07:51 | |
*** jpena|off is now known as jpena | 08:01 | |
*** gcheresh has quit IRC | 08:04 | |
*** lucasagomes has joined #openstack-qa | 08:10 | |
*** gfidente has quit IRC | 08:10 | |
*** gcheresh has joined #openstack-qa | 08:14 | |
*** gfidente has joined #openstack-qa | 08:14 | |
*** ccamposr has joined #openstack-qa | 08:40 | |
*** lpiwowar has quit IRC | 08:40 | |
*** zenkuro has joined #openstack-qa | 08:42 | |
*** ccamposr__ has quit IRC | 08:43 | |
*** dtantsur|afk is now known as dtantsur | 08:44 | |
*** lpiwowar has joined #openstack-qa | 08:44 | |
*** ricolin_ has quit IRC | 09:04 | |
openstackgerrit | Merged openstack/devstack-plugin-ceph master: Create tox environment to build pdf documentation https://review.opendev.org/751036 | 09:23 |
---|---|---|
openstackgerrit | Merged openstack/devstack-gate master: Move stable branch gate job to stable/victoria https://review.opendev.org/755419 | 09:51 |
*** lucasagomes has quit IRC | 09:56 | |
*** Liang__ has quit IRC | 09:57 | |
*** lucasagomes has joined #openstack-qa | 09:57 | |
*** lucasagomes has quit IRC | 09:57 | |
*** lucasagomes has joined #openstack-qa | 09:58 | |
*** rcernin has joined #openstack-qa | 10:50 | |
*** rcernin has quit IRC | 11:31 | |
*** ccamposr__ has joined #openstack-qa | 11:33 | |
*** lpiwowar_ has joined #openstack-qa | 11:33 | |
*** lpiwowar has quit IRC | 11:34 | |
*** ccamposr has quit IRC | 11:34 | |
*** andrebeltrami has quit IRC | 11:34 | |
*** ttx has quit IRC | 11:34 | |
*** freefood has quit IRC | 11:34 | |
*** andrebeltrami has joined #openstack-qa | 11:34 | |
*** jpena is now known as jpena|lunch | 11:34 | |
*** ttx has joined #openstack-qa | 11:36 | |
*** freefood has joined #openstack-qa | 11:40 | |
openstackgerrit | Martin Kopec proposed openstack/tempest master: Delete test_reboot_server_soft https://review.opendev.org/647718 | 11:45 |
*** slaweq has quit IRC | 12:03 | |
*** slaweq has joined #openstack-qa | 12:17 | |
*** jpena|lunch is now known as jpena | 12:32 | |
*** rpittau is now known as rpittau|afk | 13:03 | |
openstackgerrit | Merged openstack/tempest master: Add missing replication_status in group schema https://review.opendev.org/750554 | 13:09 |
*** nweinber has joined #openstack-qa | 13:11 | |
*** paras333 has joined #openstack-qa | 13:15 | |
*** paras333 has quit IRC | 13:16 | |
zenkuro | hello, so it looks like nore centos8 nor fedora 32 is usable for devstack out of the box | 13:22 |
openstackgerrit | Lukas Piwowarski proposed openstack/eslint-config-openstack master: Fix building of the pdf documentation https://review.opendev.org/752227 | 13:42 |
openstackgerrit | Lukas Piwowarski proposed openstack/eslint-config-openstack master: Fix building of the pdf documentation https://review.opendev.org/752227 | 13:49 |
openstackgerrit | Lukas Piwowarski proposed openstack/eslint-config-openstack master: Fix building of the pdf documentation https://review.opendev.org/752227 | 13:58 |
*** lpiwowar_ has quit IRC | 13:59 | |
clarkb | zenkuro: it looks like the devstack ci jobs for fedora 32 and centos 8 areboth passing. Can you provide more info on what the issue is? | 14:13 |
zenkuro | clarkb: for instance /opt/stack folder have to be 755 and not 700, so devstack install fails at the very beginning https://docs.openstack.org/devstack/latest/ | 14:24 |
zenkuro | clarkb: later it fails during attempt to print error: ebtables v1.8.4 (nf_tables): table `broute' is incompatible, use 'nft' tool | 14:25 |
zenkuro | clarkb: and this happens because devstack fails to identify pip on fedora 32 | 14:26 |
tosky | zenkuro: the first one (permissions) is more a documentation issue; I fixed that on the devstack jobs | 14:27 |
zenkuro | clarkb: previously I managed to install pip manually, but there is additional error to it | 14:27 |
clarkb | devstack should install pip itself using get-pip.py | 14:29 |
clarkb | and context for the ebtables error would be helpful | 14:29 |
zenkuro | clarkb: https://softwarefactory-project.io/paste/show/1880/ | 14:33 |
clarkb | that shows the ebtables issue is only happening in worlddump which happens after a failure (its a problem but not the cause of problems) | 14:33 |
clarkb | zenkuro: lines 28 and 29 there are where it is actually failing | 14:34 |
zenkuro | clarkb: https://softwarefactory-project.io/paste/show/1881/ | 14:34 |
zenkuro | yes, as I said it fails with installing pip AND it fails at failig =) | 14:35 |
zenkuro | (at gathering logs in particular) | 14:35 |
clarkb | right I think we should ignore the ebtables issue is what I'm saying, It will only help if the network is the problem and that isn't the case | 14:37 |
zenkuro | hm, are you guys interested in making devstack working in general on regular iso that fedora posts or only internal CI? | 14:39 |
clarkb | it should work in general | 14:40 |
*** slaweq has quit IRC | 14:42 | |
clarkb | zenkuro: reading that error message it is angry about the contents of your .localrc.auto whcih I believe is user supplied (it is in the devstack gitignore and it doesn't seem to write it at runtime) | 14:42 |
zenkuro | clarkb: because I see this error for a long time on centos8 and fedora30-32... and I havent managed to run devstack a single time successively. so Im kinda jealous and curious on how you guys mage to do it | 14:42 |
clarkb | zenkuro: can you share what you have in .localrc.auto? | 14:42 |
zenkuro | hm there is no localrc.auto in /opt/stack/devstack | 14:43 |
clarkb | /opt/stack/devstack/.localrc.auto: line 2: stack_host_ip2.stdout: command not found <- its definitely there when running /me reads more to make sure devstack doesn't write it | 14:44 |
clarkb | ah it does extract it from the local.conf's localrc section | 14:45 |
clarkb | so it will be yuor local.conf which we need to see | 14:45 |
clarkb | user supplied but in a generated file | 14:46 |
zenkuro | clarkb: https://softwarefactory-project.io/paste/show/1882/ | 14:46 |
clarkb | zenkuro: HOST_IP={{ stack_host_ip2.stdout }} | 14:46 |
clarkb | that looks like it may want to be interpolated from ansible but it isn't | 14:47 |
clarkb | I believe devstack will auto detect the host ip if you want to comment that out and try it again | 14:47 |
*** lbragstad_ is now known as lbragstad | 14:49 | |
zenkuro | clarkb: yes this is my fault | 14:53 |
openstackgerrit | Boyron Sébastien proposed openstack/devstack master: Update Ubuntu package to python3-libguestfs https://review.opendev.org/757127 | 15:07 |
zenkuro | clarkb: yes, this is totally my fault. cant believe that i capied same local conf again and again | 15:21 |
*** lucasagomes has quit IRC | 15:56 | |
openstackgerrit | Merged openstack/devstack-plugin-ceph master: TrivialFix: PDF and doc corrections https://review.opendev.org/756929 | 16:14 |
openstackgerrit | Paras Babbar proposed openstack/whitebox-tempest-plugin master: Add Test attach/detach scsi disk with config drive enabled https://review.opendev.org/752947 | 16:17 |
*** dtantsur is now known as dtantsur|afk | 16:26 | |
openstackgerrit | Paras Babbar proposed openstack/whitebox-tempest-plugin master: Add Test attach/detach scsi disk with config drive enabled https://review.opendev.org/752947 | 16:27 |
*** raildo has quit IRC | 16:30 | |
*** raildo has joined #openstack-qa | 16:30 | |
*** paras333 has joined #openstack-qa | 16:33 | |
*** tosky has quit IRC | 16:35 | |
*** gfidente is now known as gfidente|afk | 16:40 | |
*** hamalq has joined #openstack-qa | 16:45 | |
*** gfidente|afk has quit IRC | 16:52 | |
*** jpena is now known as jpena|off | 16:55 | |
*** ccamposr has joined #openstack-qa | 17:05 | |
*** ccamposr__ has quit IRC | 17:07 | |
*** chaconpiza has quit IRC | 17:13 | |
*** ralonsoh has quit IRC | 18:10 | |
*** vishalmanchanda has quit IRC | 18:15 | |
*** tkajinam has quit IRC | 18:25 | |
*** tosky has joined #openstack-qa | 18:32 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest master: Add glance image import copy-image tests https://review.opendev.org/742546 | 18:56 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest master: Add system scoped request for compute hypervisor tests https://review.opendev.org/740122 | 19:12 |
*** zenkuro has quit IRC | 20:28 | |
paras333 | gmann: are you aware of any issue on devstack deployment, our whitebox gate jobs are getting failed with this error whitebox-multinode-devstack | 20:35 |
paras333 | ? | 20:36 |
paras333 | https://zuul.opendev.org/t/openstack/build/891019b732c64ce68accfc2b20583ca6 | 20:36 |
paras333 | and last time it failed with ovs package issue https://zuul.opendev.org/t/openstack/build/1ff50c5f292f44099724e73a88d773d1 | 20:37 |
*** nweinber has quit IRC | 20:37 | |
gmann | paras333: seems it trying ubuntu-18. is it not whitebox plugin jobs switched to Focal ? | 20:41 |
paras333 | gmann: not sure , I thought all gate jobs automatically moved to focal no? | 20:44 |
paras333 | gmann: oh yeah from the code it seems , it is still using bionic | 20:45 |
gmann | paras333: yeah but these jobs has overridden nodeset which you need to switch to focal one - https://opendev.org/openstack/whitebox-tempest-plugin/src/branch/master/.zuul.yaml#L5-L35 | 20:45 |
paras333 | yeah correct | 20:46 |
paras333 | gmann: so that's what causing it? | 20:47 |
gmann | paras333: no that issue might be mirror issue. other devstack job working fine. | 20:49 |
gmann | paras333: Focal switch need to be done asap as I am going to mark that goal complete. can you push a patch? | 20:49 |
paras333 | gmann: sure | 20:50 |
gmann | thanks | 20:50 |
paras333 | gmann: do we need to modify the nodes label? I don't see any nested-virt-focal label that we used in whitebox | 20:50 |
paras333 | or I can just use any ubuntu-focal node | 20:51 |
*** zenkuro has joined #openstack-qa | 20:51 | |
gmann | paras333: its there - https://opendev.org/openstack/project-config/src/branch/master/nodepool/nl02.openstack.org.yaml#L44 | 20:51 |
gmann | paras333: this one v | 20:52 |
gmann | https://opendev.org/openstack/project-config/src/branch/master/nodepool/nl02.openstack.org.yaml#L46 | 20:52 |
paras333 | gmann: oh great thanks | 20:52 |
gmann | paras333: for multi-numa-ubuntu-bionic i cannot see focal one which you can create or ask in infra channel - https://opendev.org/openstack/project-config/src/branch/master/nodepool/nl02.openstack.org.yaml#L36 | 20:53 |
paras333 | gmann: ok I think that job is still non-voting and artom might be working on it https://zuul.opendev.org/t/openstack/build/b67ad8eb7553446abdd9fbf40ae7c3b7 | 20:55 |
gmann | paras333: ah these one - https://review.opendev.org/#/q/topic:use-ubuntu-focal+(status:open+OR+status:merged) | 20:56 |
gmann | i did not notice these due to different topic name | 20:57 |
paras333 | https://review.opendev.org/#/c/742014/ | 20:57 |
paras333 | yeah i will check with him and merge this asap | 20:57 |
gmann | thanks | 20:57 |
gmann | for current error, i think you can try recheck but gate is very loaded today | 20:58 |
paras333 | gmann: yeah i will do that | 20:58 |
*** raildo has quit IRC | 21:30 | |
*** hamalq has quit IRC | 21:37 | |
*** sboyron_ has quit IRC | 21:50 | |
artom | paras333, err, yeah, let's revisit this Tuesday | 21:51 |
* artom -> weekend | 21:51 | |
*** artom has quit IRC | 21:51 | |
*** paras333 has quit IRC | 21:55 | |
*** hamalq has joined #openstack-qa | 22:00 | |
*** gcheresh has quit IRC | 22:01 | |
*** paras333_ has joined #openstack-qa | 23:13 | |
*** hamalq has quit IRC | 23:26 | |
*** tosky has quit IRC | 23:26 | |
*** paras333_ has quit IRC | 23:28 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!