Tuesday, 2015-05-26

*** chlong has joined #openstack-barbican00:15
*** woodster_ has quit IRC00:50
*** zz_dimtruck is now known as dimtruck02:18
*** woodster_ has joined #openstack-barbican02:30
*** kebray has joined #openstack-barbican03:00
*** kebray has quit IRC03:10
*** notmyname has joined #openstack-barbican03:13
*** kebray has joined #openstack-barbican03:15
*** kebray has quit IRC03:17
*** dimtruck is now known as zz_dimtruck04:01
*** ptoohill has joined #openstack-barbican05:21
*** chlong has quit IRC06:30
*** jaosorior has joined #openstack-barbican06:33
*** everjeje has joined #openstack-barbican08:02
openstackgerritJuan Antonio Osorio Robles proposed openstack/barbican: service_enabled instead of environment variable for dogtag  https://review.openstack.org/18518108:08
*** woodster_ has quit IRC10:30
*** woodster_ has joined #openstack-barbican11:30
jaosoriorrm_work: ping11:55
*** zz_dimtruck is now known as dimtruck12:29
openstackgerritJuan Antonio Osorio Robles proposed openstack/barbican: Display all versions info in versions controller  https://review.openstack.org/17860112:45
*** dave-mccowan has joined #openstack-barbican13:02
*** darrenmoffat has quit IRC13:14
*** darrenmoffat has joined #openstack-barbican13:14
*** kfarr has joined #openstack-barbican13:26
*** alee has joined #openstack-barbican13:33
*** woodster_ has quit IRC13:50
*** pglass has joined #openstack-barbican14:04
*** Kevin_Bishop has joined #openstack-barbican14:04
*** dimtruck is now known as zz_dimtruck14:15
*** zz_dimtruck is now known as dimtruck14:17
rm_workjaosorior: pong14:41
jaosoriorrm_work: Hey man. How's it going?14:42
jaosoriorrm_work: checking back on the stuff we were trying to fix fromt he dogtag gate14:42
rm_workyeah14:42
aleejaosorior, hows it going?14:42
rm_workI am still traveling (it has been interesting weekend)14:42
rm_workabout to catch a ride to a bus to a plane :P14:43
rm_workbut14:43
jaosoriorrm_work: https://review.openstack.org/#/c/185181/ - even though we added the "depends-on" flag, it doesn't seem to be taken into account in the CR14:43
jaosoriorhahaha daaaam14:43
rm_workit looks like we still are just waiting14:43
jaosorior*damn14:43
jaosorioralee: All good man, battling the jetlag haha. And now getting back to debugging that gate14:44
rm_workI think the depends-on just prevents merging until another change, so actually the best use is when you need things to go basically TOGETHER, you approve the one with "depends-on" and workflow it, that way RIGHT when the other change goes in, it merges both14:44
aleejaosorior, cool - any progress?14:44
rm_workso maybe not as useful for us as I imagined14:44
rm_workbut we just need the project-config change in, and then recheck and it should be "good"14:45
jaosoriorrm_work: So basically I do need that project-config patch to land before the other commit will work, right?14:45
rm_workyep14:45
jaosoriorrm_work: awesome14:45
jaosorioralee: hopefully we are just a couple of commits away14:45
aleejaosorior, so we're just waiting for a project-config patch to land first?14:46
aleejaosorior, and then you're patch?14:46
jaosoriorhttps://review.openstack.org/#/c/185183/ this project-config patch14:46
jaosoriorand this is the barbican patch https://review.openstack.org/#/c/185181/14:46
aleejaosorior, seems like we have a comment from redrobot on the project-config patch14:47
aleeredrobot, ^^14:48
rm_workyeah...14:49
rm_workthat's an interesting one14:49
rm_workI don't know for sure how to access the service-enabled part from there14:49
jaosorioralee: comment that I answered in the morning :P14:50
rm_worki guess you can check to see if iENABLED_SERVICES contains 'dogtag'14:50
rm_workor something14:50
aleejaosorior, yup - I suspect we may need redrobot to remove the -114:50
*** SheenaG has joined #openstack-barbican14:53
jaosorioralee, rm_work the other option is to move the dogtag installation script to be together with the rest of the installation. That way we won't need the variable redrobot commented on.14:57
*** jhfeng has joined #openstack-barbican14:57
aleejaosorior, what do you mean by "with the rest of the installation"?14:58
jaosoriorSo the dogtag installation call would be removed from the pre-hook script, to the extras.d script. And the installation script would be moved to the file containing the rest of the barbican installation functions15:00
jaosoriorWhich is this file https://github.com/openstack/barbican/blob/master/contrib/devstack/lib/barbican15:00
*** kfarr has quit IRC15:00
*** jhfeng has quit IRC15:01
*** jhfeng has joined #openstack-barbican15:01
*** rellerreller has joined #openstack-barbican15:03
jaosoriorNot sure how people feel about that, though15:04
aleejaosorior, I have no objection either way - but the only constraint is 1) we need a flag/mechanism for optionally enabling/disabling dogtag 2) if enabled, dogtag needs to be configured and started, and barbican needs to be configured to use dogtag prior to starting the barbican server15:08
aleejaosorior, it seems though that we ought to have one way to say dogtag should be enabled. rather than two.15:09
aleeie. the env variable and service_enabled15:10
*** rellerreller has quit IRC15:10
jaosoriorOk, then later approach I mentioned is the proper one15:12
jaosoriorI'll fix both CRs then15:12
aleejaosorior, cool15:16
jaosoriorupdated CR is here https://review.openstack.org/#/c/185183/15:17
*** woodster_ has joined #openstack-barbican15:17
openstackgerritJuan Antonio Osorio Robles proposed openstack/barbican: service_enabled instead of environment variable for dogtag  https://review.openstack.org/18518115:24
jaosoriorcoding in a bus :D15:25
*** dimtruck is now known as zz_dimtruck15:31
aleejaosorior, install_barbican just does a pip install, right?15:31
aleejaosorior, I15:32
jaosoriorActually it's a git clone IIRC15:32
*** nelsnelson has joined #openstack-barbican15:32
jaosorior(Not in my laptop anymore)15:32
aleeI'm just checking whether install_dogtag_components needs to be done before install_barbican  , or whether it makes no difference15:33
aleejaosorior, otherwise it looks good to me15:33
*** kebray has joined #openstack-barbican15:34
jaosoriorGood question15:35
*** jhfeng has quit IRC15:35
aleejaosorior, I guess we'll find out when it runs in the gate?15:36
jaosorioralee: yup, though we need that project-config CR merged first15:37
jaosoriorrm_work: where are you travelling to now? :O15:37
*** zz_dimtruck is now known as dimtruck15:38
*** gyee has joined #openstack-barbican15:42
*** nkinder has joined #openstack-barbican15:46
*** erw has joined #openstack-barbican15:58
*** kfarr_ has joined #openstack-barbican16:08
*** SheenaG1 has joined #openstack-barbican16:23
*** SheenaG has quit IRC16:25
aleewoodster_, redrobot, jvrbanac --  https://review.openstack.org/#/c/176558/  is waiting for review ..16:28
*** alee is now known as alee_lunch16:36
*** kebray has quit IRC17:04
*** arunkant has joined #openstack-barbican17:06
*** jhfeng has joined #openstack-barbican17:11
*** jhfeng has quit IRC17:13
*** arunkant has quit IRC17:15
*** arunkant has joined #openstack-barbican17:18
*** arunkant is now known as arunkant_17:25
*** arunkant_ is now known as arunkant17:26
*** arunkant has quit IRC17:27
*** arunkant has joined #openstack-barbican17:29
*** arunkant has quit IRC17:29
*** arunkant has joined #openstack-barbican17:29
*** jhfeng has joined #openstack-barbican17:56
*** xek has quit IRC18:01
*** jaosorior has quit IRC18:02
*** xek has joined #openstack-barbican18:03
*** alee_lunch is now known as alee18:10
*** rellerreller has joined #openstack-barbican18:11
*** jhfeng has quit IRC18:11
aleedave-mccowan, ping18:16
aleeredrobot, ping18:17
dave-mccowanalee pong18:17
aleedave-mccowan, so - I've been noticing there isn't any api docs for certs in Barbican18:17
aleedave-mccowan, have you started putting something together?  or is this just a void waiting tobe filled?18:17
aleedave-mccowan, redrobot interestingly it appears that there are no docs for orders either18:18
aleejvrbanac, ^^18:18
dave-mccowanalee i haven't started anything with docs18:18
aleedave-mccowan, redrobot I'm thinking of starting something , but want to make sure someone else hasn't done anything else yet18:19
aleeredrobot, woodster_ there aren't any doc writers you have hidden somewhere?18:20
openstackgerritArun Kant proposed openstack/barbican: Adding documentation for ACLs operations.  https://review.openstack.org/17847918:36
*** gyee has quit IRC18:37
aleeredrobot, bueller?18:58
woodster_alee: not that I'm aware of!18:58
woodster_redrobot: ??? ^^^18:58
aleeredrobot, jvrbanac , woodster_ anyone writing docs for orders?18:58
*** pglass has quit IRC19:04
*** pglass has joined #openstack-barbican19:06
*** silos has joined #openstack-barbican19:09
arunkantwoodster_, alee, redrobot: As discussed in summit, I have updated the docs with comments around change. Take a look. http://docs-draft.openstack.org/79/178479/8/check/gate-barbican-docs/dd916ce//doc/build/html/api/index.html19:10
arunkantwoodster_, alee, redrobot : related code change is in https://review.openstack.org//#/c/180888/ . Have a look in that as well so that next changes can be done once its merged.19:12
*** nelsnelson has quit IRC19:15
*** nelsnelson has joined #openstack-barbican19:16
*** barra204 has joined #openstack-barbican19:16
*** kebray has joined #openstack-barbican19:32
*** kebray has quit IRC19:34
*** mariojv has joined #openstack-barbican19:36
*** kebray has joined #openstack-barbican19:36
*** rellerreller has quit IRC19:41
*** kfarr_ has quit IRC19:47
*** kebray has quit IRC19:51
*** kebray has joined #openstack-barbican19:52
*** Kevin_Bishop has quit IRC19:58
woodster_arunkant: alee sorry lots of planning meetings keeping us busy today20:06
elmikolol, i know the feeling20:06
elmikopost summit madness!!!20:07
*** everjeje has quit IRC20:17
*** gyee has joined #openstack-barbican20:28
*** pglass has quit IRC20:35
*** pglass has joined #openstack-barbican20:35
*** silos has left #openstack-barbican20:35
*** dave-mccowan has quit IRC20:40
*** dave-mccowan has joined #openstack-barbican21:00
*** alee has quit IRC21:54
*** pglass has quit IRC22:25
*** nelsnelson has quit IRC22:28
*** dave-mccowan has quit IRC22:36
*** dimtruck is now known as zz_dimtruck22:55
*** alee has joined #openstack-barbican22:57
*** dave-mccowan has joined #openstack-barbican23:06
*** pglass has joined #openstack-barbican23:06
*** chlong has joined #openstack-barbican23:10
*** chlong has quit IRC23:15
*** dave-mccowan has quit IRC23:42
*** nelsnelson has joined #openstack-barbican23:42
*** jamielennox is now known as jamielennox|away23:42
*** chlong has joined #openstack-barbican23:44

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