*** yamamoto has joined #openstack-qa | 00:08 | |
*** ccamposr has joined #openstack-qa | 00:13 | |
*** ccamposr__ has quit IRC | 00:15 | |
*** rfolco has quit IRC | 00:15 | |
*** yamamoto has quit IRC | 00:18 | |
*** brinzhang has joined #openstack-qa | 00:51 | |
*** yamamoto has joined #openstack-qa | 02:17 | |
*** yamamoto has quit IRC | 02:26 | |
*** yamamoto has joined #openstack-qa | 02:27 | |
*** brinzhang_ has joined #openstack-qa | 02:34 | |
*** brinzhang has quit IRC | 02:37 | |
*** dave-mccowan has quit IRC | 02:44 | |
*** yamamoto has quit IRC | 02:49 | |
*** ramishra has joined #openstack-qa | 02:50 | |
*** yamamoto has joined #openstack-qa | 02:55 | |
*** brinzhang0 has joined #openstack-qa | 03:04 | |
*** yamamoto has quit IRC | 03:04 | |
*** brinzhang_ has quit IRC | 03:07 | |
*** ricolin has joined #openstack-qa | 03:31 | |
*** yamamoto has joined #openstack-qa | 03:43 | |
*** yamamoto has quit IRC | 03:48 | |
openstackgerrit | Merged openstack/patrole master: Shorten Identity project name due to 64 char limit. https://review.opendev.org/745405 | 03:59 |
---|---|---|
*** raukadah is now known as chkumar|rover | 04:20 | |
*** evrardjp has quit IRC | 04:33 | |
*** evrardjp has joined #openstack-qa | 04:33 | |
*** yamamoto has joined #openstack-qa | 04:43 | |
*** gcheresh has joined #openstack-qa | 05:01 | |
*** brinzhang_ has joined #openstack-qa | 05:04 | |
*** brinzhang0 has quit IRC | 05:06 | |
*** abdysn has joined #openstack-qa | 05:26 | |
*** gcheresh has quit IRC | 05:31 | |
*** brinzhang0 has joined #openstack-qa | 05:54 | |
*** brinzhang_ has quit IRC | 05:57 | |
*** gcheresh has joined #openstack-qa | 05:58 | |
*** vishalmanchanda has joined #openstack-qa | 06:49 | |
*** yamamoto has quit IRC | 07:02 | |
*** afazekas has joined #openstack-qa | 07:04 | |
*** chaconpiza has joined #openstack-qa | 07:07 | |
*** yamamoto has joined #openstack-qa | 07:16 | |
openstackgerrit | Soniya Murlidhar Vyas proposed openstack/tempest master: Need to have stable tempest scenario manager https://review.opendev.org/724631 | 07:42 |
*** dtantsur|afk is now known as dtantsur | 07:55 | |
*** tosky has joined #openstack-qa | 07:55 | |
*** jpena|off is now known as jpena | 07:58 | |
*** lucasagomes has joined #openstack-qa | 07:59 | |
*** brinzhang_ has joined #openstack-qa | 08:04 | |
*** brinzhang0 has quit IRC | 08:07 | |
*** gfidente has joined #openstack-qa | 08:50 | |
*** slaweq has joined #openstack-qa | 09:07 | |
*** simondodsley has quit IRC | 09:11 | |
*** simondodsley has joined #openstack-qa | 09:17 | |
openstackgerrit | Vishal Manchanda proposed openstack/stackviz master: [DNM] Testing nodejs10 job with focal https://review.opendev.org/746467 | 09:29 |
openstackgerrit | Vishal Manchanda proposed openstack/stackviz master: [DNM] Testing nodejs10 job with focal https://review.opendev.org/746467 | 09:30 |
openstackgerrit | Martin Kopec proposed openstack/tempest master: Fix and unskip test_list_servers_filtered_by_ip_regex https://review.opendev.org/737545 | 09:31 |
*** slaweq has quit IRC | 09:32 | |
*** tkajinam has quit IRC | 09:55 | |
*** gfidente has quit IRC | 09:56 | |
*** Luzi has joined #openstack-qa | 09:59 | |
*** gfidente has joined #openstack-qa | 10:02 | |
*** brinzhang_ has quit IRC | 10:04 | |
*** brinzhang_ has joined #openstack-qa | 10:04 | |
*** brinzhang_ has quit IRC | 10:06 | |
*** brinzhang_ has joined #openstack-qa | 10:06 | |
*** ricolin has quit IRC | 10:41 | |
openstackgerrit | Lee Yarwood proposed openstack/tempest master: Add related test to Bug #1732428 https://review.opendev.org/743708 | 10:48 |
openstack | bug 1732428 in OpenStack Compute (nova) "Unshelving a VM breaks instance metadata when using qcow2 backed images" [Medium,In progress] https://launchpad.net/bugs/1732428 - Assigned to Alexandre arents (aarents) | 10:48 |
svyas | kopecmartin, gmann, masayukig: What does thing in create_floating_ip() means? | 11:04 |
svyas | kopecmartin, gmann, masayukig, thing is passed as argument to this method. But, I didn't get its significance | 11:05 |
svyas | https://opendev.org/openstack/barbican-tempest-plugin/src/branch/master/barbican_tempest_plugin/tests/scenario/manager.py | 11:05 |
openstackgerrit | Doug Schveninger proposed openstack/patrole master: Set admin, member and readeer gates to be the same https://review.opendev.org/746382 | 11:07 |
openstackgerrit | Doug Schveninger proposed openstack/patrole master: Fix Extension gates by supporting SKipExecption in test case. https://review.opendev.org/746480 | 11:07 |
kopecmartin | svyas: lol :D based on the context it looks like it's the server the new ip should be associated with | 11:10 |
svyas | kopecmartin, I think 'thing' deserves better name :) | 11:12 |
kopecmartin | definitely | 11:14 |
svyas | kopecmartin, gmann, the other day, we decided to keep just one method for creating image i.e. image_create by merging _image_create() + glance_image_create(). But, it seems test_minimum_basic.py uses glance_image_create() | 11:23 |
svyas | kopecmartin, gmann, shall I push a patch and replace the glance_image_create() with image_create()? | 11:24 |
*** tkajinam has joined #openstack-qa | 11:27 | |
kopecmartin | svyas: hm, _image_create is a private method used by glance_image_create , I think we decided to merge those two methods because we thought that some plugins use the first one while other plugins use the second one ... I think that the fact that one method is used by the other one in tempest changes the situation a little | 11:28 |
svyas | kopecmartin, actually, we decided to merge them because anyhow both of them do the same thing | 11:28 |
svyas | kopecmartin, one uses passed arguments to create image -> this is done by private method _image_create() | 11:29 |
svyas | kopecmartin, other creates its own and passes them to _image_create() | 11:29 |
kopecmartin | svyas: that's true .. a while ago we removed some deprecated code from the glance_image_create method which made that method less complex so you're right, merging them wouldn't be a bad idea | 11:31 |
svyas | kopecmartin, yeah | 11:31 |
*** jpena is now known as jpena|lunch | 11:33 | |
*** brinzhang0 has joined #openstack-qa | 11:34 | |
*** brinzhang_ has quit IRC | 11:37 | |
*** dave-mccowan has joined #openstack-qa | 11:39 | |
*** rfolco has joined #openstack-qa | 11:43 | |
*** raildo has joined #openstack-qa | 11:49 | |
*** psahoo_ has joined #openstack-qa | 11:57 | |
*** rh-jelabarre has joined #openstack-qa | 11:58 | |
*** yamamoto has quit IRC | 12:01 | |
*** ricolin has joined #openstack-qa | 12:06 | |
*** brinzhang_ has joined #openstack-qa | 12:14 | |
*** brinzhang0 has quit IRC | 12:17 | |
*** rh-jelabarre has quit IRC | 12:18 | |
*** andrebeltrami has joined #openstack-qa | 12:19 | |
tosky | brtknr: hi! Regarding https://review.opendev.org/#/c/743485/ (removal of last legacy jobs from magnum), is there anyone else that could be added to the review to speed up that review a bit? | 12:23 |
*** rh-jelabarre has joined #openstack-qa | 12:25 | |
*** lbragstad has quit IRC | 12:32 | |
*** dave-mccowan has quit IRC | 12:32 | |
*** yamamoto has joined #openstack-qa | 12:33 | |
openstackgerrit | Luigi Toscano proposed openstack/devstack master: New get-devstack-os-environment role https://review.opendev.org/746235 | 12:34 |
openstackgerrit | Soniya Murlidhar Vyas proposed openstack/tempest master: Use of single interface for creating image https://review.opendev.org/746492 | 12:35 |
*** gfidente has quit IRC | 12:36 | |
*** jpena|lunch is now known as jpena | 12:38 | |
*** dave-mccowan has joined #openstack-qa | 12:42 | |
*** yamamoto has quit IRC | 12:42 | |
*** lbragstad has joined #openstack-qa | 12:43 | |
*** artom has joined #openstack-qa | 12:44 | |
*** gfidente has joined #openstack-qa | 12:56 | |
*** nweinber has joined #openstack-qa | 13:01 | |
*** TomStappaerts has joined #openstack-qa | 13:05 | |
TomStappaerts | Hi, we are currently struggling with setting up devstack with Ussuri on centos8. I believe we should backport https://review.opendev.org/#/c/735558 to Ussuri. Thoughts? | 13:06 |
*** rishabhhpe has joined #openstack-qa | 13:06 | |
rishabhhpe | Hi All, Please help me with the error pasted here -: http://paste.openstack.org/show/796886/ -- most of my TC are failing the error mentioned | 13:06 |
openstackgerrit | Soniya Murlidhar Vyas proposed openstack/tempest master: Use of single interface for creating image https://review.opendev.org/746492 | 13:08 |
tosky | TomStappaerts: it's probably faster to just propose a backport | 13:09 |
TomStappaerts | Ok I was not sure that was appreciated | 13:09 |
tosky | TomStappaerts: I'm just not sure whether it would break centos7, but ussuri is python3 based anyway | 13:11 |
TomStappaerts | AFAIK ussuri does not support centos7 | 13:11 |
tosky | and that patch shouldn't affect ubuntu or other OSs anyway | 13:11 |
tosky | but I'm not a QA core :) | 13:11 |
TomStappaerts | I will propose the backport and we can take it from there :) | 13:12 |
tosky | tomorrow around this time there is the QA meeting/office hours, so you may want to raise this issue there too | 13:13 |
tosky | http://eavesdrop.openstack.org/#QA_Team_Office_hours | 13:14 |
openstackgerrit | Tom Stappaerts proposed openstack/devstack stable/ussuri: Handle uwsgi install for CentOS/RHEL https://review.opendev.org/746500 | 13:14 |
TomStappaerts | thx | 13:16 |
openstackgerrit | Soniya Murlidhar Vyas proposed openstack/tempest master: Need to have stable tempest scenario manager https://review.opendev.org/724631 | 13:17 |
*** Luzi has quit IRC | 13:26 | |
gmann | svyas: kopecmartin glance_image_create is used only in tempest so we can update the usage also along with changes. | 13:28 |
gmann | rishabhhpe: please check the nova logs for root cause. it might be in api or compute log | 13:28 |
rishabhhpe | gmann: it is there in cinder logs http://paste.openstack.org/show/796887/ | 13:30 |
*** dtantsur has quit IRC | 13:32 | |
*** jparker has joined #openstack-qa | 13:32 | |
gmann | TomStappaerts: +2 on backport. | 13:32 |
*** jparker_ has joined #openstack-qa | 13:33 | |
*** jparker has quit IRC | 13:33 | |
*** brinzhang0 has joined #openstack-qa | 13:33 | |
gmann | rishabhhpe: "Table 'cinder.default_volume_types' doesn't exist", please check with cinder team they might now the reason | 13:34 |
*** brinzhang0 has quit IRC | 13:35 | |
*** brinzhang0 has joined #openstack-qa | 13:35 | |
*** brinzhang_ has quit IRC | 13:36 | |
*** dtantsur has joined #openstack-qa | 13:38 | |
*** tkajinam has quit IRC | 14:06 | |
*** rishabhhpe has quit IRC | 14:12 | |
*** rishabhhpe has joined #openstack-qa | 14:13 | |
*** abdysn has quit IRC | 14:14 | |
*** brinzhang has joined #openstack-qa | 14:25 | |
*** brinzhang0 has quit IRC | 14:27 | |
*** gfidente has quit IRC | 14:33 | |
*** brinzhang_ has joined #openstack-qa | 14:34 | |
*** brinzhang has quit IRC | 14:37 | |
openstackgerrit | Tom Stappaerts proposed openstack/devstack stable/ussuri: Handle (u)wsgi install for CentOS/RHEL https://review.opendev.org/746500 | 14:44 |
*** chkumar|rover is now known as raukadah | 14:45 | |
*** gfidente has joined #openstack-qa | 14:46 | |
*** brinzhang0 has joined #openstack-qa | 15:04 | |
*** brinzhang_ has quit IRC | 15:06 | |
openstackgerrit | Merged openstack/patrole master: [goal] Migrate patrole jobs to focal https://review.opendev.org/740371 | 15:19 |
*** rishabhhpe has quit IRC | 15:43 | |
*** rishabhhpe has joined #openstack-qa | 15:43 | |
openstackgerrit | Ghanshyam Mann proposed openstack/eslint-config-openstack master: Switch from oslosphinx to openstackdocstheme https://review.opendev.org/746550 | 15:46 |
*** rishabhhpe has quit IRC | 15:49 | |
*** gcheresh has quit IRC | 15:50 | |
openstackgerrit | Merged openstack/devstack master: Fix is_fedora RHEL 8 detection https://review.opendev.org/744287 | 15:52 |
*** lucasagomes has quit IRC | 16:02 | |
*** gfidente has quit IRC | 16:08 | |
*** gcheresh has joined #openstack-qa | 16:10 | |
*** gfidente has joined #openstack-qa | 16:13 | |
*** jpena is now known as jpena|off | 16:14 | |
openstackgerrit | Doug Schveninger proposed openstack/patrole master: Fix Extension gates by supporting SKipExecption in test case. https://review.opendev.org/746480 | 16:21 |
*** psahoo_ has quit IRC | 16:22 | |
*** gfidente has quit IRC | 16:28 | |
*** brinzhang_ has joined #openstack-qa | 16:38 | |
*** brinzhang0 has quit IRC | 16:42 | |
*** gcheresh has quit IRC | 16:45 | |
*** gcheresh_ has joined #openstack-qa | 16:45 | |
*** dtantsur is now known as dtantsur|afk | 16:59 | |
*** artom has quit IRC | 17:30 | |
*** artom has joined #openstack-qa | 17:32 | |
gmann | TomStappaerts: can you backport both fix separately | 17:33 |
*** brinzhang0 has joined #openstack-qa | 17:37 | |
*** vishalmanchanda has quit IRC | 17:37 | |
*** brinzhang_ has quit IRC | 17:40 | |
*** slaweq has joined #openstack-qa | 18:44 | |
*** slaweq has quit IRC | 19:36 | |
TomStappaerts | gmann: How do we gate them then? | 19:40 |
TomStappaerts | gmann: Ah ok I get it, since the job that is broken is non-voting it will work out. | 19:41 |
openstackgerrit | Tom Stappaerts proposed openstack/devstack stable/ussuri: Use python3-mod-wsgi instead of mod_wsgi on CentOS8 https://review.opendev.org/746590 | 19:42 |
openstackgerrit | Tom Stappaerts proposed openstack/devstack stable/ussuri: Handle uwsgi install for CentOS/RHEL https://review.opendev.org/746500 | 19:44 |
*** slaweq has joined #openstack-qa | 19:46 | |
*** slaweq has quit IRC | 19:52 | |
openstackgerrit | Doug Schveninger proposed openstack/patrole master: Fix Extension gates by supporting SKipExecption in test case. https://review.opendev.org/746480 | 19:54 |
*** nweinber has quit IRC | 20:45 | |
*** gcheresh_ has quit IRC | 20:45 | |
*** rfolco has quit IRC | 20:51 | |
*** ccamposr has quit IRC | 20:59 | |
*** ccamposr has joined #openstack-qa | 20:59 | |
*** raildo has quit IRC | 21:22 | |
openstackgerrit | James Parker proposed openstack/whitebox-tempest-plugin master: Pass hostname to NovaServiceManager https://review.opendev.org/746605 | 21:23 |
*** brinzhang_ has joined #openstack-qa | 21:44 | |
*** yamamoto has joined #openstack-qa | 21:46 | |
*** brinzhang0 has quit IRC | 21:47 | |
*** ccamposr has quit IRC | 21:55 | |
*** yamamoto has quit IRC | 22:29 | |
*** rcernin has joined #openstack-qa | 22:33 | |
*** rfolco has joined #openstack-qa | 22:34 | |
*** tosky has quit IRC | 22:57 | |
*** tkajinam has joined #openstack-qa | 23:07 | |
*** brinzhang0 has joined #openstack-qa | 23:09 | |
*** brinzhang_ has quit IRC | 23:12 | |
openstackgerrit | Luigi Toscano proposed openstack/devstack master: New get-devstack-os-environment role https://review.opendev.org/746235 | 23:14 |
*** rfolco has quit IRC | 23:29 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!