Friday, 2018-04-20

*** edmondsw has joined #openstack-powervm00:27
*** edmondsw has quit IRC00:32
*** apearson has joined #openstack-powervm01:14
*** edmondsw has joined #openstack-powervm02:15
*** edmondsw has quit IRC02:20
*** apearson has quit IRC02:58
*** efried has quit IRC05:59
*** efried has joined #openstack-powervm06:09
*** AlexeyAbashkin has joined #openstack-powervm07:37
*** efried is now known as fried_rice11:05
*** edmondsw has joined #openstack-powervm13:05
*** edmondsw has quit IRC13:10
*** k0da has joined #openstack-powervm13:25
*** esberglu has joined #openstack-powervm14:10
*** fried_rice has quit IRC14:12
*** efried has joined #openstack-powervm14:12
*** tjakobs_ has joined #openstack-powervm14:14
*** efried is now known as fried_rice14:16
*** k0da has quit IRC14:50
*** edmondsw has joined #openstack-powervm14:54
esbergluedmondsw: Some more info on the ceilometer tempest testing. I got an AIO tempest vm working with a gnocchi backend and enabled the telemetry tempest plugin14:57
esbergluI was correct in that it adds only 2 additional tempest tests14:57
esbergluBut to even have those run, we have to be running gnocchi, heat plugin, aodh plugin, and panko14:58
*** edmondsw has quit IRC14:58
esbergluHeh guess he's not really there14:59
esberglufried_rice: You here?15:14
fried_riceyuh15:14
fried_riceBut all of that was Greek to me.15:15
fried_rice(or Italian, as the case may be)15:15
fried_rice(or Old Norse?)15:15
fried_rice(or Japanese)15:15
esberglufried_rice: Different topic15:15
fried_rice(Ah, aodh is gaelic, not norse)15:16
esbergluhttp://184.172.12.213/58/557958/10/check/nova-out-of-tree-pvm/c1d7e99/logs/n-cpu.txt.gz15:16
esbergluAll CI runs are failing right now15:16
esberglu"ValueError: invalid literal for int() with base 10: '4E27E1E6-6A24-4F0A-8E7B-2BBE7B4A28BA'"15:16
esbergluFigured I would check if you had any ideas off the top of your head before I start debugging15:17
esberglufried_rice: Cool, got a review from mriedem on vscsi15:48
esberglu*tries to remember stuff about code written 3 months ago15:48
fried_riceSorry dude, I got pulled in six directions.  Let me have a glance at that error right quick...15:49
esbergluNo worries15:50
*** tjakobs_ has quit IRC15:51
esberglufried_rice: The pypowervm id_or_uuid util is failing15:52
esbergluWhich hasn't been touched in 3 years15:53
fried_riceyes, the only thing I can imagine is that that UUID isn't a string when we get it.15:53
fried_riceBut it doesn't look like a UUID we should be getting from openstack.  It looks like one we should be getting from powervm code.  (Because uppercase).15:53
fried_riceI imagine it's a VIOS UUID.15:54
fried_riceLPAR UUID.15:54
fried_riceIn [1]: s = '4E27E1E6-6A24-4F0A-8E7B-2BBE7B4A28BA'15:54
fried_riceIn [2]: import pypowervm.const as c15:54
fried_riceIn [3]: import pypowervm.utils.uuid as u15:54
fried_riceIn [4]: u.id_or_uuid(s)15:54
fried_riceOut[4]: (True, '4E27E1E6-6A24-4F0A-8E7B-2BBE7B4A28BA')15:54
fried_riceohhh15:55
fried_riceAny chance we're suddenly running under py3?15:55
fried_riceesberglu: Oh, good, we already require oslo.utils.  Let's twiddle that method to use oslo_utils.uuidutils.is_uuid_like and see if that fixes.15:57
fried_riceThough I can't imagine how we got here.15:57
fried_riceah15:57
fried_riceyes I can.15:57
fried_riceIf something clever in nova suddenly started reporting instance UUIDs via some object other than a string.15:58
fried_ricewhich they very well may have been doing all along, but a code path opened that we weren't getting before.15:59
esbergluIf that's the issue will switching to is_uuid_like still solve?16:00
fried_riceyes16:02
fried_riceI think16:02
fried_riceBecause it's clearly responding to str() even if it's not a string.16:03
fried_riceand whatever weird object they're using, it must have the appropriate __eq__ etc.16:03
esberglufried_rice: Okay, I'm spinning up an instance to test it out on16:07
fried_riceesberglu: Code up in 30s16:07
fried_riceesberglu: 650516:08
*** AlexeyAbashkin has quit IRC16:09
fried_riceesberglu: I'm out for a couple hours.  Good luck.16:09
*** fried_rice is now known as fried_rolls16:09
esberglufried_rice: Ack, thanks16:09
*** edmondsw has joined #openstack-powervm16:42
*** edmondsw has quit IRC16:47
*** tjakobs_ has joined #openstack-powervm17:06
openstackgerritEric Berglund proposed openstack/nova-powervm stable/queens: DNM: ci check  https://review.openstack.org/54468918:43
*** fried_rolls is now known as fried_rice19:03
*** tjakobs_ has quit IRC19:15
*** edmondsw has joined #openstack-powervm20:19
*** edmondsw has quit IRC20:23
openstackgerritEric Fried proposed openstack/nova-powervm master: WIP: Stringify instance UUID  https://review.openstack.org/56331421:09
fried_riceesberglu: You want to open a LP bug for that UUID snafu?21:09
fried_riceesberglu: I want to see if ---^ fixes it too.  That'll be easier than having to do an emergency pypowervm release and funneling it through requirements.21:09
fried_riceesberglu: The mainline CI isn't patched up with that pypowervm fix, right?21:10
esberglufried_rice: Sure, I'm heading out in like 2 minutes but can do21:10
fried_ricethanks21:10
esbergluCI is patched up (I live fixed it since you weren't around)21:11
esbergluBut I can test ^ out for you21:11
*** esberglu has quit IRC21:15
*** edmondsw has joined #openstack-powervm22:07
*** edmondsw has quit IRC22:11
*** tjakobs_ has joined #openstack-powervm23:18
*** tjakobs_ has quit IRC23:23
*** edmondsw has joined #openstack-powervm23:56

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