*** edmondsw has joined #openstack-powervm | 00:27 | |
*** edmondsw has quit IRC | 00:32 | |
*** apearson has joined #openstack-powervm | 01:14 | |
*** edmondsw has joined #openstack-powervm | 02:15 | |
*** edmondsw has quit IRC | 02:20 | |
*** apearson has quit IRC | 02:58 | |
*** efried has quit IRC | 05:59 | |
*** efried has joined #openstack-powervm | 06:09 | |
*** AlexeyAbashkin has joined #openstack-powervm | 07:37 | |
*** efried is now known as fried_rice | 11:05 | |
*** edmondsw has joined #openstack-powervm | 13:05 | |
*** edmondsw has quit IRC | 13:10 | |
*** k0da has joined #openstack-powervm | 13:25 | |
*** esberglu has joined #openstack-powervm | 14:10 | |
*** fried_rice has quit IRC | 14:12 | |
*** efried has joined #openstack-powervm | 14:12 | |
*** tjakobs_ has joined #openstack-powervm | 14:14 | |
*** efried is now known as fried_rice | 14:16 | |
*** k0da has quit IRC | 14:50 | |
*** edmondsw has joined #openstack-powervm | 14:54 | |
esberglu | edmondsw: Some more info on the ceilometer tempest testing. I got an AIO tempest vm working with a gnocchi backend and enabled the telemetry tempest plugin | 14:57 |
---|---|---|
esberglu | I was correct in that it adds only 2 additional tempest tests | 14:57 |
esberglu | But to even have those run, we have to be running gnocchi, heat plugin, aodh plugin, and panko | 14:58 |
*** edmondsw has quit IRC | 14:58 | |
esberglu | Heh guess he's not really there | 14:59 |
esberglu | fried_rice: You here? | 15:14 |
fried_rice | yuh | 15:14 |
fried_rice | But 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 |
esberglu | fried_rice: Different topic | 15:15 |
fried_rice | (Ah, aodh is gaelic, not norse) | 15:16 |
esberglu | http://184.172.12.213/58/557958/10/check/nova-out-of-tree-pvm/c1d7e99/logs/n-cpu.txt.gz | 15:16 |
esberglu | All CI runs are failing right now | 15:16 |
esberglu | "ValueError: invalid literal for int() with base 10: '4E27E1E6-6A24-4F0A-8E7B-2BBE7B4A28BA'" | 15:16 |
esberglu | Figured I would check if you had any ideas off the top of your head before I start debugging | 15:17 |
esberglu | fried_rice: Cool, got a review from mriedem on vscsi | 15:48 |
esberglu | *tries to remember stuff about code written 3 months ago | 15:48 |
fried_rice | Sorry dude, I got pulled in six directions. Let me have a glance at that error right quick... | 15:49 |
esberglu | No worries | 15:50 |
*** tjakobs_ has quit IRC | 15:51 | |
esberglu | fried_rice: The pypowervm id_or_uuid util is failing | 15:52 |
esberglu | Which hasn't been touched in 3 years | 15:53 |
fried_rice | yes, the only thing I can imagine is that that UUID isn't a string when we get it. | 15:53 |
fried_rice | But 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_rice | I imagine it's a VIOS UUID. | 15:54 |
fried_rice | LPAR UUID. | 15:54 |
fried_rice | In [1]: s = '4E27E1E6-6A24-4F0A-8E7B-2BBE7B4A28BA' | 15:54 |
fried_rice | In [2]: import pypowervm.const as c | 15:54 |
fried_rice | In [3]: import pypowervm.utils.uuid as u | 15:54 |
fried_rice | In [4]: u.id_or_uuid(s) | 15:54 |
fried_rice | Out[4]: (True, '4E27E1E6-6A24-4F0A-8E7B-2BBE7B4A28BA') | 15:54 |
fried_rice | ohhh | 15:55 |
fried_rice | Any chance we're suddenly running under py3? | 15:55 |
fried_rice | esberglu: 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_rice | Though I can't imagine how we got here. | 15:57 |
fried_rice | ah | 15:57 |
fried_rice | yes I can. | 15:57 |
fried_rice | If something clever in nova suddenly started reporting instance UUIDs via some object other than a string. | 15:58 |
fried_rice | which they very well may have been doing all along, but a code path opened that we weren't getting before. | 15:59 |
esberglu | If that's the issue will switching to is_uuid_like still solve? | 16:00 |
fried_rice | yes | 16:02 |
fried_rice | I think | 16:02 |
fried_rice | Because it's clearly responding to str() even if it's not a string. | 16:03 |
fried_rice | and whatever weird object they're using, it must have the appropriate __eq__ etc. | 16:03 |
esberglu | fried_rice: Okay, I'm spinning up an instance to test it out on | 16:07 |
fried_rice | esberglu: Code up in 30s | 16:07 |
fried_rice | esberglu: 6505 | 16:08 |
*** AlexeyAbashkin has quit IRC | 16:09 | |
fried_rice | esberglu: I'm out for a couple hours. Good luck. | 16:09 |
*** fried_rice is now known as fried_rolls | 16:09 | |
esberglu | fried_rice: Ack, thanks | 16:09 |
*** edmondsw has joined #openstack-powervm | 16:42 | |
*** edmondsw has quit IRC | 16:47 | |
*** tjakobs_ has joined #openstack-powervm | 17:06 | |
openstackgerrit | Eric Berglund proposed openstack/nova-powervm stable/queens: DNM: ci check https://review.openstack.org/544689 | 18:43 |
*** fried_rolls is now known as fried_rice | 19:03 | |
*** tjakobs_ has quit IRC | 19:15 | |
*** edmondsw has joined #openstack-powervm | 20:19 | |
*** edmondsw has quit IRC | 20:23 | |
openstackgerrit | Eric Fried proposed openstack/nova-powervm master: WIP: Stringify instance UUID https://review.openstack.org/563314 | 21:09 |
fried_rice | esberglu: You want to open a LP bug for that UUID snafu? | 21:09 |
fried_rice | esberglu: 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_rice | esberglu: The mainline CI isn't patched up with that pypowervm fix, right? | 21:10 |
esberglu | fried_rice: Sure, I'm heading out in like 2 minutes but can do | 21:10 |
fried_rice | thanks | 21:10 |
esberglu | CI is patched up (I live fixed it since you weren't around) | 21:11 |
esberglu | But I can test ^ out for you | 21:11 |
*** esberglu has quit IRC | 21:15 | |
*** edmondsw has joined #openstack-powervm | 22:07 | |
*** edmondsw has quit IRC | 22:11 | |
*** tjakobs_ has joined #openstack-powervm | 23:18 | |
*** tjakobs_ has quit IRC | 23:23 | |
*** edmondsw has joined #openstack-powervm | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!