Friday, 2017-07-14

dimsdave-mccowan : looks like there are a few ways to do stuff - https://www.vaultproject.io/docs/auth/token.html00:01
*** alee_ has quit IRC01:13
*** daidv__ has quit IRC01:17
*** daidv__ has joined #openstack-barbican01:18
openstackgerritTuan Luong-Anh proposed openstack/barbican master: Update URLs in documents according to document migration  https://review.openstack.org/48366601:19
*** alee_ has joined #openstack-barbican01:24
*** liujiong has joined #openstack-barbican01:32
*** agrebennikov has quit IRC02:22
*** randomhack has joined #openstack-barbican02:41
*** randomhack has quit IRC02:45
openstackgerritTuan Luong-Anh proposed openstack/barbican master: Update URL home-page in documents according to document migration  https://review.openstack.org/48366602:55
*** dave-mccowan has quit IRC03:46
*** daidv__ has quit IRC03:59
*** daidv__ has joined #openstack-barbican04:00
*** alee_ has quit IRC04:29
*** alee_ has joined #openstack-barbican04:33
*** alee_ has quit IRC04:47
*** alee_ has joined #openstack-barbican04:49
*** hyakuhei has quit IRC05:11
*** andreas_s has joined #openstack-barbican05:58
*** pcaruana has joined #openstack-barbican06:25
*** randomhack has joined #openstack-barbican06:41
*** randomhack has quit IRC06:46
*** dgonzalez_ has joined #openstack-barbican06:52
*** mkoderer_ has joined #openstack-barbican06:52
*** mkoderer_ has quit IRC06:54
*** dgonzalez_ has quit IRC06:54
openstackgerritJeremy Liu proposed openstack/barbican master: Set entry point for dogtag config correctly  https://review.openstack.org/48385307:33
*** alee_ has quit IRC08:27
openstackgerritRajat Sharma proposed openstack/barbican master: switch to openstackdocs theme.  https://review.openstack.org/47925008:36
*** alee_ has joined #openstack-barbican08:40
*** alee_ has quit IRC08:54
*** salmankhan has joined #openstack-barbican08:54
*** andreas_s has quit IRC08:56
*** andreas_s has joined #openstack-barbican08:56
*** alee_ has joined #openstack-barbican09:06
*** liujiong has quit IRC09:31
*** salmankhan has quit IRC09:51
*** salmankhan has joined #openstack-barbican09:55
*** pcaruana has quit IRC09:56
*** alee_ has quit IRC10:03
*** pcaruana has joined #openstack-barbican10:09
*** alee_ has joined #openstack-barbican10:15
*** randomhack has joined #openstack-barbican10:41
*** randomhack has quit IRC10:46
*** pcaruana has quit IRC11:25
*** alee_ has quit IRC11:26
*** alee_ has joined #openstack-barbican11:39
openstackgerritPaul Bourke (pbourke) proposed openstack/castellan master: Fix retrieving barbican endpoint from service catalog  https://review.openstack.org/48345711:48
*** andreas_s has quit IRC11:50
openstackgerritPaul Bourke (pbourke) proposed openstack/castellan master: Fix retrieving barbican endpoint from service catalog  https://review.openstack.org/48345711:51
*** raildo has joined #openstack-barbican12:04
*** alee_ has quit IRC12:05
*** salmankhan has quit IRC12:08
openstackgerritPaul Bourke (pbourke) proposed openstack/castellan master: Fix retrieving barbican endpoint from service catalog  https://review.openstack.org/48345712:08
*** alee_ has joined #openstack-barbican12:17
*** salmankhan has joined #openstack-barbican12:18
*** dave-mccowan has joined #openstack-barbican12:23
*** alee_ has quit IRC12:29
*** gcb has joined #openstack-barbican12:35
gcbbarbican 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 feature12:40
*** dave-mccowan has quit IRC12:43
*** cpuga has joined #openstack-barbican12:56
*** cpuga_ has joined #openstack-barbican12:56
*** gcb has quit IRC12:58
*** cpuga has quit IRC13:00
*** randomhack has joined #openstack-barbican13:06
*** dave-mccowan has joined #openstack-barbican13:15
randomhackdave-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 finally13:22
randomhackuse Barbican.13:22
dave-mccowanrandomhack 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
openstackgerritKaitlin Farr proposed openstack/castellan master: Add list capability  https://review.openstack.org/41801913:25
randomhackdave-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 yet13:25
dave-mccowanrandomhack 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
dimscorrect randomhack dave-mccowan : if we change the set_default, we will break a bunch of gates where barbican is not present in dsvm jobs13:38
dimsdave-mccowan : we need to start using stevedore in castellan and then switch over nova and cinder to use stevedore to load the plugins13:39
dims(just like oslo.messaging and oslo.cache etc)13:40
*** catintheroof has joined #openstack-barbican13:40
dave-mccowandims ok.  is this a pike requirement (6 days until deadline) or queens?13:41
dimstoo late for pike :)13:41
dimseven if we add support in castellan by then, it's too late to modify nova and cinder13:42
openstackgerritPaul Bourke (pbourke) proposed openstack/castellan master: Improve docs around configuring Castellan  https://review.openstack.org/48346113:51
*** pcaruana has joined #openstack-barbican13:56
openstackgerritMerged openstack/castellan master: Update the doc URL in the documents  https://review.openstack.org/48256514:02
*** kfarr has joined #openstack-barbican14:17
kfarrrandomhack dave-mccowan are you using a recent version of newton?14:18
kfarrI thought that issue was fixed, but I can take a look14:21
randomhackkfarr: 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
randomhackthey 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
kfarrrandomhack there was, but it was on the cinder side: https://review.openstack.org/#/c/376992/114:38
kfarrI haven't looked closely enough at your issue yet to determine if something else needs to be fixed, too14:39
*** chlong has joined #openstack-barbican14:48
dave-mccowankfarr (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-barbican15:11
*** diazjf has quit IRC15:16
kfarrdave-mccowan ohh ok just saw now15:16
*** diazjf has joined #openstack-barbican15:17
openstackgerritKaitlin Farr proposed openstack/castellan master: Add list capability  https://review.openstack.org/41801916:10
*** oorgeron has joined #openstack-barbican16:31
oorgeronHi, 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-barbican16:42
AJaegerbarbican 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/47938816:46
AJaegerdave-mccowan, could you help, please? ^16:47
AJaegerkfarr: ^16:48
dave-mccowanAJaeger yes.  thanks for the patches!  that's one more thing off my to-do list. :-)16:56
oorgeronHi, 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-mccowanoorgeron at bottom of http://logs.openstack.org/65/463865/12/check/gate-barbican-simple-crypto-dsvm-functional-ubuntu-xenial/e491f76/logs/devstack-early.txt.gz17:01
dave-mccowanoorgeron i see an error about foreign key restraint17:01
oorgeronThanks for catching that. I'll figure out what I need to fix there.17:04
dave-mccowankfarr 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
kfarrthanks dave-mccowan17:13
kfarrMaybe the whole barbican-core team?  Not sure who all would be interested / has the knowledge for horizon plugins / is available17:14
kfarrmight be nice to include some of the APL team, mainly brianna poulos our tech lead17:15
*** raildo has quit IRC17:18
*** randomhack has quit IRC17:18
*** diazjf has quit IRC17:21
kfarrbrb17:21
*** kfarr has quit IRC17:21
*** diazjf has joined #openstack-barbican17:22
*** randomhack has joined #openstack-barbican17:26
openstackgerritMerged openstack/barbican master: move documentation into the new standard layout  https://review.openstack.org/47877917:35
openstackgerritMerged openstack/barbican master: Use openstackdocstheme 1.11 everywhere  https://review.openstack.org/47878017:37
*** pcaruana has quit IRC17:41
openstackgerritMerged openstack/python-barbicanclient master: rearrange the existing docs into the new standard layout  https://review.openstack.org/47938817:51
*** salmankhan has quit IRC17:55
*** sapcc-bot4 has quit IRC17:55
*** carthaca_2 has quit IRC17:55
*** sapcc-bot has joined #openstack-barbican17:55
*** sapcc-bot has quit IRC17:57
openstackgerritMerged openstack/python-barbicanclient master: Refactor barbicanclient  https://review.openstack.org/40360418:01
*** sapcc-bot has joined #openstack-barbican18:02
*** sapcc-bot has joined #openstack-barbican18:02
*** randomhack has quit IRC18:06
*** randomhack has joined #openstack-barbican18:07
*** sapcc-bot has joined #openstack-barbican18:09
*** sapcc-bot has joined #openstack-barbican18:14
*** sapcc-bot has joined #openstack-barbican18:25
openstackgerritOctave Orgeron proposed openstack/barbican master: Use oslo.db options for database sync and upgrade  https://review.openstack.org/46386518:27
*** dave-mccowan has quit IRC18:28
*** spotz has quit IRC18:33
*** sapcc-bot has joined #openstack-barbican18:37
*** spotz has joined #openstack-barbican18:45
*** sapcc-bot has joined #openstack-barbican18:49
*** sapcc-bot has quit IRC18:49
openstackgerritDavanum Srinivas (dims) proposed openstack/castellan master: [WIP] Use stevedore  https://review.openstack.org/48401518:51
*** sapcc-bot has joined #openstack-barbican18:54
*** sapcc-bot has joined #openstack-barbican19:01
openstackgerritOpenStack Proposal Bot proposed openstack/barbican master: Updated from global requirements  https://review.openstack.org/47791219:12
*** raildo has joined #openstack-barbican19:14
*** AJaeger has left #openstack-barbican19:19
*** sapcc-bot has joined #openstack-barbican19:19
openstackgerritMerged openstack/barbican master: Replaces uuid.uuid4 with uuidutils.generate_uuid()  https://review.openstack.org/46462219:23
*** sapcc-bot has joined #openstack-barbican19:25
*** sapcc-bot has quit IRC19:25
*** randomhack has quit IRC19:26
*** sapcc-bot has joined #openstack-barbican19:37
*** sapcc-bot has quit IRC19:37
*** sapcc-bot has joined #openstack-barbican19:49
*** sapcc-bot has quit IRC19:49
*** blake has joined #openstack-barbican19:59
*** catintheroof has quit IRC20:01
*** raildo has quit IRC20:20
openstackgerritMatthew Treinish proposed openstack/barbican master: Add PBR wsgi_scripts entrypoint for barbican api  https://review.openstack.org/47699520:37
openstackgerritMatthew Treinish proposed openstack/barbican master: Use devstack functions for deploying barbican-svc  https://review.openstack.org/47699620:37
*** sapcc-bot has joined #openstack-barbican20:49
*** sapcc-bot has joined #openstack-barbican21:07
*** chlong has quit IRC21:19
*** blake has quit IRC21:20
*** sapcc-bot has joined #openstack-barbican21:24
*** cpuga_ has quit IRC21:36
*** sapcc-bot has joined #openstack-barbican22:06
*** sapcc-bot has joined #openstack-barbican22:18
*** sapcc-bot has joined #openstack-barbican22:50
*** oorgeron has left #openstack-barbican22:52
*** sapcc-bot has joined #openstack-barbican22:54
openstackgerritOpenStack Proposal Bot proposed openstack/barbican master: Updated from global requirements  https://review.openstack.org/47791223:00
*** sapcc-bot has joined #openstack-barbican23:06
*** sapcc-bot has joined #openstack-barbican23:18
*** sapcc-bot has quit IRC23:18
*** sapcc-bot has joined #openstack-barbican23:35
*** sapcc-bot has joined #openstack-barbican23:41
*** sapcc-bot has quit IRC23:41

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!