*** altlogbot_3 has quit IRC | 00:10 | |
*** altlogbot_2 has joined #openstack-placement | 00:12 | |
*** ttsiouts has quit IRC | 00:28 | |
*** ttsiouts has joined #openstack-placement | 00:44 | |
*** ttsiouts has quit IRC | 00:49 | |
*** ttsiouts has joined #openstack-placement | 01:17 | |
*** ttsiouts has quit IRC | 01:22 | |
*** ttsiouts has joined #openstack-placement | 01:48 | |
*** ttsiouts has quit IRC | 02:22 | |
*** ttsiouts has joined #openstack-placement | 03:31 | |
*** ttsiouts has quit IRC | 04:05 | |
*** ttsiouts has joined #openstack-placement | 05:11 | |
*** ttsiouts has quit IRC | 05:45 | |
*** ttsiouts has joined #openstack-placement | 06:14 | |
*** ttsiouts has quit IRC | 06:18 | |
*** tetsuro has joined #openstack-placement | 06:18 | |
*** e0ne has joined #openstack-placement | 06:29 | |
*** ttsiouts has joined #openstack-placement | 06:53 | |
*** e0ne has quit IRC | 06:57 | |
*** tssurya has joined #openstack-placement | 07:12 | |
*** ttsiouts has quit IRC | 07:26 | |
*** helenafm has joined #openstack-placement | 07:33 | |
*** ttsiouts has joined #openstack-placement | 07:46 | |
openstackgerrit | Tetsuro Nakamura proposed openstack/placement master: Add RequestGroupSearchContext class https://review.opendev.org/658778 | 08:04 |
---|---|---|
openstackgerrit | Tetsuro Nakamura proposed openstack/placement master: Move search functions to the research context file https://review.opendev.org/660048 | 08:04 |
openstackgerrit | Tetsuro Nakamura proposed openstack/placement master: Cache provider ids in requested aggregates https://review.opendev.org/660049 | 08:04 |
openstackgerrit | Tetsuro Nakamura proposed openstack/placement master: Remove normalize trait map func https://review.opendev.org/660050 | 08:04 |
openstackgerrit | Tetsuro Nakamura proposed openstack/placement master: Move seek providers with resource to context https://review.opendev.org/660051 | 08:04 |
openstackgerrit | Tetsuro Nakamura proposed openstack/placement master: Reuse cache result for sharing providers capacity https://review.opendev.org/660052 | 08:04 |
*** e0ne has joined #openstack-placement | 08:12 | |
tssurya | melwitt: I added you to https://review.opendev.org/#/c/654799/ since it would be good to get your opinion on the "GET /usages" response/request format | 08:48 |
*** tetsuro has quit IRC | 08:49 | |
*** ttsiouts has quit IRC | 08:57 | |
*** cdent has joined #openstack-placement | 09:39 | |
cdent | oh dear. I am in a big hole. | 09:55 |
cdent | So much of the allocation_candidates code is very very tightly coupled to itself. very little room for wiggle and reuse | 09:55 |
*** ttsiouts has joined #openstack-placement | 10:05 | |
cdent | edleafe: a lot of that ^ is because of the dependence on internals ids that you were having issues with | 10:19 |
*** gibi_off is now known as gibi | 10:32 | |
*** ttsiouts has quit IRC | 10:34 | |
*** ttsiouts has joined #openstack-placement | 11:41 | |
openstackgerrit | Chris Dent proposed openstack/placement master: WIP: Avoid traversing summaries in _check_traits_for_alloc_request https://review.opendev.org/660691 | 11:58 |
openstackgerrit | Chris Dent proposed openstack/placement master: Use trait strings in ProviderSummary objects https://review.opendev.org/660692 | 11:58 |
cdent | tetsuro, efried that first one in the stack may be of interest. I think there's like a lot of that sort of thing. The second one is just a simple cleanup | 11:58 |
*** ttsiouts has quit IRC | 12:11 | |
*** mriedem has joined #openstack-placement | 13:14 | |
*** ttsiouts has joined #openstack-placement | 13:19 | |
*** ttsiouts has quit IRC | 13:53 | |
cdent | this might be useful for other people at some point: curl -H "x-auth-token: $TOKEN" -H 'openstack-api-version: placement latest' http://localhost/placement/allocation_candidates?resources=VCPU:1,DISK_GB:1,MEMORY_MB:256 | jq --arg proj $(uuidgen) --arg user $(uuidgen) '.allocation_requests[0] + {consumer_generation: null, project_id: $proj, user_id: $user}' | curl -v -H "x-auth-token: $TOKEN" -H 'content-type: | 14:44 |
cdent | application/json' -H 'openstack-api-version: placement latest' -X PUT -d @- http://localhost/placement/allocations/$(uuidgen) | 14:44 |
*** mriedem is now known as hansmoleman | 14:44 | |
*** ttsiouts has joined #openstack-placement | 14:54 | |
efried | cdent: "Get allocation requests; create the first one" ? | 15:00 |
*** hansmoleman is now known as mriedem | 15:00 | |
cdent | yes | 15:00 |
mriedem | cdent: i'll work on the test for https://review.opendev.org/#/c/658182/ today | 15:01 |
cdent | mriedem: huzzah, are you official, or doing your own thing? | 15:02 |
mriedem | official-ish | 15:02 |
mriedem | osf is going to have something on the foundation website soon about embargo stuff and open source | 15:02 |
mriedem | similar to LF | 15:02 |
mriedem | http://lists.openstack.org/pipermail/foundation/2019-May/002777.html | 15:03 |
cdent | *schwew* | 15:05 |
openstackgerrit | Chris Dent proposed openstack/placement master: DNM: perfload with written allocations https://review.opendev.org/660754 | 15:11 |
cdent | that ^ is going to explode | 15:12 |
melwitt | tssurya: ack, thanks for the reminder. sorry I haven't gotten to it yet | 15:14 |
tssurya | melwitt: ack no problem :) | 15:15 |
*** ttsiouts has quit IRC | 15:27 | |
*** helenafm has quit IRC | 15:35 | |
*** david-lyle has joined #openstack-placement | 15:39 | |
*** dklyle has quit IRC | 15:40 | |
*** david-lyle is now known as dklyle | 15:41 | |
openstackgerrit | Chris Dent proposed openstack/placement master: DNM: perfload with written allocations https://review.opendev.org/660754 | 15:52 |
*** dklyle has quit IRC | 15:55 | |
*** david-lyle has joined #openstack-placement | 15:55 | |
cdent | efried, edleafe, mriedem : I'd be interested in getting your feedback on the idea in https://storyboard.openstack.org/#!/story/2005443#comment-134113 . Let me know if it makes no sense please. | 16:11 |
openstackgerrit | Chris Dent proposed openstack/placement master: DNM: perfload with written allocations https://review.opendev.org/660754 | 16:13 |
*** dklyle has joined #openstack-placement | 16:15 | |
mriedem | seems reasonable | 16:15 |
*** david-lyle has quit IRC | 16:15 | |
*** david-lyle has joined #openstack-placement | 16:24 | |
*** dklyle has quit IRC | 16:25 | |
* cdent goes away for awhile | 16:30 | |
*** cdent has quit IRC | 16:30 | |
*** ttsiouts has joined #openstack-placement | 16:38 | |
*** david-lyle has quit IRC | 16:40 | |
*** dklyle has joined #openstack-placement | 16:48 | |
*** e0ne has quit IRC | 16:51 | |
*** tssurya has quit IRC | 16:58 | |
*** ttsiouts has quit IRC | 17:08 | |
*** ttsiouts has joined #openstack-placement | 17:48 | |
*** ttsiouts has quit IRC | 18:37 | |
*** ttsiouts has joined #openstack-placement | 18:45 | |
*** e0ne has joined #openstack-placement | 19:15 | |
openstackgerrit | Matt Riedemann proposed openstack/placement master: Change "Missing Root Provider IDs" upgrade check to a failure https://review.opendev.org/658164 | 19:19 |
openstackgerrit | Matt Riedemann proposed openstack/placement master: Add blocker alembic migration for null root_provider_ids https://review.opendev.org/658182 | 19:19 |
openstackgerrit | Matt Riedemann proposed openstack/placement master: Remove null root provider protections https://review.opendev.org/657716 | 19:19 |
openstackgerrit | Matt Riedemann proposed openstack/placement master: DNM: See what happens with 10000 resource providers https://review.opendev.org/657423 | 19:19 |
openstackgerrit | Matt Riedemann proposed openstack/placement master: WIP: Optionally run a wsgi profiler when asked https://review.opendev.org/643269 | 19:19 |
*** ttsiouts has quit IRC | 20:19 | |
*** e0ne has quit IRC | 20:34 | |
*** ttsiouts has joined #openstack-placement | 20:35 | |
*** ttsiouts has quit IRC | 20:39 | |
*** e0ne has joined #openstack-placement | 20:40 | |
*** e0ne has quit IRC | 20:41 | |
*** ttsiouts has joined #openstack-placement | 21:07 | |
*** ttsiouts has quit IRC | 21:11 | |
*** ttsiouts has joined #openstack-placement | 21:45 | |
*** mriedem has quit IRC | 21:48 | |
*** mriedem has joined #openstack-placement | 21:52 | |
*** ttsiouts has quit IRC | 22:02 | |
*** ttsiouts has joined #openstack-placement | 22:02 | |
*** artom has joined #openstack-placement | 22:59 | |
*** mriedem has quit IRC | 22:59 | |
*** Sundar has joined #openstack-placement | 23:01 | |
*** ttsiouts has quit IRC | 23:33 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!