openstackgerrit | Merged openstack/barbican: Adding a new script to generate mkek and hmac https://review.openstack.org/186800 | 00:07 |
---|---|---|
*** jaosorior has quit IRC | 00:22 | |
*** nkinder_ has quit IRC | 00:33 | |
*** zz_dimtruck is now known as dimtruck | 00:39 | |
*** nelsnelson has joined #openstack-barbican | 00:40 | |
*** woodster_ has quit IRC | 00:50 | |
*** chlong has quit IRC | 00:52 | |
*** alee has quit IRC | 00:52 | |
*** chlong has joined #openstack-barbican | 00:54 | |
*** alee has joined #openstack-barbican | 01:05 | |
*** woodster_ has joined #openstack-barbican | 01:10 | |
woodster_ | I'm getting an odd error with tox -e py27: | 01:34 |
woodster_ | https://www.irccloud.com/pastebin/zND0rfNq/ | 01:34 |
openstackgerrit | John Wood proposed openstack/barbican: Add retry server and functional tests to DevStack https://review.openstack.org/170896 | 01:48 |
*** SheenaG1 has quit IRC | 02:04 | |
*** SheenaG has joined #openstack-barbican | 02:25 | |
openstackgerrit | John Wood proposed openstack/barbican: Add retry server and functional tests to DevStack https://review.openstack.org/170896 | 02:26 |
*** SheenaG has quit IRC | 03:02 | |
*** dave-mccowan has joined #openstack-barbican | 03:30 | |
*** nelsnelson has quit IRC | 03:43 | |
*** nkinder_ has joined #openstack-barbican | 03:47 | |
*** dimtruck is now known as zz_dimtruck | 03:52 | |
*** dave-mccowan has quit IRC | 04:06 | |
*** jamielennox is now known as jamielennox|away | 04:32 | |
*** nelsnelson has joined #openstack-barbican | 05:49 | |
*** jaosorior has joined #openstack-barbican | 05:54 | |
*** nelsnelson has quit IRC | 06:03 | |
*** tkelsey has joined #openstack-barbican | 06:14 | |
*** tkelsey has quit IRC | 06:29 | |
*** tkelsey has joined #openstack-barbican | 06:57 | |
*** everjeje has quit IRC | 07:07 | |
*** woodster_ has quit IRC | 07:10 | |
*** tkelsey has quit IRC | 07:17 | |
*** everjeje has joined #openstack-barbican | 07:24 | |
*** nickrmc83 has joined #openstack-barbican | 07:59 | |
*** chlong has quit IRC | 08:34 | |
*** nickrmc83 has quit IRC | 09:34 | |
*** nickrmc83 has joined #openstack-barbican | 09:58 | |
*** tkelsey has joined #openstack-barbican | 10:51 | |
*** tkelsey has quit IRC | 10:59 | |
*** nelsnelson has joined #openstack-barbican | 11:45 | |
*** darrenmoffat has quit IRC | 11:50 | |
*** darrenmoffat has joined #openstack-barbican | 11:51 | |
*** nelsnelson has quit IRC | 11:55 | |
*** nickrmc83 has quit IRC | 12:02 | |
*** dave-mccowan has joined #openstack-barbican | 12:03 | |
dave-mccowan | jaosorior ping | 12:04 |
jaosorior | dave-moccowan: pong | 12:04 |
jaosorior | what's up? | 12:07 |
*** dave-mccowan has quit IRC | 12:09 | |
*** dave-mccowan has joined #openstack-barbican | 12:15 | |
*** woodster_ has joined #openstack-barbican | 12:27 | |
dave-mccowan | alee ping | 12:29 |
jaosorior | dave-mccowan: you were pinging me before? | 12:31 |
dave-mccowan | jaosorior hi ozz. i have a pecan question, if you have a minute. how can i make a controller to take '/project-quotas/' (with the dash) in pecan 0.8.0? (it looks like pecan.route wasn't added until 0.9.0) | 12:32 |
jaosorior | adding project_quotas should be easy enough without pecan.route . But if you specifically need the dash then I need to investigate | 12:33 |
dave-mccowan | jaosorior can you think of any examples in barbican (or openstack) that use either one? the spec, written last cycle, had the dash, so i went with that one. | 12:36 |
jaosorior | wait up | 12:38 |
jaosorior | dave-mccowan: I think it should be possible to use the dash | 12:39 |
jaosorior | using an approach similar to what alee used in the cas.py controller | 12:40 |
jaosorior | dave-mccowan: https://github.com/openstack/barbican/blob/master/barbican/api/controllers/cas.py#L54 | 12:40 |
alee | dave-mccowan, yes , you have to use the apprach Iused for cas | 12:42 |
alee | approach | 12:42 |
jaosorior | to add a controller such as project_quotas it's just a matter of writing a variable with such a name in the root controller (or the desired parent controller) | 12:43 |
jaosorior | alee: Haven't done much about the dogtag issue since yesterday, but now it doesn't finish the installation. I think I'll revert it to using two directories (alias and alias-ca) and just adding the extra debugging logs | 12:44 |
dave-mccowan | jaosorior alee that works for subtrees undered /cas/. what if it was '/c-as/'? | 12:45 |
jaosorior | dave-mccowan: the same approach would need to be used, but in the root controller | 12:45 |
jaosorior | which at the moment is in barbican.api.app | 12:45 |
jaosorior | (but it will change) | 12:46 |
jaosorior | as per this commit: https://review.openstack.org/#/c/178601/ | 12:46 |
alee | jaosorior, ok - sorry - need to run a few errands this morning, but yeah - will need to see the output of the logs to diagnose whats going on | 12:46 |
dave-mccowan | jaosorior ah! got it. thanks. | 12:46 |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/barbican: service_enabled instead of environment variable for dogtag https://review.openstack.org/185181 | 12:51 |
*** dave-mccowan has quit IRC | 12:59 | |
*** kfarr_ has joined #openstack-barbican | 13:02 | |
*** rellerreller has joined #openstack-barbican | 13:05 | |
ryanpetrello | jaosorior, alee, dave-mccowan: https://github.com/openstack/barbican/blob/master/barbican/api/controllers/cas.py#L54 is pretty similar to what `pecan.route` does in 0.9.0 anyways (a setattr) | 13:17 |
ryanpetrello | so that's a perfectly acceptable way of solving this | 13:17 |
*** tkelsey has joined #openstack-barbican | 13:21 | |
jaosorior | ryanpetrello: Thanks for the confirmation, now we know we are not just hacking around :D | 13:22 |
ryanpetrello | yep | 13:22 |
ryanpetrello | I've also seen people handle it with a `def _lookup` | 13:22 |
ryanpetrello | but I like the __setattr__ fallback better | 13:22 |
ryanpetrello | in the above example, if you wanted to only route to some-path (and not some_path) | 13:22 |
ryanpetrello | you could avoid decorating self.some_path with expose until the setattr | 13:23 |
ryanpetrello | e.g., | 13:23 |
ryanpetrello | if name in route_table: | 13:23 |
ryanpetrello | return pecan.expose(route_table[name]) | 13:23 |
ryanpetrello | may not be worth the complexity, though | 13:24 |
jaosorior | yeah, I think the current approach is sufficient | 13:24 |
jaosorior | pecan 0.9.0 is not yet in global requirements? | 13:24 |
ryanpetrello | I don't believe so | 13:25 |
ryanpetrello | I haven't submitted | 13:25 |
ryanpetrello | (it) | 13:25 |
jaosorior | fair enough | 13:25 |
ryanpetrello | fwiw, I'm currently working on a lean upgrade to 1.0.0 and am going to start using semantic versioning | 13:25 |
ryanpetrello | pecan is plenty stable and we've been doing this 0.x nonsense for too long | 13:25 |
jaosorior | By the way, people: can anybody review this CR? https://review.openstack.org/#/c/178601/ this basically enables keystone discovery for the barbican server | 13:26 |
jaosorior | Would make life slightly easier for the barbicanclient :D | 13:26 |
jaosorior | alee: By the way, there are results for the dogtag stuff, let me know when you're around | 13:28 |
jaosorior | alee: http://logs.openstack.org/81/185181/17/experimental/gate-barbican-dogtag-devstack-dsvm-f21/1184f6a/console.html#_2015-06-05_13_15_01_661 | 13:29 |
*** SheenaG has joined #openstack-barbican | 13:34 | |
*** tkelsey has quit IRC | 13:36 | |
*** stanzi has joined #openstack-barbican | 14:01 | |
*** stanzi has quit IRC | 14:16 | |
*** stanzi has joined #openstack-barbican | 14:16 | |
*** silos has joined #openstack-barbican | 14:17 | |
*** pglass has joined #openstack-barbican | 14:19 | |
*** zz_dimtruck is now known as dimtruck | 14:19 | |
*** stanzi has quit IRC | 14:29 | |
*** kfarr_ has quit IRC | 14:31 | |
*** xaeth_afk is now known as xaeth | 14:38 | |
*** stanzi has joined #openstack-barbican | 14:40 | |
openstackgerrit | Merged openstack/barbican: Updated from global requirements https://review.openstack.org/188470 | 14:49 |
*** nkinder_ has quit IRC | 14:51 | |
*** kebray has joined #openstack-barbican | 15:06 | |
*** rellerreller has quit IRC | 15:15 | |
openstackgerrit | Chelsea Winfree proposed openstack/barbican: Documentation for PKCS11 Key Generation script https://review.openstack.org/187367 | 15:26 |
openstackgerrit | Merged openstack/python-barbicanclient: Updated from global requirements https://review.openstack.org/188488 | 15:32 |
*** gyee_ has joined #openstack-barbican | 15:38 | |
*** stanzi has quit IRC | 15:42 | |
*** david-lyle has quit IRC | 15:46 | |
*** david-lyle has joined #openstack-barbican | 15:46 | |
*** crc32 has joined #openstack-barbican | 15:52 | |
*** stanzi has joined #openstack-barbican | 15:57 | |
*** pglass has quit IRC | 15:57 | |
*** pglass has joined #openstack-barbican | 15:59 | |
*** kebray has quit IRC | 16:02 | |
*** kebray has joined #openstack-barbican | 16:03 | |
*** chadlung has joined #openstack-barbican | 16:07 | |
*** stanzi has quit IRC | 16:08 | |
*** stanzi has joined #openstack-barbican | 16:11 | |
*** crc32 has quit IRC | 16:18 | |
*** stanzi has quit IRC | 16:19 | |
*** stanzi has joined #openstack-barbican | 16:38 | |
*** stanzi has quit IRC | 16:56 | |
*** SheenaG has quit IRC | 16:58 | |
*** rellerreller has joined #openstack-barbican | 17:01 | |
*** SheenaG has joined #openstack-barbican | 17:06 | |
*** stanzi has joined #openstack-barbican | 17:13 | |
*** dimtruck is now known as zz_dimtruck | 17:19 | |
*** SheenaG has quit IRC | 17:20 | |
*** stanzi has quit IRC | 17:23 | |
*** SheenaG has joined #openstack-barbican | 17:24 | |
*** SheenaG has quit IRC | 17:29 | |
*** SheenaG has joined #openstack-barbican | 17:31 | |
elmiko | redrobot: hey, i added a bug for the runner script and just assigned to myself. hope thats cool =) | 17:36 |
elmiko | working on a poc currently, *maybe* i'll have something for the meeting on monday | 17:37 |
elmiko | alee ^^ | 17:37 |
*** kfarr has joined #openstack-barbican | 17:39 | |
redrobot | elmiko fine by me | 17:53 |
elmiko | cool | 17:54 |
*** stanzi_ has joined #openstack-barbican | 17:54 | |
*** stanzi has joined #openstack-barbican | 18:00 | |
alee | elmiko, great! | 18:01 |
*** stanzi_ has quit IRC | 18:03 | |
woodster_ | any mysql experts out there? | 18:03 |
openstackgerrit | John Wood proposed openstack/barbican: Add retry server and functional tests to DevStack https://review.openstack.org/170896 | 18:30 |
arunkant | alee, redrobot : can you please look into ACL rename change. https://review.openstack.org//#/c/188208/ | 18:38 |
*** stanzi has quit IRC | 18:39 | |
redrobot | arunkant I'm really sorry, I've been pretty busy with some deployment stories, and haven't had a chance to review much this week. | 18:39 |
redrobot | arunkant will definitely review today or over the weekend. | 18:39 |
*** stanzi has joined #openstack-barbican | 18:41 | |
arunkant | redrobot : thanks. Will you be taking care of ACL backport to Kilo . Is this change also going to be backported to Kilo? | 18:42 |
redrobot | arunkant yes, I'll be doing the backport patch... I tried to yesterday, but I think there may be a merge conflict because I couldn't do it through the UI | 18:43 |
*** gyee_ has quit IRC | 18:47 | |
*** stanzi has quit IRC | 18:51 | |
*** jraim has quit IRC | 18:54 | |
*** briancurtin has quit IRC | 18:54 | |
*** codekobe has quit IRC | 18:54 | |
*** zz_dimtruck is now known as dimtruck | 19:11 | |
*** jaosorior has quit IRC | 19:12 | |
openstackgerrit | Nathan Reller proposed openstack/barbican: Added pkcs1_only Configuration to KMIP https://review.openstack.org/182461 | 19:12 |
*** silos has left #openstack-barbican | 19:23 | |
*** SheenaG has quit IRC | 19:39 | |
*** rellerreller has quit IRC | 19:39 | |
*** everjeje has quit IRC | 20:02 | |
*** erw has quit IRC | 20:02 | |
*** lisaclark_ has quit IRC | 20:02 | |
*** lisaclark has quit IRC | 20:02 | |
*** Sheena_ has quit IRC | 20:02 | |
*** stanzi has joined #openstack-barbican | 20:26 | |
*** stanzi has quit IRC | 20:35 | |
*** xaeth is now known as xaeth_afk | 20:36 | |
*** stanzi_ has joined #openstack-barbican | 20:37 | |
*** jraim has joined #openstack-barbican | 20:38 | |
*** everjeje has joined #openstack-barbican | 20:46 | |
*** codekobe has joined #openstack-barbican | 20:49 | |
*** erw has joined #openstack-barbican | 20:51 | |
*** stanzi_ has quit IRC | 20:54 | |
*** dave-mccowan has joined #openstack-barbican | 20:56 | |
*** rellerreller has joined #openstack-barbican | 20:57 | |
openstackgerrit | John Wood proposed openstack/barbican: Add retry server and functional tests to DevStack https://review.openstack.org/170896 | 20:58 |
*** briancurtin has joined #openstack-barbican | 21:05 | |
woodster_ | alee: ^^^ this tests the wait-for-CA use case finally | 21:05 |
*** kfarr has quit IRC | 21:11 | |
*** kfarr2 has joined #openstack-barbican | 21:13 | |
alee | woodster_, ok | 21:16 |
alee | woodster_, arunkant - I will review monday (if I'm not out) or Tuesday morning. | 21:17 |
*** dave-mccowan has quit IRC | 21:21 | |
*** jorge_munoz has quit IRC | 21:27 | |
*** jorge_munoz has joined #openstack-barbican | 21:29 | |
*** lisaclark_ has joined #openstack-barbican | 21:32 | |
*** lisaclark has joined #openstack-barbican | 21:32 | |
*** kebray has quit IRC | 21:34 | |
*** alee is now known as alee_out | 21:35 | |
elmiko | redrobot: you still around? | 21:36 |
*** Sheena_ has joined #openstack-barbican | 21:38 | |
*** openstack has joined #openstack-barbican | 21:41 | |
-cameron.freenode.net- [freenode-info] why register and identify? your IRC nick is how people know you. http://freenode.net/faq.shtml#nicksetup | 21:41 | |
*** chadlung has quit IRC | 21:41 | |
*** rellerreller has quit IRC | 21:52 | |
*** chadlung has joined #openstack-barbican | 21:53 | |
*** chadlung has quit IRC | 21:54 | |
*** chadlung has joined #openstack-barbican | 21:54 | |
*** chadlung has quit IRC | 21:57 | |
*** kfarr2 has left #openstack-barbican | 22:16 | |
*** nkinder has joined #openstack-barbican | 22:22 | |
*** chadlung has joined #openstack-barbican | 22:23 | |
*** pglass has quit IRC | 22:31 | |
*** openstackgerrit has quit IRC | 22:37 | |
*** openstackgerrit has joined #openstack-barbican | 22:37 | |
*** chadlung has quit IRC | 22:44 | |
redrobot | elmiko o/ | 22:56 |
*** kebray has joined #openstack-barbican | 22:56 | |
*** everjeje has quit IRC | 23:03 | |
*** chadlung has joined #openstack-barbican | 23:45 | |
*** chadlung has quit IRC | 23:50 | |
*** chadlung has joined #openstack-barbican | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!