Wednesday, 2017-09-27

*** thorst has joined #openstack-powervm00:08
*** thorst has quit IRC00:09
*** smatzek_ has quit IRC00:29
*** esberglu has joined #openstack-powervm00:59
*** esberglu has quit IRC01:03
*** thorst has joined #openstack-powervm01:06
*** thorst has quit IRC01:06
*** thorst has joined #openstack-powervm02:07
*** esberglu has joined #openstack-powervm02:42
*** esberglu has quit IRC02:47
*** thorst has quit IRC02:48
*** thorst has joined #openstack-powervm03:45
*** thorst has quit IRC04:16
*** chhavi has joined #openstack-powervm04:42
*** thorst has joined #openstack-powervm05:13
openstackgerritTaylor Jakobson proposed openstack/nova-powervm master: Add resize attached volume support  https://review.openstack.org/49886405:18
*** esberglu has joined #openstack-powervm05:25
*** esberglu has quit IRC05:29
*** thorst has quit IRC05:47
*** thorst has joined #openstack-powervm06:45
*** esberglu has joined #openstack-powervm07:13
*** thorst has quit IRC07:17
*** esberglu has quit IRC07:17
*** efried has quit IRC08:08
*** thorst has joined #openstack-powervm08:14
*** efried has joined #openstack-powervm08:19
*** thorst has quit IRC08:50
*** esberglu has joined #openstack-powervm09:01
*** esberglu has quit IRC09:06
*** thorst has joined #openstack-powervm09:47
*** esberglu has joined #openstack-powervm10:00
*** esberglu has quit IRC10:04
*** thorst has quit IRC10:18
*** smatzek_ has joined #openstack-powervm10:52
*** thorst has joined #openstack-powervm11:15
*** thorst has quit IRC11:27
*** thorst has joined #openstack-powervm11:55
*** smatzek_ is now known as smatzek12:16
*** edmondsw has joined #openstack-powervm12:17
openstackgerritOpenStack Proposal Bot proposed openstack/networking-powervm master: Updated from global requirements  https://review.openstack.org/50731612:46
*** esberglu has joined #openstack-powervm12:58
*** smatzek has quit IRC13:05
openstackgerritOpenStack Proposal Bot proposed openstack/networking-powervm master: Updated from global requirements  https://review.openstack.org/50731613:26
edmondswesberglu do you know how the ids for each tempest test, the ones we have in our skip list, are generated?13:58
esbergluhttps://docs.openstack.org/tempest/latest/HACKING.html#test-identification-with-idempotent-id13:59
esbergluedmondsw: ^13:59
edmondswesberglu tx13:59
*** smatzek has joined #openstack-powervm14:13
*** smatzek has quit IRC14:14
*** smatzek has joined #openstack-powervm14:15
*** smatzek has quit IRC14:16
*** smatzek_ has joined #openstack-powervm14:16
*** smatzek_ is now known as smatzek14:22
edmondswesberglu you looking at why https://review.openstack.org/#/c/507316/ failed to pass our CI?14:28
edmondswnumpy.distutils.system_info.NotFoundError: no lapack/blas resources found14:28
esbergluedmondsw: No I hadn't seen that failure yet. Looking14:28
esbergluedmondsw: Not just that one. Looks like something broke OOT stacking across the board14:29
edmondswesberglu stuff like this: libraries openblas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/powerpc64le-linux-gnu']14:29
edmondswesberglu looks like it traces back to scipy: Running setup.py bdist_wheel for scipy: finished with status 'error'14:32
esbergluedmondsw: Might be due to this https://github.com/openstack/ceilometer/commit/391d6a214:33
esbergluIt's failing in the ceilometer part of devstack14:33
edmondswesberglu gnocchi does depend on scipy14:35
edmondswhttps://github.com/gnocchixyz/gnocchi/blob/master/requirements.txt#L914:35
edmondswesberglu https://github.com/scipy/scipy/blob/04759f9d46541f1626232b2a44d16d00a10e530c/doc/source/dev/distributing.rst14:36
*** chas has joined #openstack-powervm15:25
*** tjakobs has joined #openstack-powervm15:33
esbergluedmondsw: I'm not clear on the source of the problem. I thought it might be that the same level of scipy needed by gnocchi wasn't being used, but that didn't help.15:47
edmondswesberglu I think it is that scipy has its own requirements and it was having trouble getting those straight15:49
esbergluedmondsw: As in a scipy bug?15:55
esbergluI'm leaving for an appointment today over lunch but will look back into this when I get back15:56
edmondswesberglu I wasn't thinking scipy bug, no... rather we're missing some dependencies that scipy needs16:02
*** chas has quit IRC16:02
*** smatzek_ has joined #openstack-powervm16:11
*** smatzek has quit IRC16:15
openstackgerritTaylor Jakobson proposed openstack/nova-powervm master: Add resize attached volume support  https://review.openstack.org/49886416:22
*** chas has joined #openstack-powervm16:36
*** chas has quit IRC16:41
*** chas has joined #openstack-powervm16:46
*** smatzek_ is now known as smatzek17:00
openstackgerritTaylor Jakobson proposed openstack/nova-powervm master: Add resize attached volume support  https://review.openstack.org/49886417:08
openstackgerritOpenStack Proposal Bot proposed openstack/networking-powervm master: Updated from global requirements  https://review.openstack.org/50731617:13
edmondswefried we'll want a way to detect what adapters are on a given host, but I don't see anything that fits that bill in https://developer.openstack.org/api-ref/compute/#show-hypervisor-details17:46
edmondswyou aware of anything?17:46
edmondswmdrabe ^17:46
edmondswI mean for an end-user to see, not from a scheduling perspective17:47
edmondsws/end-user/admin user/17:47
efriededmondsw pvmctl (see notes)18:08
edmondswefried so no, then... ok, that's what I was afraid of18:09
edmondswI'm looking for a REST API18:10
efriededmondsw An OpenStack REST API?18:10
edmondswyes18:10
efriedWhy?18:10
efriedThe nvl REST API is there.  (That's what pvmctl is using, via pypowervm)18:10
edmondswso when an admin can see what a host/hypervisor has to offer18:11
edmondswin Horizon or PowerVC UI18:11
*** tjakobs has quit IRC18:14
efriededmondsw Long-term, you'd be able to ask the placement API.18:14
edmondswefried ok, that's something anyway18:14
efriededmondsw pvc doesn't have a way to remote stuff to the compute hosts?18:15
edmondswthe UI doesn't... totally REST-based18:15
*** tjakobs has joined #openstack-powervm18:18
esbergluedmondsw: Fix for the scipy issue is up in neo-os-ci18:21
esbergluGonna have to rebuild the image template for that one18:21
edmondswesberglu tx, looking18:25
edmondswesberglu one comment18:30
esbergluedmondsw: I'm running tempest to see if the gnocchi change is causing issues there too19:04
edmondswk19:04
edmondswesberglu you have the +2s on scipy change now19:06
*** edmondsw has quit IRC19:15
*** edmondsw has joined #openstack-powervm19:18
*** edmondsw has quit IRC19:23
*** chhavi has quit IRC19:23
openstackgerritTaylor Jakobson proposed openstack/nova-powervm master: Add resize attached volume support  https://review.openstack.org/49886419:42
*** edmondsw has joined #openstack-powervm19:47
*** edmondsw has quit IRC19:48
*** edmondsw has joined #openstack-powervm19:48
openstackgerritTaylor Jakobson proposed openstack/nova-powervm master: Add resize attached volume support  https://review.openstack.org/49886420:16
esbergluedmondsw: efried: Tempest looked good, the new image template is building. Just need to wait for the current instances to clear out and CI should be passing again20:22
efriedesberglu Let me know when I can lay down rechecks.20:23
efriedGot a few in the queue.20:23
edmondswesberglu t20:23
edmondswtx20:23
*** smatzek has quit IRC20:29
openstackgerritEric Berglund proposed openstack/nova-powervm master: DNM: ci check  https://review.openstack.org/32831520:43
openstackgerritEric Berglund proposed openstack/nova-powervm master: DNM: CI Check2  https://review.openstack.org/32831720:43
*** esberglu has quit IRC20:47
*** esberglu has joined #openstack-powervm20:48
*** esberglu has quit IRC20:52
*** smatzek has joined #openstack-powervm21:02
*** esberglu has joined #openstack-powervm21:08
*** thorst has quit IRC21:09
*** thorst has joined #openstack-powervm21:11
*** thorst has quit IRC21:15
*** chas has quit IRC21:21
*** chas has joined #openstack-powervm21:22
*** chas has quit IRC21:27
*** thorst has joined #openstack-powervm21:29
*** thorst has quit IRC21:34
esbergluefried: You should be good to go now21:55
*** thorst has joined #openstack-powervm21:58
efriedesberglu ack, thx22:09
*** smatzek has quit IRC22:15
*** edmondsw has quit IRC22:23
*** tjakobs has quit IRC23:26
*** thorst has quit IRC23:30
*** edmondsw has joined #openstack-powervm23:40
*** edmondsw has quit IRC23:44

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