*** jmlowe has quit IRC | 00:40 | |
*** jmlowe has joined #openstack-barbican | 00:45 | |
*** annp has joined #openstack-barbican | 03:03 | |
*** salmankhan has quit IRC | 03:49 | |
*** pcaruana has quit IRC | 05:18 | |
*** pcaruana has joined #openstack-barbican | 06:44 | |
*** serlex has joined #openstack-barbican | 06:47 | |
*** sapd_ has joined #openstack-barbican | 09:35 | |
*** pbourke has joined #openstack-barbican | 10:50 | |
*** raildo has joined #openstack-barbican | 10:59 | |
*** serlex has quit IRC | 11:03 | |
*** serlex has joined #openstack-barbican | 11:13 | |
*** annp has quit IRC | 11:16 | |
*** abishop has joined #openstack-barbican | 12:44 | |
*** dave-mccowan has joined #openstack-barbican | 13:11 | |
*** dave-mcc_ has joined #openstack-barbican | 13:15 | |
*** dave-mccowan has quit IRC | 13:16 | |
*** jmlowe has quit IRC | 13:18 | |
*** dave-mcc_ has quit IRC | 13:39 | |
*** jmlowe has joined #openstack-barbican | 13:57 | |
*** tidwellr has joined #openstack-barbican | 14:06 | |
*** sapd_ has quit IRC | 14:10 | |
*** sapd has quit IRC | 14:10 | |
*** dave-mccowan has joined #openstack-barbican | 14:17 | |
alee__ | dave-mccowan, yo! | 14:18 |
---|---|---|
*** antosh has joined #openstack-barbican | 14:20 | |
dave-mccowan | alee__ yo-yo! | 14:21 |
alee__ | dave-mccowan, hey - I'm in the process of creating stable builds for barbican-client and barbican for queens and pike | 14:22 |
alee__ | dave-mccowan, just running the scripts -- they take awhile | 14:22 |
alee__ | dave-mccowan, not sure whats going on with https://review.openstack.org/#/c/500341/ | 14:23 |
dave-mccowan | alee__ should i retrigger with -w +w? | 14:24 |
alee__ | dave-mccowan, sure | 14:26 |
alee__ | dave-mccowan, or maybe a recheck will do it? | 14:27 |
alee__ | dave-mccowan, looks like the latest python-barbicanclient on queens has already been tagged | 14:27 |
alee__ | dave-mccowan, I just need to do stable releases for barbican and barbican-client , right? | 14:32 |
alee__ | dave-mccowan, oslo will handle castellan? | 14:32 |
dave-mccowan | alee__ yes, oslo has been doing castellan. i have not co-oridinated releases with them (which we probably should do). except, once they did a release for us when we needed one and i asked. | 14:34 |
alee__ | dave-mccowan, ok - just makig sure I wasn't totally missing the boat | 14:35 |
alee__ | dave-mccowan, redrobot did ya'll duke out who was chairing the meeting the next two weeks? | 14:35 |
redrobot | dave-mccowan, alee__ 1, 2, 3 ... | 14:36 |
redrobot | ROCK! | 14:36 |
dave-mccowan | paper | 14:36 |
redrobot | looks like dave-mccowan is it. | 14:36 |
*** serlex has quit IRC | 14:36 | |
dave-mccowan | i'm out next week anyways, so redrobot wins by default | 14:36 |
redrobot | dave-mccowan, did you see http://lists.openstack.org/pipermail/openstack-dev/2018-June/131509.html | 14:37 |
dave-mccowan | alee__ +1 that's a fantastic time | 14:38 |
alee__ | dave-mccowan, please +1 to the email | 14:38 |
alee__ | dave-mccowan, redrobot https://review.openstack.org/575759 | 14:41 |
alee__ | just fyi | 14:41 |
alee__ | queens python-barbicanclient is already at latest level | 14:42 |
redrobot | alee__, 👍 | 14:45 |
*** pcaruana has quit IRC | 15:01 | |
*** tidwellr has quit IRC | 15:17 | |
*** tidwellr has joined #openstack-barbican | 15:18 | |
openstackgerrit | Harry Rybacki proposed openstack/barbican master: Port RuleDefaults to DocumentedRuleDefaults https://review.openstack.org/575218 | 15:41 |
*** dave-mccowan has quit IRC | 16:06 | |
openstackgerrit | Harry Rybacki proposed openstack/barbican master: Ensure orders policy-in-code matches controller https://review.openstack.org/575782 | 16:12 |
*** jmlowe has quit IRC | 16:23 | |
*** jmlowe has joined #openstack-barbican | 16:33 | |
openstackgerrit | Harry Rybacki proposed openstack/barbican master: Port RuleDefaults to DocumentedRuleDefaults https://review.openstack.org/575218 | 17:04 |
*** livelace has joined #openstack-barbican | 17:15 | |
openstackgerrit | Ade Lee proposed openstack/castellan master: Add code to generate private keys https://review.openstack.org/575800 | 17:23 |
alee__ | redrobot, ^^ though to be fair, we really need better unit tests | 17:32 |
*** dave-mccowan has joined #openstack-barbican | 17:33 | |
*** pbourke has quit IRC | 17:34 | |
redrobot | alee__, I can maybe work on some testing | 17:40 |
redrobot | alee__, working on a patch to get Vault to use the context object for more than just making sure it's there. | 17:41 |
alee__ | redrobot, yeah - that would be better | 17:42 |
alee__ | redrobot, so in devstack/lib/barbican -- I think we can get vault output if I do this perhaps ? | 17:42 |
alee__ | chenge -- screen -d -m bash -c "vault server -dev -dev-listen-address=${HOST_IP}:8200 2>&1 >vault.log" | 17:43 |
alee__ | to: | 17:43 |
alee__ | run_process vault server -dev -dev-listen-address=${HOST_IP}:8200 2>&1 | 17:43 |
alee__ | ?? | 17:44 |
redrobot | 2>&1 >vault.log -- Does that log file get rolled into the log tarball? | 17:44 |
alee__ | redrobot, looking .. | 17:44 |
alee__ | redrobot, http://logs.openstack.org/05/568905/11/experimental/barbican-vault-devstack-functional/114ebde/logs/ I dont see it | 17:48 |
alee__ | redrobot, is there a debug option in vault too to get more verbose output? | 17:49 |
alee__ | -log-level=debug | 17:52 |
redrobot | alee__, that looks right | 17:58 |
*** chandankumar is now known as chkumar|pto | 18:01 | |
openstackgerrit | Ade Lee proposed openstack/barbican master: WIP - fix errors in vault gate https://review.openstack.org/575809 | 18:01 |
*** rmascena has joined #openstack-barbican | 18:27 | |
*** raildo has quit IRC | 18:30 | |
openstackgerrit | Harry Rybacki proposed openstack/barbican master: Port RuleDefaults to DocumentedRuleDefaults https://review.openstack.org/575218 | 19:06 |
openstackgerrit | Ade Lee proposed openstack/barbican master: WIP - fix errors in vault gate https://review.openstack.org/575809 | 19:11 |
*** livelace has quit IRC | 19:20 | |
*** tidwellr has quit IRC | 20:18 | |
*** tidwellr has joined #openstack-barbican | 20:25 | |
*** tidwellr has quit IRC | 20:34 | |
openstackgerrit | Harry Rybacki proposed openstack/barbican master: Port RuleDefaults to DocumentedRuleDefaults https://review.openstack.org/575218 | 20:53 |
*** rmascena has quit IRC | 20:54 | |
*** antosh has quit IRC | 22:02 | |
*** antosh has joined #openstack-barbican | 22:21 | |
*** dave-mccowan has quit IRC | 22:48 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!