Thursday, 2017-06-29

*** thorst has joined #openstack-powervm00:18
*** thorst has quit IRC00:23
*** esberglu has joined #openstack-powervm00:28
*** thorst has joined #openstack-powervm00:31
*** esberglu has quit IRC00:32
*** thorst has quit IRC00:33
*** edmondsw has joined #openstack-powervm01:07
*** edmondsw has quit IRC01:12
*** esberglu has joined #openstack-powervm01:22
*** esberglu has quit IRC01:22
*** thorst has joined #openstack-powervm01:37
*** thorst has quit IRC01:37
*** esberglu has joined #openstack-powervm02:16
*** esberglu has quit IRC02:20
*** edmondsw has joined #openstack-powervm02:56
*** edmondsw has quit IRC03:00
*** thorst has joined #openstack-powervm03:38
*** thorst has quit IRC03:43
*** edmondsw has joined #openstack-powervm04:43
*** edmondsw has quit IRC04:49
*** esberglu has joined #openstack-powervm04:59
*** esberglu has quit IRC05:03
*** thorst has joined #openstack-powervm05:39
*** thorst has quit IRC05:44
*** edmondsw has joined #openstack-powervm06:32
*** edmondsw has quit IRC06:36
*** jay1_ has joined #openstack-powervm06:50
*** k0da has joined #openstack-powervm07:34
*** thorst has joined #openstack-powervm07:40
*** esberglu has joined #openstack-powervm07:41
*** esberglu has quit IRC07:45
*** thorst has quit IRC07:47
*** openstackgerrit has quit IRC07:47
*** esberglu has joined #openstack-powervm08:37
*** esberglu has quit IRC08:42
*** dwayne has quit IRC09:30
*** esberglu has joined #openstack-powervm09:31
*** esberglu has quit IRC09:31
*** jay1_ has quit IRC09:35
*** thorst has joined #openstack-powervm09:43
*** thorst has quit IRC09:48
*** dwayne has joined #openstack-powervm09:49
*** esberglu has joined #openstack-powervm11:19
*** esberglu has quit IRC11:23
*** edmondsw has joined #openstack-powervm11:35
*** smatzek has joined #openstack-powervm11:36
*** thorst has joined #openstack-powervm11:57
*** jpasqualetto has joined #openstack-powervm12:07
*** esberglu has joined #openstack-powervm12:32
*** esberglu has quit IRC12:37
thorstefried: there?12:44
thorstFYI - I'm working with nvcastet to overhaul our REST API interaction with regard to VIF plugging.12:48
*** svenkat has joined #openstack-powervm12:48
thorstI want to pass in the OVS bridge into the REST API rather than us calling ovs commands directly12:48
*** mdrabe has joined #openstack-powervm12:50
*** dwayne has quit IRC12:51
*** rahul1 has joined #openstack-powervm12:53
*** kylek3h has joined #openstack-powervm12:57
*** rahul1 has quit IRC12:58
*** esberglu has joined #openstack-powervm13:07
efriedthorst Trying to grok that...13:07
efriedOh.  Yeah.  I support that 100%.  I don't think we should ever be calling Linux commands directly from the nvl.13:08
thorstbasically, I want to pass in the vm-uuid, the port uuid, the mtu, etc... all into the REST API so that we don't have to do this (sec) stuff13:08
thorsthttps://github.com/openstack/nova-powervm/blob/master/nova_powervm/virt/powervm/vif.py#L804-L80713:08
thorstbut it would mean new fields in REST likely.13:08
thorstso while I can write the patch, it may be queens before we merge it13:08
thorstcause its not a new pypowervm...its new REST13:08
efriedWhile we're at it, we should do the same for this shit https://github.com/openstack/nova-powervm/blob/master/nova_powervm/virt/powervm/mgmt.py#L6113:09
efriedHm, why is ^^ in nova_powervm and not in pypowervm?13:09
efriedI assume this is partially in support of remotable for CI purposes.13:10
thorst"While we're at it" --> where efried throws out an entirely different code block13:10
thorst:-)13:10
efriedIn addition to just being the right architecture13:10
thorstyou tell me mr. wrote it 2 years ago13:11
thorstat first glance, it doesn't seem to need to be in nova-powervm13:11
efriedYeah, theme of "Don't run Linux commands on the NovaLink; what are we, KVM?"13:11
thorstwell, that means defer to REST13:12
thorstbut that was different right?13:12
thorstthat was for the capture?13:12
efriedYeah, I mean I know why we did it the way we did it, because it was quicker and easier for us to write it than to try to get REST to do it and change the API.13:12
efriedBut it's still ucky.13:12
efriedAnd yes, that one is for snapshot.13:13
thorstI'm more OK with that13:13
thorstif we're going to do 'dual I/O' those hosting paths need to go in rest as a priority13:13
thorstcapture will never need to capture through dual I/O hosts...13:14
thorstso it should be done, but priority wise, lower IMO13:14
*** rahul1 has joined #openstack-powervm13:30
*** frown has joined #openstack-powervm13:52
*** frown has left #openstack-powervm13:56
esbergluSomething went in last night that broke n-api. It is failing to start. Looking into it for now, but it's causing every run to fail14:02
*** sysam has joined #openstack-powervm14:02
efriedwhee14:04
*** jay1_ has joined #openstack-powervm14:19
esbergluefried: Looks like it might be due to the pastedeploy issue14:24
esbergluI'm spinning up a node to test my theory14:24
efriedWhy is this happening all of a sudden?14:24
esbergluefried: I'm not sure that this is the issue. Just a guess based on the trace in n-api here14:31
esbergluhttp://184.172.12.213/04/478904/1/check/nova-out-of-tree-pvm/a323b9e/logs/14:31
esbergluAs to why it is happening, no idea yet14:31
efriedesberglu You're chasing a dead one there.  That was a bug in that particular patch set.14:44
efriedesberglu https://review.openstack.org/#/c/478904/1..2/nova/api/openstack/compute/routes.py14:45
efriedAnother example?14:45
esbergluefried: Wow didn't realize that it was a big chain of commits14:47
esbergluI saw like 10 in a row and didn't put it together14:47
esbergluThanks14:47
*** openstackgerrit has joined #openstack-powervm15:01
openstackgerritEric Berglund proposed openstack/nova-powervm master: DNM: ci check  https://review.openstack.org/32831515:01
openstackgerritEric Berglund proposed openstack/nova-powervm master: DNM: CI Check2  https://review.openstack.org/32831715:01
edmondswesberglu you were asking about generating docs the other day... fyi, apparently you can build a specific doc rather than all of them if you want, with something like tox -e build -- config-ref15:05
esbergluedmondsw: Nice thanks for the tip15:06
edmondswefried fyi ^15:06
*** mdrabe has quit IRC15:06
*** k0da has quit IRC15:20
efriedCool.15:26
*** rahul1 has quit IRC15:31
*** mdrabe has joined #openstack-powervm15:34
*** dwayne has joined #openstack-powervm15:35
*** jay1_ has quit IRC16:00
*** jpasqualetto has quit IRC16:01
*** sysam has quit IRC16:17
*** chhavi has joined #openstack-powervm16:33
*** chhavi has quit IRC16:46
*** k0da has joined #openstack-powervm18:57
*** thorst has quit IRC19:06
*** thorst has joined #openstack-powervm19:08
*** thorst has quit IRC19:13
*** thorst has joined #openstack-powervm19:23
openstackgerritMatt Rabe proposed openstack/nova-powervm master: WIP: Change NVRAM manager store to use uuid instead of instance object  https://review.openstack.org/47192619:34
openstackgerritMatt Rabe proposed openstack/nova-powervm master: WIP: Change NVRAM manager and Swift APIs to accept UUID  https://review.openstack.org/47192620:34
openstackgerritMatt Rabe proposed openstack/nova-powervm master: WIP: Change NVRAM manager and Swift APIs to accept UUID  https://review.openstack.org/47192620:47
*** smatzek has quit IRC21:09
*** esberglu has quit IRC21:17
*** sysam has joined #openstack-powervm21:23
*** sysam has left #openstack-powervm21:24
*** kylek3h has quit IRC21:35
*** miltonm has joined #openstack-powervm21:41
*** svenkat has quit IRC21:59
*** thorst has quit IRC22:01
*** esberglu has joined #openstack-powervm22:02
*** dwayne has quit IRC22:05
*** mdrabe has quit IRC22:05
*** esberglu has quit IRC22:06
*** k0da has quit IRC22:26
*** efried is now known as efried_out_til_J22:48
*** efried_out_til_J is now known as efried_back_July22:49
*** efried_back_July is now known as efried_backJuly522:49
*** dwayne has joined #openstack-powervm23:05
*** dwayne has quit IRC23:12
*** thorst has joined #openstack-powervm23:32
*** thorst has quit IRC23:37

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