dims | dave-mccowan : looks like there are a few ways to do stuff - https://www.vaultproject.io/docs/auth/token.html | 00:01 |
---|---|---|
*** alee_ has quit IRC | 01:13 | |
*** daidv__ has quit IRC | 01:17 | |
*** daidv__ has joined #openstack-barbican | 01:18 | |
openstackgerrit | Tuan Luong-Anh proposed openstack/barbican master: Update URLs in documents according to document migration https://review.openstack.org/483666 | 01:19 |
*** alee_ has joined #openstack-barbican | 01:24 | |
*** liujiong has joined #openstack-barbican | 01:32 | |
*** agrebennikov has quit IRC | 02:22 | |
*** randomhack has joined #openstack-barbican | 02:41 | |
*** randomhack has quit IRC | 02:45 | |
openstackgerrit | Tuan Luong-Anh proposed openstack/barbican master: Update URL home-page in documents according to document migration https://review.openstack.org/483666 | 02:55 |
*** dave-mccowan has quit IRC | 03:46 | |
*** daidv__ has quit IRC | 03:59 | |
*** daidv__ has joined #openstack-barbican | 04:00 | |
*** alee_ has quit IRC | 04:29 | |
*** alee_ has joined #openstack-barbican | 04:33 | |
*** alee_ has quit IRC | 04:47 | |
*** alee_ has joined #openstack-barbican | 04:49 | |
*** hyakuhei has quit IRC | 05:11 | |
*** andreas_s has joined #openstack-barbican | 05:58 | |
*** pcaruana has joined #openstack-barbican | 06:25 | |
*** randomhack has joined #openstack-barbican | 06:41 | |
*** randomhack has quit IRC | 06:46 | |
*** dgonzalez_ has joined #openstack-barbican | 06:52 | |
*** mkoderer_ has joined #openstack-barbican | 06:52 | |
*** mkoderer_ has quit IRC | 06:54 | |
*** dgonzalez_ has quit IRC | 06:54 | |
openstackgerrit | Jeremy Liu proposed openstack/barbican master: Set entry point for dogtag config correctly https://review.openstack.org/483853 | 07:33 |
*** alee_ has quit IRC | 08:27 | |
openstackgerrit | Rajat Sharma proposed openstack/barbican master: switch to openstackdocs theme. https://review.openstack.org/479250 | 08:36 |
*** alee_ has joined #openstack-barbican | 08:40 | |
*** alee_ has quit IRC | 08:54 | |
*** salmankhan has joined #openstack-barbican | 08:54 | |
*** andreas_s has quit IRC | 08:56 | |
*** andreas_s has joined #openstack-barbican | 08:56 | |
*** alee_ has joined #openstack-barbican | 09:06 | |
*** liujiong has quit IRC | 09:31 | |
*** salmankhan has quit IRC | 09:51 | |
*** salmankhan has joined #openstack-barbican | 09:55 | |
*** pcaruana has quit IRC | 09:56 | |
*** alee_ has quit IRC | 10:03 | |
*** pcaruana has joined #openstack-barbican | 10:09 | |
*** alee_ has joined #openstack-barbican | 10:15 | |
*** randomhack has joined #openstack-barbican | 10:41 | |
*** randomhack has quit IRC | 10:46 | |
*** pcaruana has quit IRC | 11:25 | |
*** alee_ has quit IRC | 11:26 | |
*** alee_ has joined #openstack-barbican | 11:39 | |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/castellan master: Fix retrieving barbican endpoint from service catalog https://review.openstack.org/483457 | 11:48 |
*** andreas_s has quit IRC | 11:50 | |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/castellan master: Fix retrieving barbican endpoint from service catalog https://review.openstack.org/483457 | 11:51 |
*** raildo has joined #openstack-barbican | 12:04 | |
*** alee_ has quit IRC | 12:05 | |
*** salmankhan has quit IRC | 12:08 | |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/castellan master: Fix retrieving barbican endpoint from service catalog https://review.openstack.org/483457 | 12:08 |
*** alee_ has joined #openstack-barbican | 12:17 | |
*** salmankhan has joined #openstack-barbican | 12:18 | |
*** dave-mccowan has joined #openstack-barbican | 12:23 | |
*** alee_ has quit IRC | 12:29 | |
*** gcb has joined #openstack-barbican | 12:35 | |
gcb | barbican folks, according to https://releases.openstack.org/pike/schedule.html next week is time to final release for non-client libraries castellan is non-client library, so please quicken review bug fix and don't merge new feature | 12:40 |
*** dave-mccowan has quit IRC | 12:43 | |
*** cpuga has joined #openstack-barbican | 12:56 | |
*** cpuga_ has joined #openstack-barbican | 12:56 | |
*** gcb has quit IRC | 12:58 | |
*** cpuga has quit IRC | 13:00 | |
*** randomhack has joined #openstack-barbican | 13:06 | |
*** dave-mccowan has joined #openstack-barbican | 13:15 | |
randomhack | dave-mccowan: hey I got it working, but we had to hack nova/keymgr/__init__.py and change CONF.set_default('api_class', 'nova.keymgr.conf_key_mgr.ConfKeyManager' to instead set the default to castellan.key_manager.barbican_key_manager.BarbicanKeyManager. Anything else we tried would not override this default. We still have more troubleshooting to do, but with that hack it will finally | 13:22 |
randomhack | use Barbican. | 13:22 |
dave-mccowan | randomhack great! i'm glad it works. is the plan to commit a fix to nova so it will work out-of-the-box? | 13:24 |
openstackgerrit | Kaitlin Farr proposed openstack/castellan master: Add list capability https://review.openstack.org/418019 | 13:25 |
randomhack | dave-mccowan: well I don't think modifying the default should be the final fix, but I'm going to try and find out why the nova.conf setting for api_class was being ignored - if it is truely a bug with nova I'll submit a fix, but not sure yet | 13:25 |
dave-mccowan | randomhack btw, we have tempest tests running nova+barbican in the gate, so pretty sure it works in master. might need a fix only to stable branches. | 13:26 |
dims | correct randomhack dave-mccowan : if we change the set_default, we will break a bunch of gates where barbican is not present in dsvm jobs | 13:38 |
dims | dave-mccowan : we need to start using stevedore in castellan and then switch over nova and cinder to use stevedore to load the plugins | 13:39 |
dims | (just like oslo.messaging and oslo.cache etc) | 13:40 |
*** catintheroof has joined #openstack-barbican | 13:40 | |
dave-mccowan | dims ok. is this a pike requirement (6 days until deadline) or queens? | 13:41 |
dims | too late for pike :) | 13:41 |
dims | even if we add support in castellan by then, it's too late to modify nova and cinder | 13:42 |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/castellan master: Improve docs around configuring Castellan https://review.openstack.org/483461 | 13:51 |
*** pcaruana has joined #openstack-barbican | 13:56 | |
openstackgerrit | Merged openstack/castellan master: Update the doc URL in the documents https://review.openstack.org/482565 | 14:02 |
*** kfarr has joined #openstack-barbican | 14:17 | |
kfarr | randomhack dave-mccowan are you using a recent version of newton? | 14:18 |
kfarr | I thought that issue was fixed, but I can take a look | 14:21 |
randomhack | kfarr: I'm using a slightly modified version of Newton, with several of the control plane components remotely hosted. (nova-scheduler, cinder-api, keystone, etc, run in the cloud... cindervolume, glance, neutron, and nova-compute are running on prem) | 14:27 |
randomhack | they use an nova_override.conf file that gets applied to the local nova-compute service. So there may be some slight modifications to the code to support their separation of control plane and data plane specific components. Was there a previous bug in Newton that would ignore the api_class setting and default back to ConfKeyManager? | 14:28 |
kfarr | randomhack there was, but it was on the cinder side: https://review.openstack.org/#/c/376992/1 | 14:38 |
kfarr | I haven't looked closely enough at your issue yet to determine if something else needs to be fixed, too | 14:39 |
*** chlong has joined #openstack-barbican | 14:48 | |
dave-mccowan | kfarr (separate topic) did you also see dims's comments above about castellan and stevedore? that should be a queens development item. | 14:56 |
*** diazjf has joined #openstack-barbican | 15:11 | |
*** diazjf has quit IRC | 15:16 | |
kfarr | dave-mccowan ohh ok just saw now | 15:16 |
*** diazjf has joined #openstack-barbican | 15:17 | |
openstackgerrit | Kaitlin Farr proposed openstack/castellan master: Add list capability https://review.openstack.org/418019 | 16:10 |
*** oorgeron has joined #openstack-barbican | 16:31 | |
oorgeron | Hi, I'm working on https://review.openstack.org/#/c/463865/ and I'm seeing a failure on 3 of the voting tests that I can't figure out. i.e. http://logs.openstack.org/65/463865/12/check/gate-barbican-simple-crypto-dsvm-functional-ubuntu-xenial/e491f76/console.html. Any ideas? | 16:32 |
*** AJaeger has joined #openstack-barbican | 16:42 | |
AJaeger | barbican team, please review the doc-migration changes: https://review.openstack.org/478779 https://review.openstack.org/478780 https://review.openstack.org/479388 https://review.openstack.org/479388 | 16:46 |
AJaeger | dave-mccowan, could you help, please? ^ | 16:47 |
AJaeger | kfarr: ^ | 16:48 |
dave-mccowan | AJaeger yes. thanks for the patches! that's one more thing off my to-do list. :-) | 16:56 |
oorgeron | Hi, I'm working on https://review.openstack.org/#/c/463865/ and I'm seeing a failure on 3 of the voting tests that I can't figure out. i.e. http://logs.openstack.org/65/463865/12/check/gate-barbican-simple-crypto-dsvm-functional-ubuntu-xenial/e491f76/console.html. Any ideas? | 16:59 |
dave-mccowan | oorgeron at bottom of http://logs.openstack.org/65/463865/12/check/gate-barbican-simple-crypto-dsvm-functional-ubuntu-xenial/e491f76/logs/devstack-early.txt.gz | 17:01 |
dave-mccowan | oorgeron i see an error about foreign key restraint | 17:01 |
oorgeron | Thanks for catching that. I'll figure out what I need to fix there. | 17:04 |
dave-mccowan | kfarr who do you want as core to castellan-ui? i can include the whole barbican-core team and/or you can hand-pick if you want to add anyone else. | 17:13 |
kfarr | thanks dave-mccowan | 17:13 |
kfarr | Maybe the whole barbican-core team? Not sure who all would be interested / has the knowledge for horizon plugins / is available | 17:14 |
kfarr | might be nice to include some of the APL team, mainly brianna poulos our tech lead | 17:15 |
*** raildo has quit IRC | 17:18 | |
*** randomhack has quit IRC | 17:18 | |
*** diazjf has quit IRC | 17:21 | |
kfarr | brb | 17:21 |
*** kfarr has quit IRC | 17:21 | |
*** diazjf has joined #openstack-barbican | 17:22 | |
*** randomhack has joined #openstack-barbican | 17:26 | |
openstackgerrit | Merged openstack/barbican master: move documentation into the new standard layout https://review.openstack.org/478779 | 17:35 |
openstackgerrit | Merged openstack/barbican master: Use openstackdocstheme 1.11 everywhere https://review.openstack.org/478780 | 17:37 |
*** pcaruana has quit IRC | 17:41 | |
openstackgerrit | Merged openstack/python-barbicanclient master: rearrange the existing docs into the new standard layout https://review.openstack.org/479388 | 17:51 |
*** salmankhan has quit IRC | 17:55 | |
*** sapcc-bot4 has quit IRC | 17:55 | |
*** carthaca_2 has quit IRC | 17:55 | |
*** sapcc-bot has joined #openstack-barbican | 17:55 | |
*** sapcc-bot has quit IRC | 17:57 | |
openstackgerrit | Merged openstack/python-barbicanclient master: Refactor barbicanclient https://review.openstack.org/403604 | 18:01 |
*** sapcc-bot has joined #openstack-barbican | 18:02 | |
*** sapcc-bot has joined #openstack-barbican | 18:02 | |
*** randomhack has quit IRC | 18:06 | |
*** randomhack has joined #openstack-barbican | 18:07 | |
*** sapcc-bot has joined #openstack-barbican | 18:09 | |
*** sapcc-bot has joined #openstack-barbican | 18:14 | |
*** sapcc-bot has joined #openstack-barbican | 18:25 | |
openstackgerrit | Octave Orgeron proposed openstack/barbican master: Use oslo.db options for database sync and upgrade https://review.openstack.org/463865 | 18:27 |
*** dave-mccowan has quit IRC | 18:28 | |
*** spotz has quit IRC | 18:33 | |
*** sapcc-bot has joined #openstack-barbican | 18:37 | |
*** spotz has joined #openstack-barbican | 18:45 | |
*** sapcc-bot has joined #openstack-barbican | 18:49 | |
*** sapcc-bot has quit IRC | 18:49 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/castellan master: [WIP] Use stevedore https://review.openstack.org/484015 | 18:51 |
*** sapcc-bot has joined #openstack-barbican | 18:54 | |
*** sapcc-bot has joined #openstack-barbican | 19:01 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/barbican master: Updated from global requirements https://review.openstack.org/477912 | 19:12 |
*** raildo has joined #openstack-barbican | 19:14 | |
*** AJaeger has left #openstack-barbican | 19:19 | |
*** sapcc-bot has joined #openstack-barbican | 19:19 | |
openstackgerrit | Merged openstack/barbican master: Replaces uuid.uuid4 with uuidutils.generate_uuid() https://review.openstack.org/464622 | 19:23 |
*** sapcc-bot has joined #openstack-barbican | 19:25 | |
*** sapcc-bot has quit IRC | 19:25 | |
*** randomhack has quit IRC | 19:26 | |
*** sapcc-bot has joined #openstack-barbican | 19:37 | |
*** sapcc-bot has quit IRC | 19:37 | |
*** sapcc-bot has joined #openstack-barbican | 19:49 | |
*** sapcc-bot has quit IRC | 19:49 | |
*** blake has joined #openstack-barbican | 19:59 | |
*** catintheroof has quit IRC | 20:01 | |
*** raildo has quit IRC | 20:20 | |
openstackgerrit | Matthew Treinish proposed openstack/barbican master: Add PBR wsgi_scripts entrypoint for barbican api https://review.openstack.org/476995 | 20:37 |
openstackgerrit | Matthew Treinish proposed openstack/barbican master: Use devstack functions for deploying barbican-svc https://review.openstack.org/476996 | 20:37 |
*** sapcc-bot has joined #openstack-barbican | 20:49 | |
*** sapcc-bot has joined #openstack-barbican | 21:07 | |
*** chlong has quit IRC | 21:19 | |
*** blake has quit IRC | 21:20 | |
*** sapcc-bot has joined #openstack-barbican | 21:24 | |
*** cpuga_ has quit IRC | 21:36 | |
*** sapcc-bot has joined #openstack-barbican | 22:06 | |
*** sapcc-bot has joined #openstack-barbican | 22:18 | |
*** sapcc-bot has joined #openstack-barbican | 22:50 | |
*** oorgeron has left #openstack-barbican | 22:52 | |
*** sapcc-bot has joined #openstack-barbican | 22:54 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/barbican master: Updated from global requirements https://review.openstack.org/477912 | 23:00 |
*** sapcc-bot has joined #openstack-barbican | 23:06 | |
*** sapcc-bot has joined #openstack-barbican | 23:18 | |
*** sapcc-bot has quit IRC | 23:18 | |
*** sapcc-bot has joined #openstack-barbican | 23:35 | |
*** sapcc-bot has joined #openstack-barbican | 23:41 | |
*** sapcc-bot has quit IRC | 23:41 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!