*** ManojK has quit IRC | 00:09 | |
*** ManojK has joined #openstack-powervm | 00:11 | |
*** thorst has joined #openstack-powervm | 00:12 | |
*** thorst has quit IRC | 00:17 | |
*** thorst has joined #openstack-powervm | 00:53 | |
*** thorst has quit IRC | 00:58 | |
*** thorst has joined #openstack-powervm | 01:14 | |
*** thorst has quit IRC | 01:19 | |
*** esberglu has joined #openstack-powervm | 01:29 | |
*** esberglu has quit IRC | 01:35 | |
*** ManojK has quit IRC | 01:38 | |
*** jwcroppe has joined #openstack-powervm | 01:45 | |
*** jwcroppe has quit IRC | 01:57 | |
*** tjakobs has joined #openstack-powervm | 02:21 | |
*** thorst has joined #openstack-powervm | 02:25 | |
*** thorst has quit IRC | 02:25 | |
*** ManojK has joined #openstack-powervm | 02:25 | |
*** tjakobs has quit IRC | 02:27 | |
*** jwcroppe has joined #openstack-powervm | 02:57 | |
*** jwcroppe has quit IRC | 03:01 | |
*** jwcroppe has joined #openstack-powervm | 03:01 | |
*** seroyer has joined #openstack-powervm | 03:07 | |
*** seroyer has quit IRC | 03:29 | |
*** seroyer has joined #openstack-powervm | 03:29 | |
*** jwcroppe has quit IRC | 03:40 | |
*** jwcroppe has joined #openstack-powervm | 03:51 | |
*** seroyer has quit IRC | 03:52 | |
*** jwcroppe has quit IRC | 03:55 | |
*** ManojK has quit IRC | 03:57 | |
*** jwcroppe has joined #openstack-powervm | 04:17 | |
*** k0da has joined #openstack-powervm | 04:23 | |
*** jwcroppe has quit IRC | 04:33 | |
*** jwcroppe has joined #openstack-powervm | 05:13 | |
*** jwcroppe has quit IRC | 05:49 | |
*** jwcroppe has joined #openstack-powervm | 05:49 | |
*** jwcroppe has quit IRC | 06:12 | |
*** jwcroppe has joined #openstack-powervm | 06:13 | |
*** jwcroppe has quit IRC | 06:42 | |
*** jwcroppe has joined #openstack-powervm | 06:44 | |
*** k0da has quit IRC | 06:56 | |
*** jwcroppe has quit IRC | 07:35 | |
*** jwcroppe has joined #openstack-powervm | 07:38 | |
*** k0da has joined #openstack-powervm | 07:47 | |
*** jwcroppe has quit IRC | 08:34 | |
*** jwcroppe has joined #openstack-powervm | 09:53 | |
*** jwcroppe has quit IRC | 10:17 | |
*** jwcroppe has joined #openstack-powervm | 11:02 | |
*** jwcroppe has quit IRC | 11:09 | |
*** svenkat has joined #openstack-powervm | 11:34 | |
*** jwcroppe has joined #openstack-powervm | 11:39 | |
*** jwcroppe has quit IRC | 11:41 | |
*** thorst has joined #openstack-powervm | 11:48 | |
openstackgerrit | Merged openstack/nova-powervm: Driver cleanup work https://review.openstack.org/338573 | 12:36 |
---|---|---|
*** Ashana has joined #openstack-powervm | 12:41 | |
*** ManojK has joined #openstack-powervm | 12:46 | |
*** mdrabe has joined #openstack-powervm | 13:08 | |
*** tblakeslee has joined #openstack-powervm | 13:15 | |
openstackgerrit | Merged openstack/nova-powervm: Remove delete vopt if nothing to delete https://review.openstack.org/339151 | 13:24 |
thorst | adreznec: there? | 13:25 |
adreznec | thorst: Sup | 13:27 |
thorst | Looking at Ashana's change set. | 13:27 |
*** mdrabe has quit IRC | 13:28 | |
*** mdrabe has joined #openstack-powervm | 13:28 | |
Ashana | I saw your correction I was changing the code in the VNC and now I think I may have something so ill send that up in a few | 13:29 |
thorst | and comparing it to the change set from yesterday...https://review.openstack.org/#/c/334110/ | 13:29 |
thorst | I think we need to sit and think a little. What that other change set does is save the source on to the repo build server | 13:29 |
thorst | which then sets the stage for every client to build it | 13:29 |
thorst | thus independent of CPU arch AND OS type | 13:30 |
thorst | is that a better approach to solving this issue? | 13:30 |
thorst | rather then trying to have various repo builds for each arch (which then would need to be extended to have one for each OS type) | 13:30 |
thorst | Ashana: I'm also iterating on your change set locally...I have been trying to figure out how to delegate the fact. But first I'd rather discuss that approach with adreznec... | 13:31 |
adreznec | thorst: Yeah, the downside there of course is going to be performance, right? You | 13:32 |
thorst | adreznec: definitely...but its like what android does now with APKs :-) | 13:33 |
adreznec | now have to build all those sources into binaries on each host instead of doing it once | 13:33 |
adreznec | Ehh... kind of | 13:33 |
thorst | don't they JIT but then the 'optimization' phase is where they build the class files locally into binaries | 13:33 |
thorst | to avoid slow start? | 13:33 |
thorst | anyway, semi analogous | 13:34 |
thorst | I'm wondering if we should hop over into openstack-ansible and ask if we should pursue that instead... | 13:34 |
adreznec | Yeah, it does a sort of JIT now with N | 13:34 |
adreznec | I kind of want to play with that patch a bit here | 13:35 |
adreznec | See if it really acts like I'm expecting it to | 13:35 |
thorst | this whole 'find the first of each arch type' is going to be a PITA. I can't really figure out how to get it to store everything back at the repo master | 13:36 |
thorst | and then if I step back and think about it, cpu arch type is really only the first hurdle | 13:36 |
thorst | then it becomes each OS type | 13:36 |
thorst | then...unsure whats next. | 13:36 |
adreznec | Well yeah | 13:36 |
adreznec | but OS type isn't unique to us | 13:36 |
*** esberglu has joined #openstack-powervm | 13:37 | |
adreznec | Just another dimension OSA has to deal with | 13:37 |
thorst | right, but we're clearly hitting the same issue from each dimension...each approach solves it differently | 13:37 |
*** apearson has joined #openstack-powervm | 13:40 | |
adreznec | I'm going to kick off a run of my environment with that patch here | 13:41 |
adreznec | and see what the repo build does | 13:41 |
thorst | adreznec: k | 13:41 |
*** lmtaylor has joined #openstack-powervm | 13:44 | |
*** seroyer has joined #openstack-powervm | 13:48 | |
*** tjakobs has joined #openstack-powervm | 13:50 | |
*** tjakobs has quit IRC | 14:00 | |
*** burgerk has joined #openstack-powervm | 14:08 | |
esberglu | thorst: Did you look at the trunk port stuff at all? I just looked through that webpage | 14:09 |
*** kriskend has joined #openstack-powervm | 14:15 | |
*** burgerk has quit IRC | 14:15 | |
*** mdrabe has quit IRC | 14:18 | |
*** mdrabe has joined #openstack-powervm | 14:19 | |
*** tjakobs has joined #openstack-powervm | 14:24 | |
thorst | esberglu: yeah. I sent a note to burgerk on it. We don't currently support it | 14:28 |
esberglu | thorst: I will disable all those tests then. | 14:30 |
*** ManojK has quit IRC | 14:30 | |
thorst | esberglu: thx | 14:31 |
thorst | adreznec: any update? Ashana is still iterating on her change set...but want to make sure that's the right approach | 14:31 |
adreznec | thorst: Still running setup-infrastructure | 14:31 |
adreznec | Creating containers now | 14:31 |
thorst | bleh, takes a while | 14:31 |
adreznec | About halfway done with that | 14:31 |
adreznec | Should have an answer in probably an hour | 14:32 |
thorst | k | 14:33 |
adreznec | esberglu: thorst Did you see Monty's email about Zuul v3? | 14:33 |
thorst | adreznec: Nope...let me look | 14:34 |
esberglu | thorst: Recently? Or the one from a while back | 14:34 |
adreznec | Yesterday | 14:34 |
esberglu | No I don’t think I got it | 14:35 |
thorst | adreznec: that's reassuring | 14:35 |
adreznec | tl;dr - they're planning on introducing breaking changes as part of zuul v3 that will break our CI system if we try to use them | 14:35 |
adreznec | at least until things are working | 14:35 |
adreznec | and they created a tag to use in the meantime | 14:35 |
thorst | and they recommend we stay on what we have until then | 14:35 |
adreznec | Just forwarded Ramy's follow up email | 14:35 |
adreznec | Outlining how we can pin nodepool to the 0.3.0 tag with puppet-openstackci | 14:36 |
esberglu | Cool that’s super easy. Putting up a change now | 14:41 |
thorst | efried: 3543? Put it to rest? | 14:41 |
efried | thorst, stand by. | 14:41 |
efried | thorst, +2. Though looking at it, I'm wondering why we wouldn't want that method to live somewhere more central. | 14:42 |
thorst | efried: Agree. But by having private...we can move it somewhere more centralized later | 14:42 |
thorst | we don't have a vm.py yet in tasks. | 14:42 |
efried | yuh. Rip it. | 14:42 |
thorst | but I'm thinking that may be the next bits from nova_powervm we decide needs to move to pypowervm... | 14:43 |
efried | yup, was just thinking that. | 14:43 |
*** mdrabe has quit IRC | 14:44 | |
thorst | efried: What would you think about moving this chunk of code into base_partition.py | 14:46 |
thorst | https://github.com/powervm/pypowervm/blob/master/pypowervm/wrappers/logical_partition.py#L129-L236 | 14:46 |
thorst | tjakobs will need some of that for nl as a vio | 14:46 |
efried | thorst, looks fine to me. Not sure why some of that stuff was limited to LPAR before. And the move ought to be seamless from a public API perspective, because inheritance. | 14:47 |
efried | Will you or tjakobs do that, or were you asking me to do it? | 14:47 |
efried | Guessing some logic will have to be added around VIOS-specific and/or management partition? | 14:48 |
efried | And perhaps it actually makes sense to move some base enablement down there, but then leave/put certain type-specific overrides in the subclasses. | 14:49 |
efried | Like, a VIOS will never be OS400. That kind of thing. | 14:49 |
thorst | efried: yep...my thoughts. Not asking to do it (unless you have cycles) | 14:51 |
efried | I could make the time, but would rather put it off til after I finish what I'm working on now, so like probably early/mid next week. | 14:52 |
thorst | efried: I'm not in a rush. Not sure about tjakobs | 14:54 |
efried | k | 14:54 |
*** mdrabe has joined #openstack-powervm | 14:54 | |
thorst | kriskend: ^^ I think you also care | 14:54 |
*** burgerk has joined #openstack-powervm | 14:56 | |
kriskend | thorst: so this is what you were referencing in the comments you made on Taylor's patch | 15:09 |
openstackgerrit | Eric Berglund proposed openstack/nova-powervm: DNM: Test Change Set 2 https://review.openstack.org/300232 | 15:10 |
*** seroyer has quit IRC | 15:18 | |
*** efried has quit IRC | 15:24 | |
*** arnoldje has joined #openstack-powervm | 15:31 | |
*** seroyer has joined #openstack-powervm | 15:36 | |
thorst | kriskend: yep | 15:37 |
adreznec | Man that new requirement download process script takes a long time to run | 15:37 |
thorst | adreznec: how much time/ | 15:38 |
thorst | and is it because we're running outside of rax? | 15:38 |
adreznec | Won't have an exact # until the timers dump at the end here | 15:39 |
adreznec | But it seemed like 45 minutes | 15:39 |
adreznec | and no, it downloads from pypi | 15:39 |
thorst | yikes | 15:39 |
adreznec | I'll let you know the full timings after things finish here... | 15:40 |
openstackgerrit | Eric Berglund proposed openstack/nova-powervm: DNM1 https://review.openstack.org/300231 | 15:43 |
openstackgerrit | Drew Thorstensen proposed openstack/nova-powervm: WIP: Handle stale system metadata https://review.openstack.org/321816 | 16:00 |
*** k0da has quit IRC | 16:05 | |
*** tblakeslee has quit IRC | 16:56 | |
*** k0da has joined #openstack-powervm | 16:59 | |
*** tblakeslee has joined #openstack-powervm | 17:54 | |
*** apearson has quit IRC | 18:00 | |
*** apearson has joined #openstack-powervm | 18:02 | |
*** Ashana has quit IRC | 18:16 | |
*** apearson has quit IRC | 18:37 | |
*** apearson has joined #openstack-powervm | 18:41 | |
openstackgerrit | Eric Berglund proposed openstack/nova-powervm: DNM: CI Check2 https://review.openstack.org/328317 | 18:46 |
*** esberglu has quit IRC | 18:56 | |
*** esberglu has joined #openstack-powervm | 19:01 | |
*** efried has joined #openstack-powervm | 19:10 | |
*** Ashana has joined #openstack-powervm | 19:11 | |
tjakobs | efried, thorst: I'm looking at moving the logical_partition.py code over (just an FYI) | 19:38 |
efried | tjakobs, go for it. | 19:38 |
*** burgerk has quit IRC | 19:54 | |
*** apearson has quit IRC | 20:15 | |
*** Ashana has quit IRC | 20:21 | |
thorst | esberglu: Miss a QoS Test? | 20:26 |
thorst | http://184.172.12.213/17/328317/5/check/nova-powervm-pvm-dsvm-tempest-full/dfcda0c/powervm_os_ci.html | 20:26 |
esberglu | Yeah I put a change up already. | 20:27 |
esberglu | thorst: Good news is that all the runs are passing everything else, but 2 concurrent runs was the max load today | 20:28 |
thorst | esberglu: I'll go push that change through. We could kick off 5 or 6 concurrent runs now? | 20:34 |
*** esberglu has quit IRC | 20:34 | |
*** apearson has joined #openstack-powervm | 20:34 | |
openstackgerrit | Drew Thorstensen proposed openstack/nova-powervm: DNM: CI Check https://review.openstack.org/295935 | 20:34 |
*** thorst has quit IRC | 20:40 | |
*** esberglu has joined #openstack-powervm | 20:40 | |
esberglu | thorst: Yep I can do that | 20:43 |
openstackgerrit | Eric Berglund proposed openstack/nova-powervm: DNM: ci check https://review.openstack.org/328315 | 20:47 |
*** arnoldje has quit IRC | 20:47 | |
*** lmtaylor has left #openstack-powervm | 20:55 | |
*** apearson has quit IRC | 21:00 | |
*** thorst has joined #openstack-powervm | 21:00 | |
*** thorst has quit IRC | 21:05 | |
*** esberglu has quit IRC | 21:22 | |
*** arnoldje has joined #openstack-powervm | 21:28 | |
*** kriskend has quit IRC | 21:43 | |
*** tblakeslee has quit IRC | 21:48 | |
*** svenkat has quit IRC | 21:55 | |
*** tjakobs has quit IRC | 21:57 | |
*** dwayne_ has quit IRC | 22:04 | |
*** seroyer has quit IRC | 22:05 | |
*** seroyer has joined #openstack-powervm | 22:06 | |
*** mdrabe_ has joined #openstack-powervm | 22:06 | |
*** mdrabe has quit IRC | 22:09 | |
*** seroyer has quit IRC | 22:10 | |
*** mdrabe_ has quit IRC | 22:10 | |
*** k0da has quit IRC | 22:28 | |
*** efried has quit IRC | 23:19 | |
*** kriskend has joined #openstack-powervm | 23:36 | |
*** kriskend has quit IRC | 23:43 | |
*** kriskend has joined #openstack-powervm | 23:45 | |
*** kriskend_ has joined #openstack-powervm | 23:46 | |
*** kriskend has quit IRC | 23:49 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!