Wednesday, 2015-12-23

*** markvoelker has joined #openstack-qa00:00
anteayamtreinish: I'll finish eating dinner and then see if I can view it00:05
*** markvoelker has quit IRC00:05
anteayagetting a lot of numpy foo set but not used warnings00:12
tonybanteaya: clearly the Internet is better where you are ;P00:16
* tonyb is still doign the setup00:17
*** davidlenwell has quit IRC00:17
*** salv-orlando has quit IRC00:18
anteaya:)00:20
anteayatonyb: get ready for numpy warnings00:21
tonybanteaya: :)00:21
tonybmtreinish: okay I've clearly done something wrong.00:21
tonybmtreinish: I have: (.install)[tony@thor openstack-health]$ python2 openstack_health/api.py etc/openstack-health-api.conf * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit) * Restarting with stat * Debugger is active! * Debugger pin code: 314-484-94900:22
mtreinishtonyb: thats right00:22
mtreinishit's running the api server on localhost:500000:22
tonybrunning and glup dev running but when I go to <IP>:3000 I het the static UI and a loading and no data00:22
mtreinishanteaya: do you have a pastebin of the warning00:23
anteayaloads of traceback00:23
*** davidlenwell has joined #openstack-qa00:23
tonybmtreinish: if I manually mysql -h logstash.... I can auth to the DB so I don't think it's that ...00:23
anteayaI can see if I can get some for you00:23
mtreinishtonyb: hmm, can you do like curl -i localhost:5000/status or something?00:24
mtreinisherr probably throw an http in there00:24
mtreinishthat should tell you if the api server is connected to the db at least00:24
*** tosky has quit IRC00:25
tonybmtreinish: that seemed to work from the api server00:25
tonyb127.0.0.1 - - [23/Dec/2015 11:24:43] "GET /status HTTP/1.1" 200 -00:25
anteayamtreinish: this is all I've got at the moment: http://paste.openstack.org/show/482562/00:25
tonybdatabase availability is true00:25
tonybmtreinish: when I start gulp dev I don't see it hit the API server, I'm thinking that's wrong00:26
mtreinishanteaya: ah ok, yeah that's just c compiler warnings while it's building the python package00:26
mtreinishtonyb: yeah when the page loads it should try to talk to the api server00:26
mtreinishdoes the browser console show anything?00:27
mtreinishanteaya: it looks like the installs all worked there00:27
mtreinishtonyb: one thing I've seen is that if you get an error code from the api server the loading bar doesn't go away00:29
anteayamtreinish: yay!00:29
anteayamtreinish: thanks for looking00:29
mtreinishtonyb: oh, wait you're in au, maybe the queries are just really slow flying across the world00:29
anteayathe take a stop at the beach00:29
tonyb:)00:30
anteayathey*00:30
anteayaI would00:30
mtreinishtonyb: can you try a refresh of the page I'll check the mysql processlist to see if its spinning00:30
tonybmtreinish: done.00:31
tonybmtreinish: trying to get you a screenshot of what I'm seeing.00:31
*** rfolco has joined #openstack-qa00:31
mtreinishtonyb: :( I don't see anything on the mysql server00:31
*** ChuckC has quit IRC00:32
tonybmtreinish: does this work for you: http://imgur.com/T9Rxda200:32
mtreinishanteaya: are you able to get things started?00:32
mtreinishtonyb: hmm, yeah thats the right ui and what it would do while it's waiting for an api response00:33
tonybmtreinish: I'm pretty sure it's somethign on my system.  I'm not seeing any activity on port 5000 (and hence on the api server)00:33
timothyb89tonyb: can you open the dev tools (right click -> inspect on any part of the page) and see if there's any errors in the console?00:33
anteayamtreinish: I got this after npm install: npm WARN optional Skipping failed optional dependency /chokidar/fsevents:00:33
anteayanpm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.600:33
timothyb89anteaya: those should be okay to ignore00:34
anteayaokay great00:34
anteayawhat command do I run next?00:34
tonybtimothyb89: thanks Yeah there are a couple net::ERR_CONNECTION_REFUSED00:34
timothyb89assuming that was npm install that just finished, `gulp dev`00:34
mtreinishanteaya: https://github.com/openstack/openstack-health/blob/master/README.rst#api-100:34
mtreinishanteaya: followed by: https://github.com/openstack/openstack-health/blob/master/README.rst#frontend-100:34
mtreinishwhich will open the page on your browser00:35
mtreinishtonyb: fun00:35
tonybokay so I think it's all me.00:35
timothyb89tonyb: what does http://localhost:3000/config.json say for apiRoot?00:35
anteayaso next I run openstack-health-api <config_file>00:35
tonybso I'm actually using 2 machines00:35
anteayawhere is teh config_file?00:35
mtreinishtonyb: fwiw you can adjust etc/config.json to point at http://health.openstack.org and re-run gulp dev00:36
mtreinishthat will point the local js to the "prod" server00:36
mtreinishanteaya: in etc/ of the repo00:36
tonybmtreinish: okay00:36
anteayamtreinish: thanks00:36
* tonyb does that ....00:36
*** salv-orlando has joined #openstack-qa00:37
anteayaokay I am here: http://paste.openstack.org/show/482564/00:37
tonyb#winning00:38
openstackgerritOpenStack Proposal Bot proposed openstack/tempest: Updated from global requirements  https://review.openstack.org/25653400:38
mtreinishanteaya: cool that means the api server is started locally00:38
mtreinishanteaya: then in another terminal run gulp dev from the repo dir00:38
anteayak00:38
mtreinishand magic should happen :)00:38
mtreinishtonyb: also looking at that screenshot from before you could see the ui change I was worried about :)00:39
tonybmtreinish: yeah, but I wanted to see the breadcrumbs00:39
anteayamagic is happening!00:40
mtreinishcool00:42
anteayathis check mark seems oddly placed: http://imgur.com/OutqLkU00:42
anteayaso now, what am I supposed to be looking at?00:42
mtreinishanteaya: the placement of that group_by drop down vs whats on the current prod dashboard00:43
mtreinishhmm, yeah that check mark doesn't line up quite right :)00:43
anteayayeah00:43
timothyb89anteaya: odd, what browser is that?00:44
anteayaff 42.000:44
mtreinishtimothyb89: I just checked it locally I get similar things (I'm running ff 43)00:44
timothyb89this is what I get for only testing in chrome :)00:44
mtreinishheh, yeah it's fine in chrome00:44
anteayathe placement of the group_by drop down seems to be easy to find and not in the way of other elements that are around it00:44
anteayatimothyb89: live and learn00:45
mtreinishanteaya: ok so you're fine with it up there vs being where it is today?00:45
mtreinishthat's the question I wasn't sure of00:45
*** salv-orlando has quit IRC00:45
anteayawhere is it today?00:45
* tonyb +1's the change.00:45
* anteaya goes to the status page00:45
mtreinishhttp://status.openstack.org/openstack-health/#/00:45
tonyband now I knwo how to do loacal testing00:45
mtreinishheh, yeah now I know who to bug when we need guinea pigs00:46
anteayayes much better where it is now in the patch00:46
anteayamtreinish: hehe00:46
anteayaif people are patient with me when I ask stupid questions I'll try almost anything00:46
anteayabut I do ask stupid questions00:46
mtreinishanteaya: sorry, I didn't quite grok your assessment. The patch is better? or the current way is better?00:47
mtreinishanteaya: heh, no worries, you should have seen how long it took me to get everything working the first time00:47
anteayamtreinish: the patch is better00:48
anteayaI like the patch00:48
anteayamtreinish: hehehe00:48
mtreinishanteaya: ok cool, then I'm +2 on it00:49
anteayamtreinish: awesome00:49
anteayaI do have one request00:49
anteayayou seem to use the same topic for a lot of your patches00:49
anteayait used to not matter in old gerrit00:49
mtreinishanteaya: I'm normally too lazy to set a topic00:49
anteayanew gerrit seems to care00:49
anteayamtreinish: yes, I get that00:49
mtreinishit's hard to make me change00:49
mtreinishit's all muscle memory00:49
anteayaha ha ha00:49
anteayathought I'd start with the gentle appeal00:50
mtreinishI'll try to remember to do start setting a real topic it in the new year00:50
anteayathanks00:50
anteaya:)00:50
* tonyb => lunch00:51
mtreinishI'll probably be able to force myself after a month or 2 (just like when I added -S to my git workflow)00:51
anteayatonyb: enjoy lunch00:51
anteayaha ha ha00:51
anteayawell you know how I feel00:51
anteayaso thanks for listening00:51
anteayaI appreciate it00:51
*** rfolco has quit IRC00:52
mtreinishjhesketh: when you get a sec: https://review.openstack.org/238563 https://review.openstack.org/259646 https://review.openstack.org/260744 and https://review.openstack.org/25676700:53
*** hemna is now known as hemnafk00:54
*** jacky-zhang has joined #openstack-qa00:58
jrollmtreinish: topic defaults to branch name, I find that super useful00:59
jrolllocal branch name that is00:59
mtreinishjroll: yeah, I realize that. But my normal workflow is git fetch && git checkout origin/master && vim && git commit -a -S && git review01:00
mtreinishit's kinda hard coded in my head, I don't even think about it anymore01:00
jrollheh yeah01:00
jrollI know how it is01:00
openstackgerritMerged openstack/openstack-health: Disable `one-var` eslint rule.  https://review.openstack.org/25442001:02
* mtreinish surprised there aren't any comments about him not running any tests in his normal workflow01:07
anteayamtreinish: I'm watching a movie01:07
anteayamtreinish: bad bad mtreinish01:07
anteayafeel better?01:07
*** vdrok- has joined #openstack-qa01:09
mtreinishheh, yep01:09
anteayaoh good01:09
* anteaya goes back to watching the movie01:10
*** vdrok- has quit IRC01:16
*** salv-orlando has joined #openstack-qa01:23
*** panbalag has quit IRC01:24
*** salv-orlando has quit IRC01:27
*** panbalag has joined #openstack-qa01:27
*** Swami has quit IRC01:32
*** vdrok- has joined #openstack-qa01:34
*** ccneill has quit IRC01:34
*** mriedem has joined #openstack-qa01:40
*** shuquan has joined #openstack-qa01:52
mriedemmtreinish: i don't suppose this is tracked with subunit2sql? http://logs.openstack.org/77/257677/3/gate/gate-horizon-dsvm-integration/855c771/console.html.gz#_2015-12-16_13_08_59_89601:55
mriedemnope http://status.openstack.org/openstack-health/#/g/project/openstack%252Fhorizon01:56
*** erlon has quit IRC01:56
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for horizon keypair test error bug 1526791  https://review.openstack.org/26085501:59
openstackbug 1526791 in OpenStack Dashboard (Horizon) "test_keypair integration test consistently fails" [Critical,In progress] https://launchpad.net/bugs/1526791 - Assigned to Timur Sufiev (tsufiev-x)01:59
*** shuquan has quit IRC02:01
*** markvoelker has joined #openstack-qa02:01
openstackrecheckConsole logs not available after 13:24s for gate-tempest-dsvm-neutron-dvr 256534,14,352f3c802:03
*** shuquan has joined #openstack-qa02:05
*** markvoelker has quit IRC02:06
openstackgerritMerged openstack-infra/elastic-recheck: Add query for horizon keypair test error bug 1526791  https://review.openstack.org/26085502:07
openstackbug 1526791 in OpenStack Dashboard (Horizon) "test_keypair integration test consistently fails" [Critical,In progress] https://launchpad.net/bugs/1526791 - Assigned to Timur Sufiev (tsufiev-x)02:07
*** openstackrecheck has quit IRC02:10
*** openstackrecheck has joined #openstack-qa02:10
mriedemjroll: is there an ironic bug for these timeout failures in the gate? http://logs.openstack.org/43/257243/3/gate/gate-tempest-dsvm-ironic-pxe_ipa/4e1437a/console.html#_2015-12-22_10_40_17_63502:14
*** dims has quit IRC02:17
*** shuquan has quit IRC02:18
*** nicholasgoracke has joined #openstack-qa02:19
mriedemopened one: https://bugs.launchpad.net/ironic/+bug/152873202:20
openstackLaunchpad bug 1528732 in Ironic "test_baremetal_server_ops times out waiting to terminate instance" [Undecided,Confirmed]02:20
mriedemmtreinish: ^ that stacktrace wasn't in the tempest logs02:21
*** shuquan has joined #openstack-qa02:22
openstackgerrithuan proposed openstack-dev/devstack: XenAPI: add support to use local.conf  https://review.openstack.org/26086102:25
*** shuquan has quit IRC02:27
mtreinishmriedem: it's from the timeout fixture I wonder if that doesn't work with the logging fixture02:27
*** dims has joined #openstack-qa02:28
mriedemmust not02:32
mriedeme-r query is going to kind of suck02:32
mtreinishmriedem: iirc, there is a bug with the log fixture where things go to the console but not the log file02:33
mtreinishI don't remember all the details though02:34
*** dims has quit IRC02:37
*** binbincong has joined #openstack-qa02:38
*** dims has joined #openstack-qa02:40
mriedemok, this is what i was going to use for now02:44
mriedemhttp://logstash.openstack.org/#dashboard/file/logstash.json?query=message:%5C%22timeout=CONF.baremetal.unprovision_timeout)%5C%22%20AND%20tags:%5C%22console%5C%22%20AND%20voting:%5C%221%5C%2202:44
mriedemit's at least from the stacktrace that's only in that one scenario test02:44
*** dims has quit IRC02:46
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for baremetal scenario test timeout bug 1528732  https://review.openstack.org/26086302:47
openstackbug 1528732 in Ironic "test_baremetal_server_ops times out waiting to terminate instance" [Undecided,Confirmed] https://launchpad.net/bugs/152873202:47
*** hoangcx has joined #openstack-qa02:49
mriedemman, lots of timeouts02:50
mriedemthe ovh nodes seem to be tipping a lot of things over02:50
*** dims has joined #openstack-qa02:52
*** bochi-michael has joined #openstack-qa02:52
mtreinishmriedem: yeah the ovh nodes have a higher failure rate like 7% and 5.5%02:55
* mtreinish is glad we have that data in subunit2sql now02:55
*** Poornima has joined #openstack-qa02:57
*** bochi-michael has quit IRC03:00
*** markvoelker has joined #openstack-qa03:02
*** dims has quit IRC03:05
*** markvoelker has quit IRC03:07
*** bkopilov has quit IRC03:10
*** dims has joined #openstack-qa03:11
*** dims has quit IRC03:16
openstackgerritMerged openstack-infra/elastic-recheck: Add query for baremetal scenario test timeout bug 1528732  https://review.openstack.org/26086303:17
openstackbug 1528732 in Ironic "test_baremetal_server_ops times out waiting to terminate instance" [Undecided,Confirmed] https://launchpad.net/bugs/152873203:17
*** coolsvap|away is now known as coolsvap03:18
*** bochi-michael has joined #openstack-qa03:20
*** jamielennox is now known as jamielennox|away03:22
*** bochi-michael has quit IRC03:22
*** bochi-michael has joined #openstack-qa03:23
*** openstackrecheck has quit IRC03:23
*** openstackrecheck has joined #openstack-qa03:23
*** bochi-michael has quit IRC03:23
*** bochi-michael has joined #openstack-qa03:24
*** bochi-michael has quit IRC03:24
*** bochi-michael has joined #openstack-qa03:25
*** bochi-michael has quit IRC03:26
*** bochi-michael has joined #openstack-qa03:26
*** nicholasgoracke has quit IRC03:27
*** bochi-michael has quit IRC03:27
*** bochi-michael has joined #openstack-qa03:27
*** bochi-michael has quit IRC03:28
*** bochi-michael has joined #openstack-qa03:28
*** bochi-michael has quit IRC03:29
*** bochi-michael has joined #openstack-qa03:29
*** hoangcx has left #openstack-qa03:30
*** bochi-michael has quit IRC03:30
*** bochi-michael has joined #openstack-qa03:30
*** bochi-michael has quit IRC03:31
jrollmriedem: 1303099, from memory03:31
jrolland yeah, ovh seems to be problematic03:31
*** bochi-michael has joined #openstack-qa03:31
*** bochi-michael has quit IRC03:32
*** bochi-michael has joined #openstack-qa03:33
DengCould someone give me some helps about tempest connecting to a https endpoint problem?03:33
DengI have paste the log in http://paste.openstack.org/show/482566/03:33
jrollmriedem: I was actually wondering if we could get data on that, neat03:33
DengThanks so much!03:33
*** bochi-michael has quit IRC03:34
*** bochi-michael has joined #openstack-qa03:34
*** bochi-michael has quit IRC03:35
*** bochi-michael has joined #openstack-qa03:35
*** bochi-michael has quit IRC03:36
*** bochi-michael has joined #openstack-qa03:36
*** bochi-michael has quit IRC03:37
*** bochi-michael has joined #openstack-qa03:37
*** bochi-michael has quit IRC03:38
*** bochi-michael has joined #openstack-qa03:38
*** sree has joined #openstack-qa03:39
*** bochi-michael has quit IRC03:39
*** bochi-michael has joined #openstack-qa03:39
*** bochi-michael has quit IRC03:40
*** bochi-michael has joined #openstack-qa03:40
*** bochi-michael has quit IRC03:41
*** bochi-michael has joined #openstack-qa03:41
*** bochi-michael has quit IRC03:42
*** bochi-michael has joined #openstack-qa03:43
*** bochi-michael has quit IRC03:43
*** bochi-michael has joined #openstack-qa03:44
*** bochi-michael has quit IRC03:44
*** bochi-michael has joined #openstack-qa03:45
*** bochi-michael has quit IRC03:45
*** bochi-michael has joined #openstack-qa03:46
openstackgerritLi Ma proposed openstack-dev/devstack: Kill neutron-rootwrap-daemon when stop neutron service  https://review.openstack.org/25699803:46
*** bochi-michael has quit IRC03:46
*** bochi-michael has joined #openstack-qa03:48
*** bochi-michael has quit IRC03:48
*** bochi-michael has joined #openstack-qa03:49
*** bochi-michael has quit IRC03:49
*** bochi-michael has joined #openstack-qa03:50
*** bochi-michael has quit IRC03:51
*** bochi-michael has joined #openstack-qa03:51
*** bochi-michael has quit IRC03:52
*** bochi-michael has joined #openstack-qa03:52
*** bochi-michael has quit IRC03:53
*** bochi-michael has joined #openstack-qa03:54
*** bochi-michael has quit IRC03:55
*** jaypipes has quit IRC03:58
*** bochi-michael has joined #openstack-qa03:59
*** bochi-michael has quit IRC03:59
*** bochi-michael has joined #openstack-qa04:00
*** bochi-michael has quit IRC04:01
*** bochi-michael has joined #openstack-qa04:01
*** bochi-michael has quit IRC04:02
*** nicholasgoracke has joined #openstack-qa04:02
*** bochi-michael has joined #openstack-qa04:02
*** bochi-michael has quit IRC04:03
*** bochi-michael has joined #openstack-qa04:03
*** bochi-michael has quit IRC04:04
*** bochi-michael has joined #openstack-qa04:04
*** bochi-michael has quit IRC04:05
*** bochi-michael has joined #openstack-qa04:05
*** bochi-michael has quit IRC04:06
*** bochi-michael has joined #openstack-qa04:07
*** bochi-michael has quit IRC04:07
*** bochi-michael has joined #openstack-qa04:08
*** bochi-michael has quit IRC04:08
*** bochi-michael has joined #openstack-qa04:09
*** bochi-michael has quit IRC04:09
*** bochi-michael has joined #openstack-qa04:10
*** sree_ has joined #openstack-qa04:10
*** bochi-michael has quit IRC04:10
*** sree_ is now known as Guest7675904:11
*** zz_dimtruck is now known as dimtruck04:11
*** bochi-michael has joined #openstack-qa04:11
*** bochi-michael has quit IRC04:12
*** sree has quit IRC04:12
*** bochi-michael has joined #openstack-qa04:12
*** bochi-michael has quit IRC04:13
*** bochi-michael has joined #openstack-qa04:13
*** bochi-michael has quit IRC04:14
*** bochi-michael has joined #openstack-qa04:14
*** bochi-michael has quit IRC04:15
*** bochi-michael has joined #openstack-qa04:15
*** bochi-michael has quit IRC04:16
*** bochi-michael has joined #openstack-qa04:17
*** bochi-michael has quit IRC04:17
*** bochi-michael has joined #openstack-qa04:18
*** bochi-michael has quit IRC04:18
*** bochi-michael has joined #openstack-qa04:19
*** bochi-michael has quit IRC04:19
*** bochi-michael has joined #openstack-qa04:20
*** bochi-michael has quit IRC04:20
*** bochi-michael has joined #openstack-qa04:21
*** bochi-michael has quit IRC04:21
openstackgerritHua Wang proposed openstack-dev/devstack: Option "auth_plugin" is deprecated.  https://review.openstack.org/26088304:22
*** bochi-michael has joined #openstack-qa04:22
*** bochi-michael has quit IRC04:22
*** bochi-michael has joined #openstack-qa04:23
*** bochi-michael has quit IRC04:23
*** bochi-michael has joined #openstack-qa04:24
*** bochi-michael has quit IRC04:25
*** bochi-michael has joined #openstack-qa04:25
*** bkopilov has joined #openstack-qa04:25
*** bochi-michael has quit IRC04:26
*** bochi-michael has joined #openstack-qa04:26
*** sree has joined #openstack-qa04:27
*** bochi-michael has quit IRC04:27
*** bochi-michael has joined #openstack-qa04:27
*** bochi-michael has quit IRC04:28
*** bochi-michael has joined #openstack-qa04:28
*** zackf has quit IRC04:28
*** bochi-michael has quit IRC04:29
*** bochi-michael has joined #openstack-qa04:29
*** Guest76759 has quit IRC04:30
*** bochi-michael has quit IRC04:30
*** bochi-michael has joined #openstack-qa04:30
*** bochi-michael has quit IRC04:31
*** bochi-michael has joined #openstack-qa04:31
*** bochi-michael has quit IRC04:32
*** bochi-michael has joined #openstack-qa04:33
*** zhangjn has joined #openstack-qa04:33
*** bochi-michael has quit IRC04:33
*** bochi-michael has joined #openstack-qa04:34
*** bochi-michael has quit IRC04:34
*** bochi-michael has joined #openstack-qa04:35
*** bochi-michael has quit IRC04:35
*** bochi-michael has joined #openstack-qa04:36
*** dave-mccowan has quit IRC04:36
*** bochi-michael has quit IRC04:37
*** bochi-michael has joined #openstack-qa04:37
*** bochi-michael has quit IRC04:38
*** bochi-michael has joined #openstack-qa04:38
*** bochi-michael has quit IRC04:39
*** bochi-michael has joined #openstack-qa04:39
*** bochi-michael has quit IRC04:40
*** bochi-michael has joined #openstack-qa04:40
*** bochi-michael has quit IRC04:41
openstackrecheckopenstack/cinder change: https://review.openstack.org/201500 failed gate-cinder-pep8 in the gate queue with an unrecognized error04:42
*** bochi-michael has joined #openstack-qa04:42
*** bochi-michael has quit IRC04:43
*** bochi-michael has joined #openstack-qa04:43
*** bochi-michael has quit IRC04:44
*** bochi-michael has joined #openstack-qa04:44
*** bochi-michael has quit IRC04:45
*** bochi-michael has joined #openstack-qa04:45
*** bochi-michael has quit IRC04:46
*** bochi-michael has joined #openstack-qa04:46
*** bochi-michael has quit IRC04:47
*** bochi-michael has joined #openstack-qa04:47
*** markvoelker has joined #openstack-qa04:48
*** bochi-michael has quit IRC04:48
*** bochi-michael has joined #openstack-qa04:48
*** bochi-michael has quit IRC04:49
*** bochi-michael has joined #openstack-qa04:49
*** bochi-michael has quit IRC04:50
*** bochi-michael has joined #openstack-qa04:51
*** bochi-michael has quit IRC04:51
*** bochi-michael has joined #openstack-qa04:52
*** markvoelker has quit IRC04:52
*** bochi-michael has quit IRC04:52
*** bochi-michael has joined #openstack-qa04:53
*** bochi-michael has quit IRC04:53
*** nicholasgoracke has quit IRC04:54
*** bochi-michael has joined #openstack-qa04:54
*** armax has quit IRC04:54
*** bochi-michael has quit IRC04:54
*** SridharG has joined #openstack-qa04:55
*** bochi-michael has joined #openstack-qa04:55
*** bochi-michael has quit IRC04:55
*** bochi-michael has joined #openstack-qa04:56
*** bochi-michael has quit IRC04:57
*** bochi-michael has joined #openstack-qa04:57
*** bochi-michael has quit IRC04:58
*** bochi-michael has joined #openstack-qa04:58
*** bochi-michael has quit IRC04:59
*** bochi-michael has joined #openstack-qa04:59
*** bochi-michael has quit IRC05:00
*** bochi-michael has joined #openstack-qa05:00
*** bochi-michael has quit IRC05:01
*** bochi-michael has joined #openstack-qa05:01
*** bochi-michael has quit IRC05:02
*** bochi-michael has joined #openstack-qa05:03
*** bochi-michael has quit IRC05:03
*** bochi-michael has joined #openstack-qa05:04
*** bochi-michael has quit IRC05:04
*** bochi-michael has joined #openstack-qa05:05
*** bochi-michael has quit IRC05:05
*** bochi-michael has joined #openstack-qa05:06
*** bochi-michael has quit IRC05:07
*** bochi-michael has joined #openstack-qa05:07
*** bochi-michael has quit IRC05:08
*** bochi-michael has joined #openstack-qa05:08
*** bochi-michael has quit IRC05:09
*** bochi-michael has joined #openstack-qa05:09
*** bochi-michael has quit IRC05:10
*** bochi-michael has joined #openstack-qa05:11
*** bochi-michael has quit IRC05:11
*** bochi-michael has joined #openstack-qa05:12
*** bochi-michael has quit IRC05:12
*** bochi-michael has joined #openstack-qa05:13
*** bochi-michael has quit IRC05:13
*** bochi-michael has joined #openstack-qa05:14
*** zhangjn has quit IRC05:14
*** bochi-michael has quit IRC05:14
*** bochi-michael has joined #openstack-qa05:15
*** bochi-michael has quit IRC05:15
*** bochi-michael has joined #openstack-qa05:16
*** bochi-michael has quit IRC05:16
*** bochi-michael has joined #openstack-qa05:17
*** bochi-michael has quit IRC05:17
*** bochi-michael has joined #openstack-qa05:18
*** bochi-michael has quit IRC05:19
*** bochi-michael has joined #openstack-qa05:19
*** bochi-michael has quit IRC05:20
*** bochi-michael has joined #openstack-qa05:20
*** bochi-michael has quit IRC05:21
*** bochi-michael has joined #openstack-qa05:21
*** bochi-michael has quit IRC05:22
*** bochi-michael has joined #openstack-qa05:22
*** bochi-michael has quit IRC05:23
*** bochi-michael has joined #openstack-qa05:24
*** bochi-michael has quit IRC05:25
*** bochi-michael has joined #openstack-qa05:25
*** gamado has joined #openstack-qa05:25
*** sree has quit IRC05:25
*** bochi-michael has quit IRC05:26
*** bochi-michael has joined #openstack-qa05:26
*** sree has joined #openstack-qa05:26
*** zhangjn has joined #openstack-qa05:26
*** bochi-michael has quit IRC05:27
*** bochi-michael has joined #openstack-qa05:27
*** bochi-michael has quit IRC05:28
*** bochi-michael has joined #openstack-qa05:28
*** bochi-michael has quit IRC05:29
*** bochi-michael has joined #openstack-qa05:29
*** bochi-michael has quit IRC05:30
*** bochi-michael has joined #openstack-qa05:31
*** bochi-michael has quit IRC05:32
*** bochi-michael has joined #openstack-qa05:32
*** bochi-michael has quit IRC05:33
*** bochi-michael has joined #openstack-qa05:33
*** bochi-michael has quit IRC05:34
*** bochi-michael has joined #openstack-qa05:35
*** bochi-michael has quit IRC05:35
*** bochi-michael has joined #openstack-qa05:36
*** bochi-michael has quit IRC05:36
*** bochi-michael has joined #openstack-qa05:37
*** bochi-michael has quit IRC05:37
*** bochi-michael has joined #openstack-qa05:38
*** bochi-michael has quit IRC05:38
*** bochi-michael has joined #openstack-qa05:39
*** bochi-michael has quit IRC05:39
*** sree has quit IRC05:40
*** bochi-michael has joined #openstack-qa05:40
*** bochi-michael has quit IRC05:40
*** bochi-michael has joined #openstack-qa05:41
*** bochi-michael has quit IRC05:41
*** bochi-michael has joined #openstack-qa05:42
*** bochi-michael has quit IRC05:43
*** bochi-michael has joined #openstack-qa05:43
*** bochi-michael has quit IRC05:44
*** bochi-michael has joined #openstack-qa05:44
*** bochi-michael has quit IRC05:45
*** bochi-michael has joined #openstack-qa05:45
*** bochi-michael has quit IRC05:46
*** bochi-michael has joined #openstack-qa05:46
*** bochi-michael has quit IRC05:47
*** bochi-michael has joined #openstack-qa05:47
*** bochi-michael has quit IRC05:48
*** bochi-michael has joined #openstack-qa05:48
*** bochi-michael has quit IRC05:49
*** markvoelker has joined #openstack-qa05:49
*** binbincong has quit IRC05:49
*** bochi-michael has joined #openstack-qa05:49
*** binbincong has joined #openstack-qa05:50
*** bochi-michael has quit IRC05:50
*** bochi-michael has joined #openstack-qa05:51
*** bochi-michael has quit IRC05:52
*** markvoelker has quit IRC05:54
*** neeti has joined #openstack-qa06:06
*** Poornima has quit IRC06:14
*** vgridnev has joined #openstack-qa06:21
*** zhangjn has quit IRC06:29
*** yfried has quit IRC06:31
*** zhangjn has joined #openstack-qa06:31
*** eliqiao has quit IRC06:39
openstackrecheckopenstack/glance change: https://review.openstack.org/256683 failed gate-tempest-dsvm-neutron-full in the gate queue with an unrecognized error06:40
*** eliqiao has joined #openstack-qa06:41
*** SridharG has left #openstack-qa06:56
*** aopincar has joined #openstack-qa06:57
*** markvoelker has joined #openstack-qa07:05
*** shardy has joined #openstack-qa07:05
*** itzikb has joined #openstack-qa07:05
*** markvoelker has quit IRC07:09
*** shuquan has joined #openstack-qa07:11
*** sabeen3 has quit IRC07:18
*** zackf has joined #openstack-qa07:19
*** _nadya_ has joined #openstack-qa07:22
*** SridharG has joined #openstack-qa07:22
*** Poornima has joined #openstack-qa07:24
*** sree has joined #openstack-qa07:24
*** coolsvap is now known as coolsvap|away07:29
*** sree has quit IRC07:31
*** notmorgan has quit IRC07:31
*** mordred has quit IRC07:32
*** coolsvap|away is now known as coolsvap07:35
*** _nadya_ has quit IRC07:39
*** ifarkas has joined #openstack-qa07:42
*** ifarkas has quit IRC07:42
*** ifarkas has joined #openstack-qa07:42
*** sshnaidm has joined #openstack-qa07:43
*** sree has joined #openstack-qa07:49
*** e0ne has joined #openstack-qa07:50
*** yfried has joined #openstack-qa07:52
*** e0ne has quit IRC07:52
*** sree has quit IRC07:54
*** maht has joined #openstack-qa07:58
*** dimtruck is now known as zz_dimtruck08:16
*** piyush_ has joined #openstack-qa08:22
piyush_Hi oomichi!08:23
*** salv-orlando has joined #openstack-qa08:28
*** salv-orl_ has joined #openstack-qa08:31
*** salv-orl_ has quit IRC08:31
*** salv-orlando has quit IRC08:32
*** salv-orlando has joined #openstack-qa08:32
*** vgridnev has quit IRC08:40
*** openstackgerrit has quit IRC08:47
*** openstackgerrit has joined #openstack-qa08:47
openstackgerritPiyush Pathak proposed openstack/tempest: Make v2 for identity_client functions use **kwargs  https://review.openstack.org/25521008:49
*** e0ne has joined #openstack-qa08:52
*** gfidente has joined #openstack-qa08:58
*** gfidente has quit IRC08:58
*** gfidente has joined #openstack-qa08:58
*** grafuls has joined #openstack-qa09:01
*** e0ne has quit IRC09:01
piyush_Hi oomichi: can we please have a discussion on https://review.openstack.org/#/c/258848/09:02
*** sree has joined #openstack-qa09:05
*** markvoelker has joined #openstack-qa09:06
*** sree has quit IRC09:10
*** markvoelker has quit IRC09:10
*** rcernin has joined #openstack-qa09:16
*** salv-orlando has quit IRC09:23
*** _nadya_ has joined #openstack-qa09:26
*** sshnaidm has quit IRC09:27
*** maht has quit IRC09:29
*** shuquan has quit IRC09:32
openstackgerritHarshada Mangesh Kakad proposed openstack/tempest: Use six.StringIO/BytesIO instead of StringIO.StringIO  https://review.openstack.org/26064409:33
*** shuquan has joined #openstack-qa09:36
*** shuquan has quit IRC09:38
*** sshnaidm has joined #openstack-qa09:40
*** pcrews has quit IRC09:41
*** jacky-zhang has quit IRC09:41
*** maht has joined #openstack-qa09:43
andreaftimothyb89: sure, but I think we may have a TZ issue - I'm in GMT09:45
*** maht has quit IRC09:45
*** rcernin has quit IRC09:56
openstackrecheckConsole logs not available after 13:24s for gate-tempest-dsvm-full 252197,22,6b7008509:59
*** e0ne has joined #openstack-qa10:05
*** cdent has joined #openstack-qa10:06
openstackgerritAndrey Pavlov proposed openstack-dev/devstack: Adding ec2-api to plugin registry  https://review.openstack.org/26093110:09
*** maht has joined #openstack-qa10:09
*** aix has joined #openstack-qa10:10
*** maht has quit IRC10:13
openstackrecheckConsole logs not available after 13:32s for gate-grenade-dsvm 260920,1,1fb278d10:14
*** shuquan has joined #openstack-qa10:21
*** salv-orlando has joined #openstack-qa10:23
*** EmilienM has quit IRC10:27
*** EmilienM has joined #openstack-qa10:27
*** salv-orlando has quit IRC10:31
*** salv-orlando has joined #openstack-qa10:31
*** cdent has quit IRC10:33
openstackrecheckConsole logs not available after 13:26s for gate-tempest-dsvm-full-devstack-plugin-ceph 260904,1,f1e077110:39
*** cdent has joined #openstack-qa10:39
*** Poornima has quit IRC10:39
*** gszasz has joined #openstack-qa10:40
*** piyush_ has quit IRC10:44
*** coolsvap is now known as coolsvap|away10:46
*** dims_ has joined #openstack-qa10:50
*** markvoelker has joined #openstack-qa10:51
openstackrecheckConsole logs not available after 13:32s for gate-grenade-dsvm 254703,15,09ff73710:52
*** maht has joined #openstack-qa10:53
*** markvoelker has quit IRC10:57
*** SridharG has quit IRC10:58
*** zhangjn has quit IRC11:01
*** shuquan has quit IRC11:06
*** salv-orlando has quit IRC11:10
*** dtantsur|afk is now known as dtantsur11:19
*** zackf has quit IRC11:23
*** yamahata has quit IRC11:28
*** tosky has joined #openstack-qa11:32
openstackgerritAndrea Frittoli proposed openstack/tempest: Add a service client data store  https://review.openstack.org/26007611:38
openstackgerritAndrea Frittoli proposed openstack/tempest: Split the client manager in two parts.  https://review.openstack.org/25856611:38
openstackrecheckConsole logs not available after 13:24s for gate-tempest-dsvm-full-devstack-plugin-ceph 260904,2,f36003a11:40
*** rfolco has joined #openstack-qa11:45
*** amotoki has joined #openstack-qa11:52
*** notmorgan has joined #openstack-qa12:06
*** mordred has joined #openstack-qa12:06
openstackgerritJohan Pas proposed openstack/tempest: Extend security group scenario with IPv6 tests  https://review.openstack.org/25870012:08
*** vgridnev has joined #openstack-qa12:08
*** salv-orlando has joined #openstack-qa12:10
*** openstackgerrit has quit IRC12:17
*** openstackgerrit has joined #openstack-qa12:17
*** sree has joined #openstack-qa12:18
*** neeti has quit IRC12:21
*** jaypipes has joined #openstack-qa12:31
*** ChanServ sets mode: +o jaypipes12:31
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-full-devstack-plugin-ceph 260904,3,e32f2b512:32
*** gema has quit IRC12:35
*** zhangjn has joined #openstack-qa12:36
*** slunkad has quit IRC12:36
*** gema has joined #openstack-qa12:37
*** ihrachys has joined #openstack-qa12:38
*** ihrachys has quit IRC12:43
*** ihrachys has joined #openstack-qa12:44
*** sree has quit IRC12:46
openstackrecheckConsole logs not available after 13:31s for gate-tempest-dsvm-postgres-full 260618,2,aa965d312:46
*** slunkad has joined #openstack-qa12:49
*** ihrachys has quit IRC12:52
*** markvoelker has joined #openstack-qa12:52
*** bkopilov has quit IRC12:55
*** sree has joined #openstack-qa12:56
*** markvoelker has quit IRC12:57
*** salv-orlando has quit IRC13:00
*** aopincar has quit IRC13:01
*** itzikb has quit IRC13:02
*** itzikb has joined #openstack-qa13:02
*** dtantsur is now known as dtantsur|brb13:03
*** salv-orlando has joined #openstack-qa13:08
*** notmorgan has quit IRC13:09
*** mordred has quit IRC13:10
*** itzikb has quit IRC13:10
*** salv-orlando has quit IRC13:14
*** salv-orlando has joined #openstack-qa13:15
*** aopincar has joined #openstack-qa13:16
*** aopincar has quit IRC13:28
*** SridharG has joined #openstack-qa13:31
*** zackf has joined #openstack-qa13:35
*** zackf has quit IRC13:39
vgridnevfolks, please, could someone review the following change: https://review.openstack.org/#/c/255968/ ? It was reviewed by the sahara core team, and there is no negative feedback from them13:40
*** salv-orlando has quit IRC13:47
*** salv-orlando has joined #openstack-qa13:47
*** sree_ has joined #openstack-qa13:49
*** sree_ is now known as Guest9535413:49
*** itzikb_ has joined #openstack-qa13:51
*** sree has quit IRC13:52
*** markvoelker has joined #openstack-qa13:53
*** zhangjn has quit IRC13:53
*** markvoelker has quit IRC13:58
*** itzikb_ has quit IRC14:05
*** _nadya_ has quit IRC14:09
*** dkranz has joined #openstack-qa14:11
*** zhangjn has joined #openstack-qa14:12
*** mriedem1 has joined #openstack-qa14:15
*** mriedem has quit IRC14:16
*** maht has quit IRC14:21
*** zackf has joined #openstack-qa14:22
*** zackf has quit IRC14:25
*** cdent has quit IRC14:28
*** maht has joined #openstack-qa14:31
*** zhangjn has quit IRC14:33
openstackgerritYuriy Nesenenko proposed openstack-dev/devstack: Fix restoring a backup volume to a larger volume  https://review.openstack.org/26100514:34
*** maht has quit IRC14:41
openstackgerritYuriy Nesenenko proposed openstack-dev/devstack: Fix restoring a backup volume to a larger volume  https://review.openstack.org/26100514:43
*** ChuckC has joined #openstack-qa14:48
*** _nadya_ has joined #openstack-qa14:50
*** sree has joined #openstack-qa14:52
*** sree has quit IRC14:53
*** markvoelker has joined #openstack-qa14:54
*** maht has joined #openstack-qa14:54
*** Guest95354 has quit IRC14:55
*** markvoelker has quit IRC14:58
*** sabeen1 has joined #openstack-qa15:02
*** bartash has joined #openstack-qa15:03
*** sabeen3 has joined #openstack-qa15:04
*** sabeen1 has quit IRC15:07
*** sabeen3 has quit IRC15:09
*** gema has quit IRC15:09
*** erlon has joined #openstack-qa15:11
*** gema has joined #openstack-qa15:11
*** sabeen1 has joined #openstack-qa15:11
*** salv-orlando has quit IRC15:14
*** salv-orlando has joined #openstack-qa15:14
*** mriedem1 has quit IRC15:15
openstackrecheckConsole logs not available after 13:28s for gate-tempest-dsvm-neutron-full 258614,4,eaf503915:20
*** mriedem has joined #openstack-qa15:20
*** dtantsur|brb is now known as dtantsur15:22
*** maht has quit IRC15:31
*** grafuls has quit IRC15:34
*** ChuckC has quit IRC15:38
*** pcrews has joined #openstack-qa15:38
*** ChuckC has joined #openstack-qa15:38
*** nicholasgoracke has joined #openstack-qa15:44
*** mriedem is now known as mriedem_away15:50
*** gszasz has quit IRC15:56
openstackrecheckConsole logs not available after 13:26s for gate-tempest-dsvm-keystone-eventlet-full 260335,4,b672ab916:00
*** salv-orlando has quit IRC16:01
*** bkopilov has joined #openstack-qa16:03
*** SridharG has quit IRC16:07
*** yamahata has joined #openstack-qa16:09
*** artom has joined #openstack-qa16:10
*** yfried has quit IRC16:17
*** armax has joined #openstack-qa16:18
openstackrecheckConsole logs not available after 13:28s for gate-grenade-dsvm-multinode 258180,4,8d8472116:18
*** vgridnev has quit IRC16:33
*** _nadya_ has quit IRC16:33
openstackrecheckConsole logs not available after 13:23s for gate-grenade-dsvm 260587,2,4a09cb916:34
*** vgridnev has joined #openstack-qa16:34
*** amotoki has quit IRC16:36
*** asselin__ has quit IRC16:39
*** e0ne has quit IRC16:40
*** nicholasgoracke has quit IRC16:40
*** mordred has joined #openstack-qa16:42
openstackrecheckConsole logs not available after 13:29s for gate-grenade-dsvm-multinode 260586,2,505371516:47
*** jlvillal_vaca is now known as jlvacation16:47
*** zz_dimtruck is now known as dimtruck16:52
*** markvoelker has joined #openstack-qa16:55
*** markvoelker has quit IRC16:59
*** ccneill has joined #openstack-qa16:59
*** nicholasgoracke has joined #openstack-qa17:00
*** dimtruck is now known as zz_dimtruck17:02
*** vgridnev has quit IRC17:05
openstackgerritAndrea Frittoli proposed openstack/tempest: Add a service client data store  https://review.openstack.org/26007617:07
openstackgerritAndrea Frittoli proposed openstack/tempest: Defines a new-style client manager  https://review.openstack.org/25856617:07
*** Lingo has joined #openstack-qa17:20
*** Swami has joined #openstack-qa17:24
*** sabeen2 has joined #openstack-qa17:29
*** sabeen1 has quit IRC17:31
*** e0ne has joined #openstack-qa17:33
openstackgerritAndrea Frittoli proposed openstack/tempest: Migrate compute client group to the new manager  https://review.openstack.org/26007717:36
openstackgerritAndrea Frittoli proposed openstack/tempest: Add a service client data store  https://review.openstack.org/26007617:36
openstackgerritAndrea Frittoli proposed openstack/tempest: Defines a new-style client manager  https://review.openstack.org/25856617:36
*** nicholasgoracke has quit IRC17:41
*** dtantsur is now known as dtantsur|afk17:42
*** bnemec has quit IRC17:45
*** bnemec has joined #openstack-qa17:47
openstackgerritAndrea Frittoli proposed openstack/tempest: Migrate network client group to the new manager  https://review.openstack.org/26106717:47
*** sabeen2 has quit IRC17:50
*** sabeen1 has joined #openstack-qa17:51
*** _nadya_ has joined #openstack-qa17:55
*** ifarkas has quit IRC18:02
*** salv-orlando has joined #openstack-qa18:05
*** zz_dimtruck is now known as dimtruck18:14
openstackrecheckConsole logs not available after 13:22s for gate-nova-tox-functional 259518,2,897e08c18:15
openstackgerritDavid Moreau Simard proposed openstack-infra/devstack-gate: Use a sparse swapfile on rootfs for providers without ephemeral disks  https://review.openstack.org/26107018:15
*** nicholasgoracke has joined #openstack-qa18:18
*** Lingo has quit IRC18:18
*** ihrachys has joined #openstack-qa18:30
*** yamahata has quit IRC18:32
*** yamahata has joined #openstack-qa18:33
*** ihrachys has quit IRC18:33
*** erlon has quit IRC18:36
*** _nadya_ has quit IRC18:38
*** _nadya_ has joined #openstack-qa18:39
*** eil397 has joined #openstack-qa18:40
*** _nadya_ has quit IRC18:42
*** gamado has quit IRC18:45
*** rossella_s has joined #openstack-qa18:47
*** regXboi has joined #openstack-qa18:51
*** regXboi has quit IRC18:54
*** markvoelker has joined #openstack-qa18:55
*** cdent has joined #openstack-qa18:58
*** markvoelker has quit IRC19:00
*** salv-orlando has quit IRC19:02
*** rossella_s has quit IRC19:03
*** salv-orlando has joined #openstack-qa19:18
*** e0ne has quit IRC19:26
*** sshnaidm has quit IRC19:28
openstackrecheckConsole logs not available after 13:33s for gate-tempest-dsvm-nova-wsgi-full 252283,45,589556719:28
*** mragupat has joined #openstack-qa19:43
*** amuller has joined #openstack-qa19:50
amullermtreinish: ping - https://etherpad.openstack.org/p/neutron-tempest-defork19:50
*** salv-orlando has quit IRC19:51
*** e0ne has joined #openstack-qa20:06
*** _nadya_ has joined #openstack-qa20:13
*** Swami_ has joined #openstack-qa20:28
*** Swami has quit IRC20:28
*** _nadya_ has quit IRC20:30
*** boris-42 has quit IRC20:33
*** ajmiller has quit IRC20:38
*** dkranz has quit IRC20:39
*** Swami has joined #openstack-qa20:43
*** amuller is now known as amuller_afk20:44
*** Swami_ has quit IRC20:45
*** e0ne has quit IRC20:48
*** yfried has joined #openstack-qa20:51
*** salv-orlando has joined #openstack-qa20:52
*** markvoelker has joined #openstack-qa20:56
*** sabeen1 has quit IRC21:00
*** markvoelker has quit IRC21:01
*** bnemec has quit IRC21:23
*** beekneemech has joined #openstack-qa21:23
*** salv-orlando has quit IRC21:30
*** marcusvrn_ has quit IRC21:37
*** mragupat_ has joined #openstack-qa21:43
*** mragupat_ has quit IRC21:45
*** mragupat has quit IRC21:46
*** cdent has quit IRC21:49
*** dimtruck is now known as zz_dimtruck21:51
*** cdent has joined #openstack-qa21:53
openstackgerritMerged openstack/tempest: Updated from global requirements  https://review.openstack.org/25653421:55
openstackgerritMerged openstack/tempest: Stop testing rebuild for ironic  https://review.openstack.org/26012121:56
openstackgerritMerged openstack/tempest: Add stdout logging for cleanup CLI  https://review.openstack.org/25992521:56
openstackgerritMerged openstack/tempest: Add stdout logging for stress  https://review.openstack.org/25932121:56
*** markvoelker has joined #openstack-qa21:57
*** markvoelker has quit IRC22:01
*** dave-mccowan has joined #openstack-qa22:16
*** openstack has joined #openstack-qa22:21
-asimov.freenode.net- [freenode-info] if you're at a conference and other people are having trouble connecting, please mention it to staff: http://freenode.net/faq.shtml#gettinghelp22:21
*** amuller_afk is now known as amuller22:22
*** e0ne has joined #openstack-qa22:28
*** Swami has quit IRC22:30
*** e0ne has quit IRC22:33
*** openstackstatus has quit IRC22:35
*** openstack has joined #openstack-qa22:36
*** openstackstatus has joined #openstack-qa22:37
*** ChanServ sets mode: +v openstackstatus22:37
*** dkranz has joined #openstack-qa22:45
*** dave-mccowan has quit IRC22:50
*** zz_dimtruck is now known as dimtruck22:51
*** nicholasgoracke has quit IRC23:02
*** cdent has quit IRC23:07
*** dims_ has quit IRC23:10
*** nicholasgoracke has joined #openstack-qa23:11
*** dims has joined #openstack-qa23:12
*** dims_ has joined #openstack-qa23:27
*** dims has quit IRC23:29
*** nicholasgoracke has quit IRC23:35
*** tochi has joined #openstack-qa23:36
*** markvoelker has joined #openstack-qa23:43
*** boris-42 has joined #openstack-qa23:44
*** markvoelker has quit IRC23:47
gmannmtreinish:  i see, any plan we are going to turn ssh validation ON for regular job or we will keep them separate ?23:54
*** tosky has quit IRC23:59

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