*** mc_nair has joined #openstack-oslo | 00:02 | |
openstackgerrit | Joshua Harlow proposed openstack/oslo-incubator: Add new core analyzer script that can be called from 'analyze-oslo.sh' script https://review.openstack.org/246682 | 00:03 |
---|---|---|
harlowja | crappy script ^ | 00:03 |
harlowja | lol | 00:03 |
*** jaypipes has quit IRC | 00:04 | |
*** crc32 has quit IRC | 00:06 | |
*** mc_nair has quit IRC | 00:15 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Cache atom name -> actions and provide accessor function https://review.openstack.org/198211 | 00:16 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/stevedore: Updated from global requirements https://review.openstack.org/244454 | 00:23 |
*** jecarey has joined #openstack-oslo | 00:25 | |
*** jecarey has quit IRC | 00:29 | |
*** yamamoto has joined #openstack-oslo | 00:30 | |
lifeless | dims_: dhellmann: harlowja: ttx: https://review.openstack.org/#/c/226157 updated | 00:37 |
*** mixos has joined #openstack-oslo | 00:38 | |
*** mixos has quit IRC | 00:39 | |
*** itisha has quit IRC | 00:41 | |
*** mhorban__ has quit IRC | 00:44 | |
*** mhorban__ has joined #openstack-oslo | 00:44 | |
harlowja | lifeless nice sputnik13 ^ u might be interested in reading to | 00:45 |
*** yamamoto has quit IRC | 00:48 | |
*** pratikmallya has quit IRC | 00:48 | |
*** jerrygb has quit IRC | 00:55 | |
*** jecarey has joined #openstack-oslo | 00:56 | |
openstackgerrit | Vilobh Meshram proposed openstack/tooz: WIP : Add Consul Driver https://review.openstack.org/245362 | 00:59 |
*** sputnik13 has quit IRC | 01:00 | |
*** sputnik13 has joined #openstack-oslo | 01:01 | |
*** jecarey has quit IRC | 01:01 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Add optional 'defer_reverts' behavior https://review.openstack.org/243268 | 01:04 |
*** mriedem has joined #openstack-oslo | 01:05 | |
*** thumpba has joined #openstack-oslo | 01:06 | |
*** jamielennox is now known as jamielennox|away | 01:10 | |
*** thumpba has quit IRC | 01:12 | |
*** mixos has joined #openstack-oslo | 01:13 | |
sputnik13 | +10000000 --> "Use semver to signal compatibility breaks (these are expected just not ones that affect supported releases)" | 01:14 |
sputnik13 | semantic versioning ftw | 01:15 |
*** SurajD has joined #openstack-oslo | 01:16 | |
harlowja | sputnik13 the part that i'm not such a big fan about is 'garbage collect deprecated things will be determined by the period that the stable maintenance team decide to maintain each stable branch for.' | 01:18 |
harlowja | imho it shouldn't need to be restricted to that period, if the project owner has stable branches and supports them... | 01:18 |
*** sputnik13 has quit IRC | 01:19 | |
harlowja | it also should break weekly but ya, don't go crazy imho seems like a better recommendation | 01:19 |
harlowja | *shouldn't be weekly lol | 01:19 |
*** stevemar_ has quit IRC | 01:23 | |
*** mixos has quit IRC | 01:27 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Allow deciders to stop at flow boundaries (WIP) https://review.openstack.org/246051 | 01:30 |
openstackgerrit | Jay Pipes proposed openstack/oslo.versionedobjects: Adds new MACAddressField https://review.openstack.org/245294 | 01:31 |
*** jaypipes has joined #openstack-oslo | 01:33 | |
jaypipes | dansmith: hey man, sorry to bother you, but I could really use some help on https://review.openstack.org/#/c/245294/. For the life of me, I cannot figure out why the tests are not passing. It seems that nothing I do to the code changes the returned value from MACAddressField.coerce() to be lowercased and replaces the hyphens with colons :( | 01:34 |
*** yamamoto has joined #openstack-oslo | 01:37 | |
*** pradk has quit IRC | 01:38 | |
*** jecarey has joined #openstack-oslo | 01:39 | |
*** mixos has joined #openstack-oslo | 01:40 | |
*** jeckersb is now known as jeckersb_gone | 01:41 | |
*** mhorban__ has quit IRC | 01:41 | |
*** mhorban__ has joined #openstack-oslo | 01:42 | |
*** jecarey has quit IRC | 01:43 | |
*** pratikmallya has joined #openstack-oslo | 01:48 | |
*** boris-42 has joined #openstack-oslo | 01:51 | |
*** pratikmallya has quit IRC | 01:53 | |
*** jecarey has joined #openstack-oslo | 02:05 | |
dims_ | jaypipes ping | 02:08 |
dims_ | jaypipes this works for me - http://paste.openstack.org/show/479197/ | 02:08 |
*** cprmrf has joined #openstack-oslo | 02:09 | |
*** jecarey has quit IRC | 02:09 | |
lifeless | harlowja: well | 02:10 |
lifeless | harlowja: so lets talk about that | 02:10 |
dims_ | coerce_good_values - in the tuple the first one is the thing from which we convert from and the second is the final thing after coercion | 02:10 |
harlowja | lifeless ok :) | 02:10 |
lifeless | harlowja: I laid out my reasoning in the spec | 02:10 |
lifeless | harlowja: basically folk *will* mix and match versions, the entire python packaging ecosystem defaults to 'run latest' | 02:10 |
openstackgerrit | Kai Qiang Wu(Kennan) proposed openstack/oslo.versionedobjects: Fix the wrong reference for DeprecationWarning https://review.openstack.org/246721 | 02:12 |
lifeless | harlowja: its quite hard to select 'and run a stable branch' for anything coming from PyPI | 02:12 |
lifeless | harlowja: there is no branching model in the index | 02:12 |
harlowja | right, because of various junk of pip (resolver ...) | 02:12 |
*** Kennan has joined #openstack-oslo | 02:12 | |
Kennan | hi dims: | 02:12 |
Kennan | dims_ | 02:13 |
harlowja | but v.Y == stable branch, v.Y+1 == dev | 02:13 |
harlowja | ? | 02:13 |
dims_ | Kennan hey | 02:13 |
lifeless | harlowja: not in PyPI | 02:13 |
lifeless | harlowja: it has precisely one mechanism to handle that - semver, using the ~= operator | 02:13 |
Kennan | please check this https://review.openstack.org/#/c/246721/ | 02:14 |
*** stevemar_ has joined #openstack-oslo | 02:14 | |
Kennan | it failed our jenkins | 02:14 |
lifeless | harlowja: which is basically a pin - ~= 1.1 -> >= 1.1 and < 1.2 | 02:14 |
Kennan | so I propose a change for that | 02:14 |
harlowja | lifeless right | 02:14 |
Kennan | dims_: thanks | 02:14 |
harlowja | is ~=1 >=1.0 and < 2.0 ? | 02:14 |
lifeless | yah | 02:14 |
lifeless | (from memory) | 02:14 |
lifeless | but there's an odd thing in the definition, I think maybe you need x.y to use it | 02:15 |
jaypipes | dims_: guh, I must not have my brain screwed on correctly today... thank you! | 02:15 |
harlowja | lifeless hmmm | 02:15 |
harlowja | thats odd | 02:15 |
lifeless | harlowja: anyhow it doesn't matter - its a pin | 02:15 |
openstackgerrit | Jay Pipes proposed openstack/oslo.versionedobjects: Adds new MACAddressField https://review.openstack.org/245294 | 02:15 |
lifeless | harlowja: if we expect oslo.config to be used with a pin | 02:15 |
harlowja | right, but a pin to a semver u expect to be work for the duration of your app | 02:15 |
harlowja | *semver range | 02:15 |
lifeless | harlowja: then everything that uses it needs the same pin | 02:15 |
dims_ | jaypipes :) | 02:15 |
harlowja | lifeless right, which is then why u need a dep solver to actually figure out if thats possible or not | 02:16 |
Kennan | https://bugs.launchpad.net/oslo.versionedobjects/+bug/1517280 | 02:16 |
openstack | Launchpad bug 1517280 in oslo.versionedobjects "'module' object has no attribute 'DeprecationWarning'" [Undecided,New] - Assigned to Kai Qiang Wu(Kennan) (wkqwu) | 02:16 |
lifeless | harlowja: and when any one project needs to move, we can't actually move any of them until all of them have moved | 02:16 |
lifeless | harlowja: so moving past the pin becomes a huge effort - which we've felt plenty of times. Burnt people out doing in fact | 02:16 |
harlowja | ok ~=1 and <=2.1 | 02:16 |
harlowja | we love to burn people | 02:16 |
harlowja | ha | 02:16 |
harlowja | light em up | 02:17 |
lifeless | harlowja: so, I don't; I hate people being stressed and unhappy | 02:17 |
harlowja | :-P | 02:17 |
lifeless | harlowja: anyhow, more usefully - | 02:17 |
lifeless | harlowja: we don't need a dep solver, we have constraints, but they need to all be compatible | 02:17 |
dims_ | Kennan : whoa! not sure how we missed that. thanks | 02:17 |
lifeless | so we have to touch *every single user of the library* to do an API break of any sort | 02:18 |
dims_ | jaypipes : since we have you here now :) please bless https://review.openstack.org/#/c/246721/ | 02:18 |
lifeless | and - and this is the crucial bit - we need to touch them twice, and its a critical section around the release. | 02:18 |
harlowja | ya, it almost seems like we need 2.1 where 2.1 is the mixed-mode that works in the old version and the new version, and then 2.2 can be the thing that only enables new mode | 02:18 |
lifeless | because we have to expand the pin. then land the breaking change in master. Then contract the pin. Then start using the new thing whatever it is. | 02:19 |
harlowja | so 1.0 -> 2.1 would work as expected in both modes, 2.2 would drop old mode | 02:19 |
harlowja | then people can shift to 2.1, in pieces or whatever, then shift to 2.2 when all changed | 02:19 |
harlowja | or something | 02:19 |
lifeless | well no | 02:19 |
lifeless | because we have the really strong rquirement from our deployers that we be coinstallable | 02:19 |
harlowja | how strong is that still? | 02:20 |
lifeless | we can't raise the minimum up from 2.1 until everyone can move up | 02:20 |
lifeless | harlowja: super strong | 02:20 |
harlowja | how super? | 02:20 |
harlowja | lol | 02:20 |
lifeless | harlowja: depramination | 02:20 |
harlowja | i already used up by word of the day | 02:20 |
harlowja | lol | 02:20 |
lifeless | harlowja: like defenestration, but prams. | 02:20 |
harlowja | *used up my | 02:20 |
harlowja | lol | 02:20 |
harlowja | how many deployers are still co-installing things? | 02:21 |
lifeless | huh? 99% | 02:21 |
*** _amrith_ is now known as amrith | 02:21 | |
lifeless | the vast majority use deb or rpm packages | 02:21 |
harlowja | kk | 02:21 |
lifeless | those are coinstalled | 02:21 |
* harlowja wasnt sure the number anymoe for that | 02:21 | |
harlowja | if u say 99% though, i beleive u | 02:21 |
lifeless | let me check the user survey | 02:21 |
lifeless | 55% operating system packages | 02:22 |
harlowja | kk | 02:22 |
lifeless | 39% unmodified from a vendor | 02:22 |
lifeless | 30% locally modified (which could then imply virtualenvs or whatever) | 02:23 |
harlowja | right | 02:23 |
lifeless | 24% self rolled | 02:23 |
lifeless | now, the first two could be containerised | 02:23 |
lifeless | so lets look on | 02:23 |
harlowja | buttt i gotta run, sooo :) | 02:23 |
harlowja | doesn't want to leave u hanging | 02:23 |
harlowja | lol | 02:23 |
harlowja | we will resume! | 02:23 |
harlowja | lol | 02:23 |
lifeless | can't tell | 02:24 |
harlowja | we willlll | 02:24 |
harlowja | lol | 02:24 |
lifeless | harlowja: anyhow - you can see that this adds up to a pretty severe set of constraints | 02:24 |
harlowja | right | 02:24 |
lifeless | doing first grade backwards compat is easy | 02:24 |
lifeless | and solves it | 02:24 |
lifeless | so ... :) | 02:24 |
harlowja | i don't like it, seems like we gotta be able to do something... | 02:24 |
harlowja | but ya, i get it :-/ | 02:24 |
lifeless | kk, pick up tomorrow :) | 02:25 |
*** mixos has quit IRC | 02:28 | |
*** jerrygb has joined #openstack-oslo | 02:29 | |
*** dims_ has quit IRC | 02:30 | |
*** zz_dimtruck is now known as dimtruck | 02:31 | |
*** cprmrf has quit IRC | 02:32 | |
*** cprmrf has joined #openstack-oslo | 02:33 | |
*** SurajD has quit IRC | 02:34 | |
*** SurajD has joined #openstack-oslo | 02:36 | |
*** mhorban__ has quit IRC | 02:39 | |
*** mhorban__ has joined #openstack-oslo | 02:40 | |
*** stevemar_ has quit IRC | 02:42 | |
*** stevemar_ has joined #openstack-oslo | 02:42 | |
*** deray has joined #openstack-oslo | 02:55 | |
*** jamespage has quit IRC | 02:56 | |
*** jdandrea has quit IRC | 03:04 | |
*** amrith is now known as _amrith_ | 03:05 | |
*** browne has joined #openstack-oslo | 03:09 | |
*** jecarey has joined #openstack-oslo | 03:16 | |
*** jecarey has quit IRC | 03:20 | |
*** achanda has joined #openstack-oslo | 03:24 | |
*** _amrith_ is now known as amrith | 03:25 | |
*** cprmrf has quit IRC | 03:32 | |
*** mhorban__ has quit IRC | 03:37 | |
*** mhorban__ has joined #openstack-oslo | 03:40 | |
*** dimtruck is now known as zz_dimtruck | 03:43 | |
*** jecarey has joined #openstack-oslo | 03:44 | |
*** ViswaV has quit IRC | 03:45 | |
*** achanda has quit IRC | 03:48 | |
*** ViswaV has joined #openstack-oslo | 03:49 | |
*** jecarey has quit IRC | 03:49 | |
Kennan | hi oslo cores | 03:50 |
Kennan | could someone help review https://review.openstack.org/#/c/246721/ ? | 03:50 |
Kennan | it blocked our jenkins | 03:50 |
*** mixos has joined #openstack-oslo | 03:52 | |
*** mriedem has quit IRC | 03:55 | |
*** achanda has joined #openstack-oslo | 03:55 | |
*** jecarey has joined #openstack-oslo | 03:58 | |
*** jecarey has quit IRC | 04:03 | |
*** amrith is now known as _amrith_ | 04:05 | |
gus | harlowja: is anyone already working on an etcd driver for tooz? | 04:11 |
gus | I just assumed etcd+consul already existed as drivers, and someone pointed out that I'd been lying :/ | 04:11 |
gus | (I see the consul bp and in-progress change) | 04:11 |
*** jecarey has joined #openstack-oslo | 04:19 | |
*** jecarey has quit IRC | 04:23 | |
*** jecarey has joined #openstack-oslo | 04:33 | |
*** amotoki has joined #openstack-oslo | 04:34 | |
*** mhorban__ has quit IRC | 04:34 | |
*** mhorban__ has joined #openstack-oslo | 04:35 | |
*** jecarey has quit IRC | 04:37 | |
*** SurajD has quit IRC | 04:40 | |
*** jecarey has joined #openstack-oslo | 04:40 | |
*** SurajD has joined #openstack-oslo | 04:42 | |
*** jecarey has quit IRC | 04:45 | |
*** deray has quit IRC | 04:46 | |
*** jecarey has joined #openstack-oslo | 04:48 | |
*** amotoki has quit IRC | 04:49 | |
*** jecarey has quit IRC | 04:52 | |
*** deray has joined #openstack-oslo | 04:53 | |
*** jamielennox|away is now known as jamielennox | 04:54 | |
*** amotoki has joined #openstack-oslo | 05:01 | |
*** gcb has joined #openstack-oslo | 05:01 | |
*** mixos has quit IRC | 05:07 | |
*** mtanino has quit IRC | 05:09 | |
*** amotoki has quit IRC | 05:10 | |
*** achanda has quit IRC | 05:12 | |
*** amotoki has joined #openstack-oslo | 05:14 | |
*** jecarey has joined #openstack-oslo | 05:15 | |
*** jecarey has quit IRC | 05:19 | |
*** jaypipes has quit IRC | 05:20 | |
*** jerrygb has quit IRC | 05:25 | |
*** achanda has joined #openstack-oslo | 05:25 | |
*** stevemar_ has quit IRC | 05:27 | |
*** stevemar_ has joined #openstack-oslo | 05:28 | |
*** achanda has quit IRC | 05:29 | |
*** jecarey has joined #openstack-oslo | 05:29 | |
*** stevemar_ has quit IRC | 05:30 | |
*** mhorban__ has quit IRC | 05:32 | |
*** mhorban__ has joined #openstack-oslo | 05:32 | |
*** rpodolyaka1 has joined #openstack-oslo | 05:33 | |
*** jecarey has quit IRC | 05:33 | |
*** achanda has joined #openstack-oslo | 05:35 | |
*** rpodolyaka1 has quit IRC | 05:37 | |
*** rpodolyaka1 has joined #openstack-oslo | 05:38 | |
*** amotoki has quit IRC | 05:40 | |
*** rpodolyaka1 has quit IRC | 05:46 | |
*** salv-orl_ has joined #openstack-oslo | 05:50 | |
*** rpodolyaka1 has joined #openstack-oslo | 05:51 | |
*** amotoki has joined #openstack-oslo | 05:51 | |
*** jecarey has joined #openstack-oslo | 05:52 | |
*** achanda has quit IRC | 05:53 | |
*** salv-orlando has quit IRC | 05:53 | |
*** salv-orl_ has quit IRC | 05:55 | |
openstackgerrit | Merged openstack/oslo.log: Remove python 2.6 classifier https://review.openstack.org/246209 | 05:55 |
*** jecarey has quit IRC | 05:56 | |
*** achanda has joined #openstack-oslo | 05:58 | |
*** rpodolyaka1 has quit IRC | 06:06 | |
*** harlowja_at_home has joined #openstack-oslo | 06:18 | |
*** clayton has quit IRC | 06:22 | |
*** clayton has joined #openstack-oslo | 06:23 | |
*** rpodolyaka1 has joined #openstack-oslo | 06:25 | |
*** jamespage has joined #openstack-oslo | 06:27 | |
*** rpodolyaka1 has quit IRC | 06:28 | |
*** mhorban__ has quit IRC | 06:30 | |
*** rpodolyaka1 has joined #openstack-oslo | 06:30 | |
*** mhorban__ has joined #openstack-oslo | 06:30 | |
*** harlowja_at_home has quit IRC | 06:35 | |
*** rcernin has joined #openstack-oslo | 06:37 | |
*** salv-orlando has joined #openstack-oslo | 06:51 | |
*** jecarey has joined #openstack-oslo | 06:59 | |
*** rpodolyaka1 has quit IRC | 06:59 | |
*** SurajD has quit IRC | 07:00 | |
*** rpodolyaka1 has joined #openstack-oslo | 07:01 | |
*** SurajD has joined #openstack-oslo | 07:03 | |
*** jecarey has quit IRC | 07:03 | |
*** salv-orlando has quit IRC | 07:12 | |
*** jecarey has joined #openstack-oslo | 07:13 | |
*** nkrinner has joined #openstack-oslo | 07:14 | |
*** jecarey has quit IRC | 07:18 | |
*** jerrygb has joined #openstack-oslo | 07:25 | |
*** mhorban__ has quit IRC | 07:27 | |
*** mhorban__ has joined #openstack-oslo | 07:28 | |
*** jerrygb has quit IRC | 07:30 | |
*** achanda has quit IRC | 07:32 | |
*** jecarey has joined #openstack-oslo | 07:35 | |
*** akwasnie has quit IRC | 07:38 | |
*** mhorban__ has quit IRC | 07:39 | |
*** SurajD has quit IRC | 07:40 | |
*** jecarey has quit IRC | 07:40 | |
*** mhorban__ has joined #openstack-oslo | 07:42 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Use the misc.ensure_dict helper in conductor engine options saving https://review.openstack.org/243875 | 07:46 |
*** browne has quit IRC | 07:52 | |
*** SurajD has joined #openstack-oslo | 07:53 | |
*** jecarey has joined #openstack-oslo | 08:09 | |
*** mhorban__ has quit IRC | 08:12 | |
*** stevemar_ has joined #openstack-oslo | 08:12 | |
*** stevemar_ has quit IRC | 08:16 | |
*** dulek has left #openstack-oslo | 08:17 | |
*** salv-orlando has joined #openstack-oslo | 08:19 | |
*** shardy has joined #openstack-oslo | 08:21 | |
*** deray has quit IRC | 08:21 | |
*** deray has joined #openstack-oslo | 08:21 | |
*** salv-orlando has quit IRC | 08:27 | |
*** yamamoto has quit IRC | 08:28 | |
*** mhorban__ has joined #openstack-oslo | 08:29 | |
*** deray has quit IRC | 08:35 | |
*** mhorban__ has quit IRC | 08:35 | |
*** mhorban__ has joined #openstack-oslo | 08:36 | |
openstackgerrit | Merged openstack/taskflow: Add optional 'defer_reverts' behavior https://review.openstack.org/243268 | 08:47 |
*** ihrachys has joined #openstack-oslo | 09:00 | |
*** achanda has joined #openstack-oslo | 09:05 | |
*** rpodolyaka1 has quit IRC | 09:08 | |
*** yassine__ has joined #openstack-oslo | 09:12 | |
*** stevemar_ has joined #openstack-oslo | 09:13 | |
openstackgerrit | Elena Ezhova proposed openstack/oslo.service: Add functionality for creating Unix domain WSGI servers https://review.openstack.org/240860 | 09:16 |
*** stevemar_ has quit IRC | 09:17 | |
*** mhorban__ has quit IRC | 09:20 | |
*** mhorban__ has joined #openstack-oslo | 09:20 | |
*** yottatsa has joined #openstack-oslo | 09:20 | |
*** achanda has quit IRC | 09:22 | |
*** salv-orlando has joined #openstack-oslo | 09:26 | |
*** e0ne has joined #openstack-oslo | 09:32 | |
*** yottatsa has quit IRC | 09:32 | |
openstackgerrit | Tom Cammann proposed openstack/oslo.config: Allow naming of custom types https://review.openstack.org/221394 | 09:33 |
*** mhorban__ has quit IRC | 09:35 | |
*** pblaho has joined #openstack-oslo | 09:35 | |
*** yottatsa has joined #openstack-oslo | 09:35 | |
*** SurajD has quit IRC | 09:36 | |
*** salv-orlando has quit IRC | 09:36 | |
*** salv-orlando has joined #openstack-oslo | 09:37 | |
*** xek has joined #openstack-oslo | 09:37 | |
*** mhorban__ has joined #openstack-oslo | 09:39 | |
*** yamamoto has joined #openstack-oslo | 09:39 | |
*** SurajD has joined #openstack-oslo | 09:40 | |
*** rpodolyaka1 has joined #openstack-oslo | 09:41 | |
*** yamamoto has quit IRC | 09:43 | |
*** yottatsa has left #openstack-oslo | 10:13 | |
*** yottatsa has joined #openstack-oslo | 10:23 | |
*** ozamiatin has joined #openstack-oslo | 10:25 | |
*** jerrygb has joined #openstack-oslo | 10:26 | |
*** deray has joined #openstack-oslo | 10:26 | |
*** yamamoto has joined #openstack-oslo | 10:26 | |
*** yottatsa has left #openstack-oslo | 10:31 | |
*** jerrygb has quit IRC | 10:31 | |
*** yamamoto has quit IRC | 10:31 | |
*** ihrachys has quit IRC | 10:38 | |
*** e0ne has quit IRC | 10:43 | |
*** amotoki has quit IRC | 10:47 | |
*** rpodolyaka1 has quit IRC | 10:52 | |
*** rpodolyaka1 has joined #openstack-oslo | 10:53 | |
*** e0ne has joined #openstack-oslo | 11:04 | |
*** exploreshaifali has joined #openstack-oslo | 11:05 | |
*** dims has joined #openstack-oslo | 11:07 | |
*** deray has quit IRC | 11:09 | |
*** dims has quit IRC | 11:12 | |
*** stevemar_ has joined #openstack-oslo | 11:14 | |
*** stevemar_ has quit IRC | 11:18 | |
*** dims has joined #openstack-oslo | 11:18 | |
*** SurajD has quit IRC | 11:21 | |
*** SurajD has joined #openstack-oslo | 11:23 | |
openstackgerrit | Kseniya Tychkova proposed openstack/oslo.policy: Draft implementation of LDAP RBAC blueprint https://review.openstack.org/244059 | 11:24 |
openstackgerrit | Boris Pavlovic proposed openstack/oslo-specs: OSprofiler cross service & project profiling https://review.openstack.org/103825 | 11:27 |
*** yamamoto has joined #openstack-oslo | 11:32 | |
*** aswadr has joined #openstack-oslo | 11:32 | |
openstackgerrit | Julien Danjou proposed openstack/tooz: etcd: driver with lock support https://review.openstack.org/246879 | 11:32 |
*** yamamoto has quit IRC | 11:36 | |
*** mhorban__ has quit IRC | 11:39 | |
*** ihrachys has joined #openstack-oslo | 11:40 | |
*** mhorban__ has joined #openstack-oslo | 11:41 | |
*** amotoki has joined #openstack-oslo | 11:48 | |
*** amotoki has quit IRC | 11:49 | |
*** exploreshaifali has quit IRC | 11:49 | |
*** mhorban__ has quit IRC | 11:51 | |
*** mhorban__ has joined #openstack-oslo | 11:51 | |
*** exploreshaifali has joined #openstack-oslo | 11:53 | |
*** exploreshaifali has quit IRC | 12:03 | |
*** ziggypup has joined #openstack-oslo | 12:07 | |
*** ziggypup has left #openstack-oslo | 12:07 | |
*** rpodolyaka1 has quit IRC | 12:12 | |
*** aswadr has quit IRC | 12:15 | |
*** ozamiatin has quit IRC | 12:16 | |
*** alejandrito has joined #openstack-oslo | 12:23 | |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/oslo.utils: Add method get_method_class_name in reflection https://review.openstack.org/241493 | 12:30 |
*** ihrachys_ has joined #openstack-oslo | 12:34 | |
*** ihrachys has quit IRC | 12:35 | |
*** yamamoto has joined #openstack-oslo | 12:39 | |
openstackgerrit | Merged openstack/oslo.service: Avoid the dual-naming confusion https://review.openstack.org/238717 | 12:51 |
*** SurajD has quit IRC | 12:54 | |
*** e0ne has quit IRC | 12:57 | |
*** SurajD has joined #openstack-oslo | 12:57 | |
*** sreshetnyak has quit IRC | 13:00 | |
*** jerrygb has joined #openstack-oslo | 13:06 | |
*** gordc has joined #openstack-oslo | 13:07 | |
*** gordc_ has joined #openstack-oslo | 13:09 | |
*** jerrygb has quit IRC | 13:10 | |
*** e0ne has joined #openstack-oslo | 13:10 | |
*** gordc has quit IRC | 13:13 | |
*** stevemar_ has joined #openstack-oslo | 13:15 | |
*** stevemar_ has quit IRC | 13:18 | |
*** ihrachys_ has quit IRC | 13:18 | |
*** ihrachys has joined #openstack-oslo | 13:19 | |
openstackgerrit | Elena Ezhova proposed openstack/oslo.service: Add functionality for creating Unix domain WSGI servers https://review.openstack.org/240860 | 13:19 |
*** rpodolyaka1 has joined #openstack-oslo | 13:26 | |
*** eezhova has quit IRC | 13:27 | |
*** gordc_ has quit IRC | 13:34 | |
*** kbyrne has quit IRC | 13:36 | |
*** ndipanov has quit IRC | 13:38 | |
*** eezhova has joined #openstack-oslo | 13:38 | |
*** ndipanov has joined #openstack-oslo | 13:39 | |
*** ozamiatin has joined #openstack-oslo | 13:43 | |
*** kbyrne has joined #openstack-oslo | 13:43 | |
*** achanda has joined #openstack-oslo | 13:44 | |
*** achanda has quit IRC | 13:46 | |
*** achanda has joined #openstack-oslo | 13:49 | |
*** achanda has quit IRC | 13:53 | |
*** rlrossit has joined #openstack-oslo | 14:00 | |
*** exploreshaifali has joined #openstack-oslo | 14:04 | |
*** bapalm has joined #openstack-oslo | 14:08 | |
*** yottatsa has joined #openstack-oslo | 14:08 | |
*** boris-42 has quit IRC | 14:08 | |
*** rbradfor_ has joined #openstack-oslo | 14:09 | |
*** achanda has joined #openstack-oslo | 14:12 | |
*** zz_dimtruck is now known as dimtruck | 14:13 | |
*** yamamoto has quit IRC | 14:19 | |
*** jaypipes has joined #openstack-oslo | 14:23 | |
*** kgiusti has joined #openstack-oslo | 14:27 | |
*** openstackgerrit has quit IRC | 14:31 | |
*** openstackgerrit has joined #openstack-oslo | 14:32 | |
dansmith | jaypipes: looks like dims got you fixed up | 14:32 |
dansmith | jaypipes: however, why not use netaddr like the rest of the network address things as I said? | 14:32 |
openstackgerrit | Elena Ezhova proposed openstack/oslo.service: Add functionality for creating Unix domain WSGI servers https://review.openstack.org/240860 | 14:35 |
sdague | dims: we got the oslo.service release to support this - https://review.openstack.org/#/c/238983/5 right? | 14:36 |
openstackgerrit | Alexis Lee proposed openstack/oslo.config: Add 'mutable' param to Opt https://review.openstack.org/246404 | 14:36 |
jaypipes | dansmith: AFAICT, netaddr isn't a dependency of oslo.versionedobjects... | 14:37 |
dims | sdague default value 60 secs was in 0.13.0, let me check what's in g-r | 14:37 |
openstackgerrit | Alexis Lee proposed openstack/oslo.config: Add 'mutable' param to Opt https://review.openstack.org/246404 | 14:37 |
sdague | dims: right, but the config option didn't even exist before 0.13.0 right? | 14:38 |
dims | sdague yes, it did, 0.12.0 | 14:39 |
sdague | I just don't want to land the devstack patch until it does something | 14:39 |
sdague | oh, ok | 14:39 |
dansmith | jaypipes: right, we didn't pull over the IPAddress fields from nova because there was no other user of them, but os-vif is a good reason to do that, and to then use the same pattern for MACAddress I think | 14:39 |
sdague | well, +2 then :) | 14:39 |
dansmith | jaypipes: I can do the patch to bring those over if you want to base on it | 14:39 |
dims | sdague : yes, we are good http://article.gmane.org/gmane.comp.cloud.openstack.announce/650/match=graceful_shutdown_timeout | 14:39 |
sdague | thanks dims mhorban for getting that all sorted | 14:39 |
dims | yay :) | 14:39 |
*** _amrith_ is now known as amrith | 14:41 | |
openstackgerrit | Joe D'Andrea proposed openstack/oslo.log: Log to sys.stderr to avoid "No handlers could be found..." https://review.openstack.org/245303 | 14:41 |
*** bapalm has quit IRC | 14:43 | |
*** bapalm has joined #openstack-oslo | 14:43 | |
*** mriedem has joined #openstack-oslo | 14:45 | |
openstackgerrit | Dan Smith proposed openstack/oslo.versionedobjects: Add netaddr-related field types https://review.openstack.org/246960 | 14:47 |
dansmith | jaypipes: ^ | 14:47 |
jaypipes | dansmith: +2 from me. will rebase on that. | 14:49 |
dansmith | jaypipes: cool, I think that'll be easier | 14:50 |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:52 | |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack/oslo.messaging: batch notification listener https://review.openstack.org/234716 | 14:53 |
*** jecarey has quit IRC | 14:57 | |
*** jecarey has joined #openstack-oslo | 14:58 | |
*** rbradfor_ has quit IRC | 15:00 | |
*** jecarey has quit IRC | 15:02 | |
*** cprmrf has joined #openstack-oslo | 15:03 | |
*** jeckersb_gone is now known as jeckersb | 15:05 | |
openstackgerrit | Merged openstack/oslotest: mockpatch: deprecate in favor of native fixtures https://review.openstack.org/245199 | 15:06 |
*** thangp has joined #openstack-oslo | 15:08 | |
*** exploreshaifali has quit IRC | 15:12 | |
*** stevemar_ has joined #openstack-oslo | 15:16 | |
*** Nakato has quit IRC | 15:17 | |
*** mc_nair has joined #openstack-oslo | 15:17 | |
*** ndipanov has quit IRC | 15:18 | |
*** Nakato has joined #openstack-oslo | 15:18 | |
*** stevemar_ has quit IRC | 15:18 | |
*** ndipanov has joined #openstack-oslo | 15:19 | |
*** yamamoto has joined #openstack-oslo | 15:20 | |
*** rpodolyaka1 has quit IRC | 15:20 | |
*** amrith is now known as _amrith_ | 15:21 | |
*** rpodolyaka1 has joined #openstack-oslo | 15:22 | |
*** pratikmallya has joined #openstack-oslo | 15:25 | |
*** yamamoto has quit IRC | 15:25 | |
*** pratikma_ has joined #openstack-oslo | 15:25 | |
*** pradk has joined #openstack-oslo | 15:28 | |
*** pratikmallya has quit IRC | 15:30 | |
*** _amrith_ is now known as amrith | 15:30 | |
*** salv-orlando has quit IRC | 15:30 | |
*** salv-orlando has joined #openstack-oslo | 15:31 | |
*** jecarey has joined #openstack-oslo | 15:35 | |
openstackgerrit | Merged openstack/taskflow: Update docstrings on entity type https://review.openstack.org/239549 | 15:36 |
*** amrith is now known as _amrith_ | 15:38 | |
*** jecarey has quit IRC | 15:40 | |
*** stevemar_ has joined #openstack-oslo | 15:40 | |
*** jecarey has joined #openstack-oslo | 15:40 | |
*** _amrith_ is now known as amrith | 15:41 | |
*** mixos has joined #openstack-oslo | 15:43 | |
mixos | https://review.openstack.org/#/c/245969/2 | 15:46 |
*** deray has joined #openstack-oslo | 15:47 | |
*** deray_ has joined #openstack-oslo | 15:47 | |
mixos | thanks for your review in advance. very simple fix but critical for barbican. | 15:47 |
*** jdandrea has joined #openstack-oslo | 15:49 | |
*** mhorban__ has quit IRC | 15:49 | |
*** mhorban__ has joined #openstack-oslo | 15:50 | |
*** SurajD has quit IRC | 15:51 | |
*** edleafe has left #openstack-oslo | 15:52 | |
*** SurajD has joined #openstack-oslo | 15:54 | |
*** mriedem is now known as mriedem_meeting | 15:56 | |
*** jerrygb has joined #openstack-oslo | 15:57 | |
*** pradk_ has joined #openstack-oslo | 15:58 | |
*** jecarey has quit IRC | 15:59 | |
*** jecarey has joined #openstack-oslo | 15:59 | |
*** yamahata has joined #openstack-oslo | 15:59 | |
*** pratikma_ is now known as pratikmallya | 16:02 | |
*** jecarey has quit IRC | 16:04 | |
*** mhorban__ has quit IRC | 16:04 | |
jdandrea | dims: Hi! I double checked https://review.openstack.org/#/c/245303/ and it works fine on my end. New patch submitted and tests still pass. https://review.openstack.org/#/c/245303/ | 16:09 |
jdandrea | (whoops, meant to post that link only once) | 16:09 |
*** rcernin has quit IRC | 16:09 | |
*** ozamiatin has quit IRC | 16:13 | |
*** jaypipes has quit IRC | 16:13 | |
*** jecarey has joined #openstack-oslo | 16:15 | |
*** dimtruck is now known as zz_dimtruck | 16:16 | |
*** edmondsw has quit IRC | 16:19 | |
*** jecarey has quit IRC | 16:19 | |
*** dims_ has joined #openstack-oslo | 16:22 | |
*** dims has quit IRC | 16:24 | |
*** rpodolyaka1 has quit IRC | 16:25 | |
*** exploreshaifali has joined #openstack-oslo | 16:25 | |
*** yamamoto has joined #openstack-oslo | 16:26 | |
*** rpodolyaka1 has joined #openstack-oslo | 16:26 | |
openstackgerrit | Cyril Roelandt proposed openstack/oslosphinx: Fix a string vs bytes issue in _guess_cgit_link https://review.openstack.org/247018 | 16:27 |
*** mhorban__ has joined #openstack-oslo | 16:28 | |
*** edmondsw has joined #openstack-oslo | 16:28 | |
openstackgerrit | Merged openstack/taskflow: Use conductor entity class constant instead of raw string https://review.openstack.org/237831 | 16:29 |
openstackgerrit | Merged openstack/taskflow: Ensure node 'remove' and 'disassociate' can not be called when frozen https://review.openstack.org/235097 | 16:37 |
*** rpodolyaka1 has quit IRC | 16:45 | |
*** mhorban__ has quit IRC | 16:49 | |
*** rpodolyaka1 has joined #openstack-oslo | 16:52 | |
*** jaypipes has joined #openstack-oslo | 16:53 | |
*** rpodolyaka1 has quit IRC | 16:53 | |
*** rpodolyaka1 has joined #openstack-oslo | 16:56 | |
*** mixos has quit IRC | 16:58 | |
*** stevemar_ has quit IRC | 16:59 | |
openstackgerrit | Dan Smith proposed openstack/oslo.versionedobjects: Add netaddr-related field types https://review.openstack.org/246960 | 17:00 |
*** e0ne has quit IRC | 17:01 | |
*** mriedem_meeting is now known as mriedem | 17:08 | |
*** sileht has quit IRC | 17:10 | |
*** sileht has joined #openstack-oslo | 17:11 | |
openstackgerrit | Merged openstack/taskflow: Use batch 'get_atoms_states' where we can https://review.openstack.org/233889 | 17:18 |
*** browne has joined #openstack-oslo | 17:20 | |
*** ViswaV has quit IRC | 17:20 | |
*** exploreshaifali has quit IRC | 17:22 | |
*** ViswaV has joined #openstack-oslo | 17:22 | |
*** dguitarbite has quit IRC | 17:23 | |
*** nkrinner has quit IRC | 17:23 | |
*** exploreshaifali has joined #openstack-oslo | 17:23 | |
*** dguitarbite has joined #openstack-oslo | 17:24 | |
*** nkrinner has joined #openstack-oslo | 17:24 | |
*** yottatsa has quit IRC | 17:27 | |
openstackgerrit | Merged openstack/taskflow: Move 'fill_iter' to 'iter_utils.fill' https://review.openstack.org/237349 | 17:28 |
*** yottatsa has joined #openstack-oslo | 17:29 | |
*** amrith is now known as _amrith_ | 17:30 | |
openstackgerrit | Merged openstack/oslo.service: Use reflection.get_class_name() from oslo.utils https://review.openstack.org/246406 | 17:31 |
*** stevemar_ has joined #openstack-oslo | 17:31 | |
*** gordc has joined #openstack-oslo | 17:33 | |
*** yottatsa has quit IRC | 17:35 | |
*** yassine__ has quit IRC | 17:38 | |
*** deray_ has quit IRC | 17:38 | |
*** deray has quit IRC | 17:38 | |
*** terryw is now known as otherwiseguy | 17:45 | |
*** exploreshaifali has quit IRC | 17:47 | |
*** exploreshaifali has joined #openstack-oslo | 17:48 | |
*** _amrith_ is now known as amrith | 17:48 | |
*** pratikmallya has quit IRC | 17:52 | |
*** jerrygb_ has joined #openstack-oslo | 17:54 | |
*** jerrygb_ has quit IRC | 17:54 | |
*** mixos has joined #openstack-oslo | 17:55 | |
*** jerrygb_ has joined #openstack-oslo | 17:55 | |
*** jerrygb has quit IRC | 17:57 | |
*** jerrygb_ has quit IRC | 17:59 | |
*** achanda has quit IRC | 18:00 | |
*** jerrygb_ has joined #openstack-oslo | 18:01 | |
*** jerrygb_ has quit IRC | 18:01 | |
*** jerrygb_ has joined #openstack-oslo | 18:01 | |
*** achanda has joined #openstack-oslo | 18:02 | |
*** achanda has quit IRC | 18:03 | |
*** e0ne has joined #openstack-oslo | 18:15 | |
*** jerrygb_ has quit IRC | 18:17 | |
*** pratikmallya has joined #openstack-oslo | 18:18 | |
*** regXboi has joined #openstack-oslo | 18:20 | |
*** regXboi has quit IRC | 18:21 | |
dims_ | dhellmann : lifeless : how do we fix such a problem? http://logs.openstack.org/04/246404/5/check/gate-tempest-dsvm-neutron-src-oslo.config-liberty/09ac4b1/logs/apache/keystone.txt.gz#_2015-11-18_15_09_20_865320 | 18:21 |
*** jecarey has joined #openstack-oslo | 18:21 | |
dims_ | sdague : ^^ problem happens when we try to run a dsvm job with the source of a oslo library from stable/liberty | 18:22 |
*** ihrachys has quit IRC | 18:24 | |
*** jecarey has quit IRC | 18:26 | |
*** rpodolyaka1 has quit IRC | 18:28 | |
lifeless | dims_: you're running master changes with a liberty library? | 18:30 |
lifeless | dims_: ok so loadwsgi is doing the pkg_resources require call without the thing to turn off cross-checking requirements | 18:31 |
dims_ | lifeless https://review.openstack.org/#/c/246404 | 18:31 |
*** rpodolyaka1 has joined #openstack-oslo | 18:31 | |
lifeless | dims_: anyhow, according to the requirements, you can't | 18:31 |
*** rpodolyaka1 has quit IRC | 18:31 | |
lifeless | dims_: since we now require 2.6.0, and liberty has 2.4.x | 18:32 |
dims_ | lifeless : sdague : so gate-tempest-dsvm-neutron-src-oslo.config-liberty job is practically useless then | 18:32 |
lifeless | dims_: what is it trying to ascertain ? | 18:32 |
*** rpodolyaka1 has joined #openstack-oslo | 18:32 | |
lifeless | dims_: this may be a good time to read my backwards compat spec, which is in a similar (but different I think) space | 18:33 |
dims_ | https://review.openstack.org/#/c/246404 is a review against master and we are running a job to check if we will break stable/liberty | 18:33 |
*** jaypipes has quit IRC | 18:34 | |
lifeless | dims_: so then you want to run *liberty* everything with oslo.config master | 18:34 |
lifeless | dims_: which is the opposite of what that job does AFAICT | 18:34 |
lifeless | dims_: 2015-11-18 14:59:51.390 | Collecting oslo.messaging===2.8.1 (from -c /opt/stack/new/requirements/upper-constraints.txt (line 196)) | 18:35 |
dims_ | https://github.com/openstack/requirements/blob/stable/liberty/upper-constraints.txt#L195 | 18:36 |
lifeless | righto | 18:36 |
lifeless | my copy of liberty g-r clais | 18:38 |
lifeless | claims | 18:38 |
lifeless | oslo.messaging>=1.16.0,!=1.17.0,!=1.17.1,!=2.6.0,!=2.6.1 # Apache-2.0 | 18:38 |
*** jecarey has joined #openstack-oslo | 18:38 | |
lifeless | ah 2.9 is out | 18:38 |
lifeless | ok so | 18:38 |
lifeless | here's whats happening | 18:39 |
lifeless | master g-r, which is synced everywhere hard requires o.m 2.6 or greater | 18:39 |
lifeless | *anything* released from master will have that same hard requirement | 18:39 |
lifeless | which means its not possible to upgrade any component released from master (that uses oslo.config) in liberty without force upgrading everything | 18:40 |
lifeless | dims_: but | 18:41 |
*** jecarey_ has joined #openstack-oslo | 18:41 | |
lifeless | dims_: this is a change to master oslo.config, so it should have a version higher than 2.6 | 18:41 |
*** thangp has quit IRC | 18:42 | |
lifeless | dims_: so, bulk-upgrades aside, this should work if you run the actual patch you want to in this job | 18:42 |
dims_ | lifeless : see https://review.openstack.org/#/c/246404 | 18:42 |
lifeless | dims_: yes, got that | 18:42 |
lifeless | dims_: I'm just looking to see what oslo.config returned a too low version # | 18:43 |
lifeless | http://logs.openstack.org/04/246404/5/check/gate-tempest-dsvm-neutron-src-oslo.config-liberty/09ac4b1/logs/devstacklog.txt.gz#_2015-11-18_14_59_32_241 looks sane | 18:43 |
*** sputnik13 has joined #openstack-oslo | 18:43 | |
*** jecarey has quit IRC | 18:43 | |
dims_ | lifeless pip freeze shows "-e git+https://git.openstack.org/openstack/oslo.config@55242404910acbb56062eadeab6c66094e03b231#egg=oslo.config-origin_stable_liberty" | 18:43 |
lifeless | dims_: which is clearly wrong | 18:44 |
lifeless | dims_: (because you want to test the master code...) | 18:44 |
*** jerrygb has joined #openstack-oslo | 18:44 | |
*** zz_dimtruck is now known as dimtruck | 18:44 | |
lifeless | http://logs.openstack.org/04/246404/5/check/gate-tempest-dsvm-neutron-src-oslo.config-liberty/09ac4b1/logs/devstacklog.txt.gz#_2015-11-18_14_59_33_751 | 18:44 |
lifeless | shows oslo.config's initial install version being detected as 2.4.1 | 18:44 |
lifeless | even though the clone branch was master per the previous link | 18:45 |
*** jecarey_ has quit IRC | 18:45 | |
dims_ | lifeless went bad during edit-constraints? http://logs.openstack.org/04/246404/5/check/gate-tempest-dsvm-neutron-src-oslo.config-liberty/09ac4b1/logs/devstacklog.txt.gz#_2015-11-18_14_59_33_751 | 18:46 |
lifeless | dims_: the edit line looks fine to me, specifies the path on disk | 18:46 |
lifeless | file:///opt/stack/new/oslo.config#egg=oslo.config | 18:46 |
lifeless | http://logs.openstack.org/04/246404/5/check/gate-tempest-dsvm-neutron-src-oslo.config-liberty/09ac4b1/logs/devstacklog.txt.gz#_2015-11-18_14_59_32_246 | 18:47 |
lifeless | the git hash | 18:47 |
lifeless | 5524240 | 18:47 |
lifeless | is indeed liberty | 18:47 |
lifeless | I think we need zuul expert input here | 18:48 |
lifeless | -> -infro | 18:48 |
lifeless | erm | 18:48 |
lifeless | -afro | 18:48 |
lifeless | no | 18:48 |
lifeless | -infra | 18:48 |
dims_ | lol | 18:48 |
lifeless | I need to do some child wrangling | 18:49 |
lifeless | but will pop over there shortly | 18:49 |
lifeless | tl;dr though: its cloning liberty oslo.config, and we wanted master oslo.config | 18:49 |
*** pratikma_ has joined #openstack-oslo | 18:50 | |
sdague | dims_: what's the problem? | 18:50 |
sdague | sorry there is a lot of backscroll, can you summarize? | 18:51 |
*** jecarey has joined #openstack-oslo | 18:51 | |
dims_ | sdague : i probably got gate-tempest-dsvm-neutron-src-oslo.config-liberty setup wrong. looking at https://review.openstack.org/#/c/246404 | 18:51 |
*** thangp has joined #openstack-oslo | 18:52 | |
sdague | what are you trying to test? | 18:52 |
*** pratikmallya has quit IRC | 18:52 | |
dims_ | making sure oslo.config from master with that review wont break when someone uses the new library with that patch under liberty | 18:52 |
dims_ | pip freeze ends up with -e git+https://git.openstack.org/openstack/oslo.config@55242404910acbb56062eadeab6c66094e03b231#egg=oslo.config-origin_stable_liberty | 18:53 |
sdague | ok, the existing jobs will work fine if stable/liberty doesn't exist as a branch on the library | 18:54 |
*** rpodolyaka1 has quit IRC | 18:54 | |
*** salv-orl_ has joined #openstack-oslo | 18:54 | |
*** salv-orl_ has quit IRC | 18:54 | |
sdague | there is no existing infrastructure to support master libs with stable services, when the lib has a stable branch | 18:55 |
dims_ | ouch : so those jobs i added are no good then | 18:56 |
*** jecarey has quit IRC | 18:56 | |
dims_ | sdague : seems to be cloning from master - http://logs.openstack.org/04/246404/5/check/gate-tempest-dsvm-neutron-src-oslo.config-liberty/09ac4b1/logs/devstacklog.txt.gz#_2015-11-18_14_59_32_241 | 18:57 |
*** salv-orlando has quit IRC | 18:57 | |
dims_ | would RECLONE help? | 18:57 |
sdague | no, it wouldn't, the refs are all set by zuul | 18:58 |
sdague | dims_: if you want master to support liberty, why is there a liberty branch? | 18:59 |
dims_ | sdague : we had not yet fleshed (and still haven't) out the backwards compat stuff i guess | 19:01 |
dims_ | sdague : lifeless just pointed to the spec he updated https://review.openstack.org/#/c/226157/ | 19:01 |
*** harlowja has quit IRC | 19:05 | |
*** rlrossit has quit IRC | 19:06 | |
*** harlowja has joined #openstack-oslo | 19:08 | |
*** rlrossit has joined #openstack-oslo | 19:09 | |
*** jecarey has joined #openstack-oslo | 19:10 | |
*** jecarey has quit IRC | 19:15 | |
*** mriedem has quit IRC | 19:20 | |
*** ndipanov has quit IRC | 19:20 | |
*** mhickey has joined #openstack-oslo | 19:21 | |
mhickey | dims_: Hi. How are things? | 19:21 |
dims_ | mhickey hi, what's up? | 19:22 |
mhickey | dims_: Do you want to talk here or on keystone? | 19:22 |
*** browne has quit IRC | 19:22 | |
dims_ | mhickey your call | 19:22 |
mhickey | dims_: Lets try here. I am adding oslo config generation to neutron. | 19:23 |
*** bapalm has quit IRC | 19:23 | |
dims_ | ok | 19:23 |
mhickey | dims_: I am looking for config items 'auth_plugin' and 'auth_section' but cannot find the namespace they are in. I think they are in keystone? | 19:24 |
dims_ | give me a sec | 19:25 |
dims_ | looking for something | 19:25 |
mhickey | dims_: sure, take your time | 19:26 |
*** bapalm has joined #openstack-oslo | 19:26 | |
dims_ | mhickey : this is what we did in Nova. is this what you are looking for? https://review.openstack.org/#/c/214423/ | 19:27 |
*** kshimamu has joined #openstack-oslo | 19:28 | |
*** mriedem has joined #openstack-oslo | 19:30 | |
mhickey | dims_: so is it namespace = nova.network.neutronv2 ? | 19:31 |
lifeless | sdague: so, lets assume there is value in both knowing if master is breaking stuff, and in distributors collaborating on tested stable branches of a thing | 19:32 |
lifeless | sdague: where thing is a library or a client-library | 19:33 |
dims_ | mhickey : see the list_opts method in nova.network.neutronv2.api | 19:33 |
lifeless | sdague: how big is the missing thing to let us run a test with $branch of servers, and $master of $thing | 19:33 |
lifeless | sdague: (assume we have the isntalled-from-pypi packages sorted correctly) | 19:34 |
lifeless | sdague: and is there something I can refer to to level up on the missing stuff | 19:34 |
sdague | lifeless: I think it's all about the zuul cloner / and devstack-gate logic | 19:34 |
lifeless | sdague: ok; so some override to tell zuul that that job should take the master branch ? | 19:35 |
* dims_ steps out for a bit | 19:36 | |
sdague | https://github.com/openstack-infra/devstack-gate/blob/92d130938406e4b42cdb1fe3e6fa62f3a2466024/functions.sh#L353 | 19:36 |
*** jecarey has joined #openstack-oslo | 19:36 | |
sdague | so, possibly it's just OVERRIDE_OSLO_CONFIG_PROJECT_BRANCH=master | 19:37 |
sdague | though I think https://github.com/openstack-infra/devstack-gate/blob/92d130938406e4b42cdb1fe3e6fa62f3a2466024/functions.sh#L372 might need to be changed | 19:37 |
sdague | to tr . -> _ | 19:37 |
stevemar_ | mhickey: looking like, wherever the keystoneclient session is created, the options are generated there | 19:38 |
*** jecarey has quit IRC | 19:40 | |
*** pradk_ has quit IRC | 19:47 | |
mhickey | dims_,stevemar_: ok, thanks! :) | 19:48 |
*** rpodolyaka1 has joined #openstack-oslo | 19:55 | |
*** jecarey has joined #openstack-oslo | 20:02 | |
*** jecarey has quit IRC | 20:03 | |
*** jecarey has joined #openstack-oslo | 20:03 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Enable conversion of the tree nodes into a digraph https://review.openstack.org/209214 | 20:10 |
*** salv-orlando has joined #openstack-oslo | 20:11 | |
*** e0ne has quit IRC | 20:13 | |
dims_ | sdague back. looking at that tr line | 20:18 |
dims_ | local uc_project=`echo $short_project | tr [:lower:] [:upper:] | tr '-' '_' | sed 's/[^A-Z_]//'` | 20:18 |
timsim | Has anyone encountered a situation where casts in oslo messaging seem to be ignored/dropped from rabbitmq? Is there some config setting that might make that happen? | 20:20 |
sdague | yeh, so I think it assumes short_project can't have a . in it | 20:20 |
*** yamahata has quit IRC | 20:21 | |
dims_ | right, kicks in in the workspace-new | 20:21 |
dims_ | http://logs.openstack.org/04/246404/5/check/gate-tempest-dsvm-neutron-src-oslo.config-liberty/09ac4b1/logs/devstack-gate-setup-workspace-new.txt.gz#_2015-11-18_14_56_26_327 | 20:21 |
dims_ | and then where would i set OVERRIDE_OSLO_CONFIG_PROJECT_BRANCH=master? | 20:22 |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Allow deciders to stop at flow boundaries (WIP) https://review.openstack.org/246051 | 20:30 |
*** harlowja has quit IRC | 20:36 | |
openstackgerrit | Doug Hellmann proposed openstack/oslo.middleware: remove bad entry point test logic https://review.openstack.org/245988 | 20:37 |
lifeless | there's a normalisation regex pypi uses | 20:37 |
lifeless | dims_: in layout.yaml | 20:37 |
lifeless | dims_: / sdague: project identifiers - https://github.com/pypa/interoperability-peps/pull/56/files#diff-5c795ff31024d45f6595ce831656c6cfR128 | 20:38 |
*** harlowja has joined #openstack-oslo | 20:41 | |
sdague | lifeless: right, the issue is we're turning this into a shell variable to be evaluated | 20:43 |
sdague | . is not a valid character in a shell variable | 20:43 |
sdague | dims_: yeh, I think that's about right | 20:44 |
dims_ | sdague : y we can fix that script, but then we'll need to set something up in project-config to switch that variable to master (from default) just for the specific project | 20:45 |
sdague | yeh | 20:46 |
lifeless | sdague: its also one of the characters normalised by pkg resources | 20:51 |
lifeless | sdague: to _ or - depending on context | 20:51 |
lifeless | sdague: so I'm +1 on the correctness of the transform is all | 20:52 |
sdague | lifeless: ok, I don't see why that's relevant | 20:52 |
*** shardy_ has joined #openstack-oslo | 20:52 | |
lifeless | sdague: because if it wasn't, we'd need to find some way to tunnel it through | 20:52 |
sdague | I'm not sure we would, this is jumping languages | 20:52 |
lifeless | sdague: or the package name would be wrong and pip / setuptools would likely explode | 20:52 |
lifeless | sdague: thats possible too | 20:52 |
lifeless | sdague: I may just have the wrong stick :) | 20:53 |
*** rpodolyaka1 has quit IRC | 20:53 | |
sdague | :) | 20:53 |
sdague | yeh, this is just about building the consistent set of bash names for things | 20:53 |
sdague | and as long as everything always maps to the same bash names, we're good | 20:53 |
*** dimtruck is now known as zz_dimtruck | 20:55 | |
*** jeckersb is now known as jeckersb_gone | 20:58 | |
*** zz_dimtruck is now known as dimtruck | 20:59 | |
*** mhickey has quit IRC | 21:00 | |
*** shardy_ has quit IRC | 21:00 | |
*** thangp has quit IRC | 21:01 | |
*** openstack has joined #openstack-oslo | 21:04 | |
*** alejandrito has quit IRC | 21:04 | |
dims_ | sdague looks like we may need a job-template copied from http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/devstack-gate.yaml#n125 | 21:07 |
*** e0ne has joined #openstack-oslo | 21:09 | |
*** jerrygb_ has joined #openstack-oslo | 21:12 | |
*** jerrygb has quit IRC | 21:15 | |
*** rpodolyaka1 has joined #openstack-oslo | 21:16 | |
dims_ | sdague : lifeless : https://review.openstack.org/247180 | 21:18 |
*** rpodolyaka1 has quit IRC | 21:19 | |
*** jerrygb_ has quit IRC | 21:22 | |
*** jerrygb_ has joined #openstack-oslo | 21:23 | |
sdague | dims_: I think that's right | 21:26 |
*** jerrygb__ has joined #openstack-oslo | 21:26 | |
sdague | dims_: oh, if we aren't breaking on the ., and just dumping it, I think we're ok | 21:27 |
sdague | yeh, you know, never mind | 21:27 |
sdague | we don't need that | 21:27 |
*** jerrygb__ has quit IRC | 21:27 | |
*** jerrygb has joined #openstack-oslo | 21:28 | |
*** jerrygb_ has quit IRC | 21:28 | |
*** e0ne has quit IRC | 21:31 | |
*** pratikma_ has quit IRC | 21:35 | |
*** pratikmallya has joined #openstack-oslo | 21:35 | |
*** amrith is now known as _amrith_ | 21:45 | |
*** e0ne has joined #openstack-oslo | 21:47 | |
*** rlrossit has left #openstack-oslo | 21:49 | |
*** e0ne has quit IRC | 21:50 | |
*** yamahata has joined #openstack-oslo | 21:51 | |
*** jecarey has quit IRC | 21:52 | |
*** jecarey has joined #openstack-oslo | 21:53 | |
*** salv-orl_ has joined #openstack-oslo | 21:57 | |
*** jecarey has quit IRC | 21:57 | |
*** salv-orlando has quit IRC | 21:57 | |
*** kgiusti has quit IRC | 21:58 | |
adam_g | dims, not sure what the policy is wrt capping oslo libs in stable, but that notification driver thing is biting stable/liberty https://review.openstack.org/247199 | 22:00 |
*** jerrygb has quit IRC | 22:00 | |
*** pratikmallya has quit IRC | 22:01 | |
*** cprmrf has quit IRC | 22:04 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Instead of simple executor dispatch limiting use a custom semaphore https://review.openstack.org/239780 | 22:07 |
*** vilobhmm has joined #openstack-oslo | 22:24 | |
vilobhmm | lifeless : ping wanted to check regarding this pbr error http://paste.openstack.org/show/479355/ | 22:24 |
vilobhmm | lifeless : any inputs on how to resolve this would be helpful | 22:29 |
*** itisha has joined #openstack-oslo | 22:30 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Move engine options extraction to __init__ methods https://review.openstack.org/243793 | 22:30 |
*** pratikmallya has joined #openstack-oslo | 22:37 | |
*** browne has joined #openstack-oslo | 22:39 | |
*** browne has quit IRC | 22:41 | |
lifeless | vilobhmm: you're using easy-install; don't. Use pip. | 22:42 |
lifeless | '...easy_install....' is the give away there | 22:42 |
*** jecarey has joined #openstack-oslo | 22:42 | |
lifeless | I thought we'd fixed the bug that could cause the issue you saw; if you can reproduce it reliably please do file a bug on pbr, but even so - you need to use pip :) | 22:42 |
harlowja | vilobhmm u were just seeing that by activating tox though right | 22:43 |
harlowja | i think, anyways if u can reproduce would be cool | 22:43 |
lifeless | paste the full output then, including the command you run :) | 22:43 |
*** jaypipes has joined #openstack-oslo | 22:47 | |
*** jecarey has quit IRC | 22:47 | |
*** edmondsw has quit IRC | 22:49 | |
vilobhmm | harlowja : created a venv and ran python setup.py develop…looks like installing the requirements and test-requirments was the problem….my bad | 22:50 |
vilobhmm | thanks harlowja for the help | 22:50 |
harlowja | vilobhmm ok, i think lifeless is also saying use $ pip install . | 22:50 |
harlowja | instead of python setup.py develop | 22:50 |
harlowja | because latter uses easy_install | 22:50 |
*** gordc has quit IRC | 22:50 | |
harlowja | former doesn't | 22:50 |
harlowja | anyway, something to try in the future if u got it working | 22:51 |
vilobhmm | harlowja : sure..trying | 22:51 |
harlowja | k | 22:51 |
*** rjaiswal has joined #openstack-oslo | 22:52 | |
vilobhmm | harlowja : works http://paste.openstack.org/show/479358/ | 22:52 |
harlowja | cool | 22:53 |
vilobhmm | lifeless : thanks! | 22:53 |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:53 | |
*** mriedem has quit IRC | 22:54 | |
openstackgerrit | Merged openstack/taskflow: Enable conversion of the tree nodes into a digraph https://review.openstack.org/209214 | 22:58 |
lifeless | harlowja: vilobhmm: "pip install -e ." instead of 'python setup.py develop' | 23:00 |
*** jecarey has joined #openstack-oslo | 23:02 | |
*** jerrygb has joined #openstack-oslo | 23:05 | |
vilobhmm | lifeless : sure thanks! | 23:07 |
*** jecarey has quit IRC | 23:07 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/taskflow: Updated from global requirements https://review.openstack.org/247165 | 23:08 |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Move engine options extraction to __init__ methods https://review.openstack.org/243793 | 23:09 |
*** jerrygb has quit IRC | 23:09 | |
harlowja | lifeless soooo been thinking about that spec, think i understand the current dillema, and gonna ponder on it a bit more, so thanks for talking me through it yesterday | 23:12 |
harlowja | *the backwards compat one | 23:12 |
harlowja | perhaps some of the conversation may be constructive for further iterations of it (the spec) | 23:13 |
*** jerrygb has joined #openstack-oslo | 23:14 | |
*** pradk has quit IRC | 23:19 | |
lifeless | harlowja: so I'm hoping to make this happen early in the new year | 23:26 |
harlowja | cool | 23:26 |
lifeless | harlowja: -> please engage soon :) | 23:26 |
harlowja | i engaged! | 23:26 |
harlowja | warp drived | 23:26 |
harlowja | lol | 23:26 |
lifeless | harlowja: :) | 23:26 |
lifeless | harlowja: can you think of any alternatives though? That we haven't tried (like pinning) | 23:27 |
harlowja | reference architecture that doesn't require co-installability? | 23:27 |
harlowja | each component can choose its own versions as it wants | 23:28 |
harlowja | ? | 23:28 |
harlowja | (component == project) | 23:28 |
harlowja | sorta feels like larger deployers aren't co-installing anyways | 23:29 |
lifeless | how does that work with Python ? | 23:29 |
harlowja | different containers, servers for different projects? | 23:29 |
lifeless | (Python objects aren't co-loadable in memory like they are in e.g. JS or java's thing interface thing | 23:29 |
harlowja | not a pyhton thing, just a reference deployment architecture | 23:29 |
harlowja | at a decent enough scale u aren't running all things in 1 box anyway :-P | 23:30 |
lifeless | harlowja: I mean like oslo.messaging uses oslo.config and tooz uses oslo.config and oslo.config does a break | 23:30 |
harlowja | u call oslo.config people naughty | 23:30 |
harlowja | thats the first thing u do | 23:30 |
lifeless | that doesn't really help though | 23:31 |
harlowja | lol | 23:31 |
harlowja | so ya, i get where u are going | 23:31 |
harlowja | even with smaller containers of things, u still have similar issues | 23:31 |
harlowja | is there any work ongoing to do co-loadable stuff in pyhton upstream? | 23:32 |
harlowja | (and whatever crazyness would be required for that) | 23:32 |
*** jecarey has joined #openstack-oslo | 23:33 | |
harlowja | (not an easy change by any measure) | 23:33 |
lifeless | no | 23:33 |
lifeless | no interest in it at all | 23:33 |
harlowja | ya, to bad | 23:35 |
*** jecarey has quit IRC | 23:37 | |
openstackgerrit | Joshua Harlow proposed openstack/tooz: Add programatic introspection of drivers capabilities https://review.openstack.org/240681 | 23:46 |
openstackgerrit | Joshua Harlow proposed openstack/tooz: Add programatic introspection of drivers capabilities https://review.openstack.org/240681 | 23:48 |
*** dimtruck is now known as zz_dimtruck | 23:48 | |
*** mixos has quit IRC | 23:48 | |
lifeless | harlowja: well | 23:50 |
lifeless | harlowja: its a much more complex model to deal with in js and java | 23:50 |
harlowja | well js i think they built this in from the start, i don't recall java (but i think it also thought about this from the start) | 23:50 |
* harlowja memory on different languages is fading, ha | 23:51 | |
lifeless | osgi | 23:51 |
lifeless | thats the thing | 23:51 |
lifeless | its terrifying | 23:51 |
*** SurajD has quit IRC | 23:52 | |
openstackgerrit | Merged openstack/oslo.versionedobjects: Fix the wrong reference for DeprecationWarning https://review.openstack.org/246721 | 23:52 |
*** SurajD has joined #openstack-oslo | 23:55 | |
harlowja | lifeless ah ya, thats right osgi | 23:56 |
harlowja | i remember that :-P | 23:56 |
harlowja | *a little memory of that, ha | 23:56 |
*** mc_nair has quit IRC | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!