Wednesday, 2017-06-14

*** thorst_afk has joined #openstack-powervm00:34
*** thorst_afk has quit IRC00:38
*** thorst_afk has joined #openstack-powervm00:50
*** thorst_afk has quit IRC01:01
*** esberglu has joined #openstack-powervm01:08
*** esberglu has quit IRC01:12
*** thorst_afk has joined #openstack-powervm02:02
*** thorst_afk has quit IRC02:06
*** esberglu has joined #openstack-powervm02:24
*** thorst_afk has joined #openstack-powervm02:56
*** thorst_afk has quit IRC03:16
*** chhavi has joined #openstack-powervm03:59
*** thorst_afk has joined #openstack-powervm04:13
*** esberglu has quit IRC04:23
*** thorst_afk has quit IRC04:48
*** edmondsw has joined #openstack-powervm05:34
*** edmondsw has quit IRC05:38
*** adreznec has quit IRC05:43
*** adreznec has joined #openstack-powervm05:43
*** k0da has joined #openstack-powervm05:51
*** k0da has quit IRC06:03
*** jwcroppe_ has joined #openstack-powervm06:07
*** jwcroppe has quit IRC06:09
*** chhavi has quit IRC06:13
*** thorst_afk has joined #openstack-powervm06:46
*** thorst_afk has quit IRC06:50
*** jwcroppe_ has quit IRC06:59
*** k0da has joined #openstack-powervm07:40
*** thorst_afk has joined #openstack-powervm07:46
*** openstackgerrit has joined #openstack-powervm07:49
openstackgerritRajat Sharma proposed openstack/networking-powervm master: Replace six.iteritems() with .items()  https://review.openstack.org/47409407:49
*** thorst_afk has quit IRC07:51
*** thorst_afk has joined #openstack-powervm08:47
*** k0da has quit IRC08:50
*** thorst_afk has quit IRC08:52
*** edmondsw has joined #openstack-powervm09:10
*** edmondsw has quit IRC09:15
*** thorst_afk has joined #openstack-powervm09:48
*** thorst_afk has quit IRC10:07
*** k0da has joined #openstack-powervm11:03
*** thorst_afk has joined #openstack-powervm11:04
*** thorst_afk has quit IRC11:09
*** thorst_afk has joined #openstack-powervm11:42
*** thorst_afk has quit IRC11:53
*** mdrabe has joined #openstack-powervm12:29
*** edmondsw has joined #openstack-powervm12:37
*** kylek3h has joined #openstack-powervm13:17
*** openstackgerrit has quit IRC13:18
*** esberglu has joined #openstack-powervm13:22
*** jwcroppe has joined #openstack-powervm13:40
*** smatzek has joined #openstack-powervm13:49
*** tjakobs has joined #openstack-powervm13:54
*** tjakobs has quit IRC14:43
esbergluefried: edmondsw: Got working stacks for master IT and OOT!14:54
efriedPhew.14:55
efriedesberglu What was the fix?14:55
edmondswawesome!14:55
esbergluGonna test them on fresh nodes to make sure14:55
esbergluefried: Just needed to update some settings for neutron to get working14:56
esbergluBut I also made some nice progress towards the generated tempest.conf files14:56
efriedNeed to disseminate that info, so the rest of us can stack (esp. Jay)14:56
esbergluBut that will be a separate change14:57
esbergluefried: I will link him the review after I finish the tests on fresh nodes14:58
efriedcoo14:58
*** mdrabe_ has joined #openstack-powervm15:01
*** mdrabe has quit IRC15:05
*** tjakobs has joined #openstack-powervm15:09
tjakobsefried can I get a W+1 on https://review.openstack.org/#/c/462248/ (file-backed ephemeral storage)?15:18
efriedtjakobs Looking...15:18
efriedtjakobs Done.15:19
tjakobsthx :)15:19
*** openstackgerrit has joined #openstack-powervm15:28
openstackgerritMerged openstack/nova-powervm master: Add support for file-backed ephemeral disk  https://review.openstack.org/46224815:28
*** k0da has quit IRC15:33
esbergluefried: edmondsw: Updated local.conf files are up in change 545616:00
esbergluGetting rid of neutron legacy broke the network/subnet creation16:01
esbergluI think I can fix it by using openstack cli vs. neutron cli16:01
edmondsw+1 to using openstack cli16:01
efriedesberglu Let me know if you need help with that.16:03
efriedBut only if you get stuck ;-)16:03
*** mdrabe_ is now known as mdrabe16:33
openstackgerritOpenStack Proposal Bot proposed openstack/nova-powervm master: Updated from global requirements  https://review.openstack.org/47012116:39
esbergluefried: Got some time to help with prep_devstack network creation?17:57
*** efried has quit IRC18:38
*** efried has joined #openstack-powervm18:52
edmondswefried that pwroff stuff sure is complicated...19:02
edmondswI gave you some comments on 5453. I can try to take a stab at a revision if you want19:02
*** jwcroppe has quit IRC19:05
*** jwcroppe has joined #openstack-powervm19:06
*** jwcroppe has quit IRC19:11
esbergluefried: I can't create vlan networks only vxlan19:34
esbergluI think it's a problem with the ml2 plugin19:34
esbergluin the conf file that gets generated19:34
esberglutenant_network_types = vxlan19:34
esbergluBut it should be vlan there19:35
esbergluhttps://github.com/openstack-dev/devstack/blob/master/lib/neutron_plugins/ml2#L73-L7419:35
esbergluThat's where that value gets set, and we have Q_ML2_TENANT_NETWORK_TYPE=vlan19:35
esbergluNot sure why that isn't being honored19:35
esbergluI'm seeing if I can just put that tenant_network_types=vlan in the local.conf post-config section19:36
esbergluNot sure if you're familiar with any of this or not19:36
efriedesberglu Could be a microversion thing.19:38
efriedesberglu Try `export OS_COMPUTE_API_VERSION=2.37`19:39
efriededmondsw If you want to see complicated power_off, take a look at this commit level: https://github.com/powervm/pypowervm/blob/release/1.0.0.2/pypowervm/tasks/power.py19:52
edmondswefried no thank you... ;)19:54
efriedIn retrospect, I think it was a mistake to try to fold "get rid of add_parms at all costs" into the change set that refactored.19:54
esbergluefried: I'm giving it a try. Why do you suspect that?19:56
efriedesberglu Cause I ran into that when I was trying to use an openstack CLI option that shoulda been supported but didn't seem to be working.19:56
efriedThe way it's set up right now, if you don't specify otherwise, openstackclient defaults to a particular API microversion that's not the latest.19:57
efriedOther CLIs, like nova's, negotiate the latest that both sides can handle.19:57
efriedFWIW, the option I ran afoul of at the time was --nic none19:57
*** smatzek has quit IRC20:22
*** jwcroppe has joined #openstack-powervm20:52
*** jwcroppe has quit IRC20:52
*** jwcroppe has joined #openstack-powervm20:52
*** jpasqualetto has joined #openstack-powervm21:04
efriededmondsw 5453 again.  Tell ya, the more we do to this, the worse I feel.21:11
edmondswefried :(21:11
edmondswefried I have to run, will look tonight or tomorrow21:11
efriededmondsw rgr21:11
*** edmondsw has quit IRC21:11
*** kylek3h has quit IRC21:16
*** jpasqualetto has quit IRC21:18
*** esberglu has quit IRC21:31
*** esberglu has joined #openstack-powervm22:43
*** esberglu has quit IRC22:48
*** tjakobs has quit IRC22:57

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