Tuesday, 2015-06-23

openstackgerritArun Kant proposed openstack/barbican-specs: Spec for adding audit capability using CADF specification.  https://review.openstack.org/15993800:02
*** chadlung has joined #openstack-barbican00:12
*** dave-mccowan has quit IRC00:14
*** chadlung has quit IRC00:16
*** kfox1111 has quit IRC00:19
*** kfox1111 has joined #openstack-barbican00:19
*** arunkant__ has joined #openstack-barbican00:20
*** arunkant_ has quit IRC00:23
*** chadlung has joined #openstack-barbican00:26
*** darrenmoffat has quit IRC00:27
*** darrenmoffat has joined #openstack-barbican00:28
*** jamielennox|away is now known as jamielennox00:29
*** chadlung has quit IRC00:31
*** zz_dimtruck is now known as dimtruck00:39
*** kfox1111 has quit IRC00:39
*** nelsnelson has quit IRC00:44
*** SheenaG has quit IRC00:45
*** SheenaG has joined #openstack-barbican01:09
*** stanzi has joined #openstack-barbican01:09
*** stanzi has quit IRC01:10
*** stanzi has joined #openstack-barbican01:11
*** stanzi has quit IRC01:16
*** chadlung has joined #openstack-barbican01:22
*** stanzi has joined #openstack-barbican01:41
*** stanzi has quit IRC01:43
*** stanzi has joined #openstack-barbican01:43
*** stanzi has quit IRC01:48
*** SheenaG has quit IRC01:51
*** stanzi has joined #openstack-barbican02:14
*** SheenaG has joined #openstack-barbican02:17
*** stanzi has quit IRC02:23
*** kebray has joined #openstack-barbican02:31
*** kebray has quit IRC02:32
*** kebray has joined #openstack-barbican02:33
*** SheenaG has quit IRC02:37
*** kebray has quit IRC02:39
*** kebray has joined #openstack-barbican02:45
*** diazjf has joined #openstack-barbican02:47
*** dave-mccowan has joined #openstack-barbican02:47
*** nkinder has quit IRC03:06
*** nkinder has joined #openstack-barbican03:19
*** dave-mccowan has quit IRC03:33
*** nkinder has quit IRC03:43
*** nkinder has joined #openstack-barbican03:52
*** stanzi has joined #openstack-barbican03:54
*** stanzi has quit IRC03:59
*** dimtruck is now known as zz_dimtruck04:11
*** zz_dimtruck is now known as dimtruck05:11
*** woodster_ has quit IRC05:21
*** dimtruck is now known as zz_dimtruck05:22
*** arunkant_ has joined #openstack-barbican05:28
*** arunkant__ has quit IRC05:32
*** kebray has quit IRC05:35
*** diazjf has quit IRC05:42
*** arunkant__ has joined #openstack-barbican06:18
*** arunkant_ has quit IRC06:20
*** jaosorior has joined #openstack-barbican07:45
*** chlong has quit IRC07:48
openstackgerritJuan Antonio Osorio Robles proposed openstack/barbican: Stanardized Functional Tests  https://review.openstack.org/19309908:43
openstackgerritMerged openstack/barbican: Updated from global requirements  https://review.openstack.org/19431708:45
openstackgerritMerged openstack/python-barbicanclient: Updated from global requirements  https://review.openstack.org/19401809:00
*** shohel has joined #openstack-barbican10:08
*** tkelsey has joined #openstack-barbican10:30
*** arunkant_ has joined #openstack-barbican10:34
*** arunkant__ has quit IRC10:39
*** jamielennox is now known as jamielennox|away11:00
jaosoriortkelsey: hello mr.11:30
*** SheenaG has joined #openstack-barbican11:32
*** zz_dimtruck is now known as dimtruck12:02
*** dimtruck is now known as zz_dimtruck12:11
*** woodster_ has joined #openstack-barbican12:25
*** chlong has joined #openstack-barbican12:31
jaosoriorwoodster_: ping12:33
*** dave-mccowan has joined #openstack-barbican12:42
woodster_jaosorior: morning (well, over here)12:43
jaosoriorwoodster_: haha afternoon here, how's stuff mr.?12:45
woodster_jaosorior: a little crazy over here, how are things over there? Hopefully enjoying the nice summer weather over there12:47
jaosoriorwoodster_: Just a quick one here. I put up the next step for the remove-project-secret-assoc blueprint https://review.openstack.org/#/c/194283/ which basically removes all the transitional code. Do you think the migration script that actually removes the project-secret table should be there too? I didn't add it there cause I thought the commit would get too12:47
jaosoriorbig12:47
jaosoriorwoodster_: Summer's here man! Finally! Took a while but we finally have some warm weather up here. Nice sun, festival season started. Life is good hehe12:47
woodster_jaosorior: I hadn't noticed this CR: https://review.openstack.org/#/c/194157/12:56
jaosoriorwoodster_: yeah, that just adds the project_id reference where it's needed.12:56
jaosoriorwoodster_: So now the transitional code can be removed. And finally the whole table itself. Now it's just a matter of, should I add the migration script to remove that table in a separate CR or should it be with the removal of the transitional code12:57
zigoWhat's the normal endpoint definition for a Barbican setup?13:02
zigojaosorior: woodster_: Can one of you do: "keystone service-list" and "keystone endpoint-list" for me and show me the result for barbican?13:03
zigoFYI, I'm hard-wireing this into the Debian package of Barbican.13:03
redrobotzigo http://git.openstack.org/cgit/openstack/barbican/tree/bin/keystone_data.sh#n17713:03
zigoI need the endpoint URI, and the service type.13:03
zigoOk, so just / as URI.13:04
zigoAnd key-manager as service type.13:04
zigoredrobot: Thanks!13:04
zigoFWIW, I don't really like "manager" in the type, because everything could be a manager.13:05
jaosoriorzigo: http://pastebin.com/fyyu1MYi13:07
jaosorioraaah, too late haha13:07
woodster_jaosorior: adding that migration script shouldn't add too many lines to that cr13:07
jaosoriorwoodster_: OK, I'll add it there then13:08
woodster_jaosorior: april is festival season here, lot of fun. Too bad we can't do midcycles then :)13:17
*** openstack has quit IRC13:17
*** openstack has joined #openstack-barbican13:17
zigoAnd how to do a db sync?13:23
zigoWhat's the normal syntax?13:23
openstackgerritJuan Antonio Osorio Robles proposed openstack/barbican: Remove ProjectSecret table-related code  https://review.openstack.org/19428313:23
zigobarbican-db-manage sync ?13:23
zigojaosorior: ^13:23
jaosoriorzigo: $ bin/barbican-db-manage.py --dburl postgresql+psycopg2://<postgres_user>:<postgrespassword>@<your_host>/barbican upgrade13:25
jaosoriorooor whatever database url you need13:25
zigojaosorior: Can't it just take whatever is in the config file?13:25
zigojaosorior: Something like --config-file= ?13:25
jaosoriorzigo: basically if you're installing from scratch, you don't need to do anything. It will do the sync for you. But if there's a migration you need to run something of the sort13:25
jaosoriorzigo: Enabling was at some point in my mental todo-list13:26
jaosoriorbuuut that mental todo list might have been corrupted by all the partying that has been going on lately because of the summer festivals haha :P13:26
zigojaosorior: The thing is, in Debian, it is possible to do the dbsync in the postinst of the package, after the URL is setup in the config file.13:26
zigoWhich is why I ask.13:26
zigojaosorior: So, in the case of Barbican, I shouldn't even bother?13:26
jaosorioruhm...13:27
jaosorioris the postinst called also for upgrades of debian packages?13:27
zigoYup.13:27
jaosoriormy debian packaging knowledge is super rusty now...13:27
zigoBasically, I do:13:27
jaosorioruhm... then you need that option13:27
zigo        db_get barbican/configure_db13:27
zigo        if [ "$RET" = "true" ]; then13:27
zigo                echo "Now calling barbican-db-manage sync: this may take a while..."13:27
zigo                su -s /bin/sh -c 'barbican-db-manage sync' barbican13:27
zigo        fi13:27
jaosoriorare you up for coding it or can you wait?13:27
zigoI can wait, and comment out the sync.13:28
jaosoriorzigo: yeah, please do. I'll upload a patch...at some point tomorrow or the day after tomorrow13:29
zigoBTW, only the API needs db access, or what?13:29
zigoSame with rabbit and keystone auth_token?13:29
jaosoriorthe worker nodes will too13:29
zigoWhy is it in the barbican-api.conf then?13:29
zigoWhy not having just a barbican.conf ?13:29
jaosoriorzigo: https://review.openstack.org/#/c/189434/13:30
zigoOh, very good ! :)13:30
zigoIn the mean while, I'll have to deal with current state of things in Kilo (I wont package trunk just yet).13:30
jaosoriorzigo: well, that commit basically just needs a workflow to get merged13:30
zigoSo, should the workers also have --config-file=/etc/barbican/barbican-api.conf as parameter when starting?13:31
jaosoriorwell... they would be using the same config file as far as I know13:32
jaosoriorwoodster_ would know better13:32
zigoOk, will do that then.13:33
jaosorioranyway, I'll be off in half an hour, but tomorrow I'll start working on adding that config option to the db-manage script13:33
zigoCool.13:35
zigojaosorior: I may use my own backport of that patch to Kilo then. Please add me (ie: "Thomas Goirand") to the review when done.13:35
jaosoriorsure13:36
jaosoriorzigo: uh...  I think it is gonna be easier than I thought13:44
jaosoriorzigo: I got it working in such a way that it will use the same config file as barbican13:44
openstackgerritJuan Antonio Osorio Robles proposed openstack/barbican: Make db-manage script use same config file as barbican  https://review.openstack.org/19466513:46
jaosoriorzigo: ^^13:46
zigoCool !13:46
* zigo goes to have a look.13:47
zigojorge_munoz: Do I need to specify --config-file= or what?13:47
jaosoriorzigo: wrong user, hahaha, jorge_munoz is also a mexican, so close call :P13:48
zigoOh, sorry.13:48
zigoBad auto-completion ! :)13:48
jaosoriorwell, you don't, it will just use the default config file it was using before13:49
jaosoriorif you want that I could add it quickly13:49
jaosoriorlet me check13:49
jaosoriorI have like 20 minutes I think before I can't code anymore haha13:49
zigojaosorior: I just want it to take whatever is in /etc/barbican/barbican-api.conf, in a way or another. If you tell me it does that by default without any option in the command line, then perfect!13:49
woodster_jaosorior: we really need to have that script read the db url from that config file by default...I'll add a paper cut for that13:50
*** SheenaG has quit IRC13:50
jaosoriorwoodster_: That was added in this CR https://review.openstack.org/19466513:51
jaosoriorzigo: And since we are using oslo_config, in theory it should be possible to use --config-file.... But for some reason it's not happening, gotta check on that13:53
*** SheenaG has joined #openstack-barbican13:53
*** Kevin_Bishop has joined #openstack-barbican13:54
*** shohel has quit IRC13:55
*** shohel has joined #openstack-barbican13:55
zigoIs this correct, then?13:56
zigosu -s /bin/sh -c 'barbican-db-manage sync' barbican13:56
*** stanzi has joined #openstack-barbican13:56
jaosoriorzigo: s/sync/upgrade13:56
zigoOk.13:57
openstackgerritMerged openstack/barbican-specs: Spec for adding audit capability using CADF specification.  https://review.openstack.org/15993813:59
*** pglass has joined #openstack-barbican14:00
*** pglass has quit IRC14:09
*** pglass has joined #openstack-barbican14:09
*** zz_dimtruck is now known as dimtruck14:13
woodster_arunkant_: ^^^^14:15
arunkant_woodster_ : Thanks for taking care of this.14:17
hockeynutchellygel is looking at adding orders our paging functional tests but it appears that we have a problem since orders don't have names, and the paging tests depend on naming for separation.  Have we ever considered adding names to orders?  woodster_ ?  redrobot ?14:18
woodster_arunkant_: thanks for the patience :)14:18
jaosoriorzigo: but anyway, at the moment it will just use the default config file from barbican. If you really need the config-file/config-dir options let me know and I can add those there14:20
jaosoriorand by at the moment, I mean with that CR I put up14:22
*** stanzi has quit IRC14:24
*** stanzi has joined #openstack-barbican14:25
woodster_hockeynut: order names don't seem natural to me as they are just work/job tracking entities. You could instead provide metadata to the order that you would then see in the orders list14:25
hockeynutwoodster_ we would then have to add the ability to filter on that data when we do paging requests (GET /orders with limit, offset)14:26
zigojaosorior: I've build version 2015.1.0-6 of barbican, and now I'm currently testing it. I'll let you know if I fail to install it.14:26
*** kfarr has joined #openstack-barbican14:27
woodster_hockeynut: is this to support concurrent paged tests?14:27
hockeynutwoodster_ yessir14:27
*** stanzi has quit IRC14:29
jaosoriorzigo: I gotta go though :/ But if something happens I could take a look at it tomorrow14:30
zigoSure ! :)14:30
*** Kevin_Bishop has quit IRC14:30
hockeynutchellygel might be good to split up the CR and do orders in a new CR.14:32
*** stanzi has joined #openstack-barbican14:39
hockeynutwoodster_ I'm trying out meta - that may do the trick14:42
*** stanzi has quit IRC14:43
kfarrHey everyone, there's a new Homewood Suites being built within walking distance of APL, and I just realized this morning that they'll be taking reservations for dates after July 10 (in time for our meet-up!)  Here's the link in case you want to make a reservation: http://homewoodsuites3.hilton.com/en/hotels/maryland/homewood-suites-by-hilton-columbia-laurel-BALCMHW/attractions/index.html14:46
*** mariojv- is now known as mariojv14:55
hockeynutkfarr we are at a Homewood at 8320 Benson Drive, Columbia, Maryland - I might look at that one too. thx!14:58
kfarrhockeynut, I'm talking to someone at APL's travel department, and it sounds like they haven't confirmed yet that the new hotel will honor per diem rates.  I'll keep watching it, but it's still kind of up in the air15:01
kfarrJust thought I'd throw out that option, just in case :D15:01
hockeynutkfarr cool, thanks.  We got $102/nite at the Homewood I mentioned above15:02
*** kfarr1 has joined #openstack-barbican15:03
*** kfarr1 has left #openstack-barbican15:04
*** kfarr_ has joined #openstack-barbican15:04
*** kfarr has quit IRC15:06
*** kfarr has joined #openstack-barbican15:10
*** kfarr has left #openstack-barbican15:10
*** diazjf has joined #openstack-barbican15:11
*** ccneill has joined #openstack-barbican15:13
*** kfox1111 has joined #openstack-barbican15:31
*** dimtruck is now known as zz_dimtruck15:36
*** zz_dimtruck is now known as dimtruck15:42
kfox1111redrobot: I made some changes to the instance user spec, including the suggestion you made to have barbican simply store the key rather then put it in the db. Can you please have a look?15:43
*** mariojv has left #openstack-barbican15:51
*** stanzi has joined #openstack-barbican15:58
*** kebray has joined #openstack-barbican16:06
*** stanzi has quit IRC16:24
*** stanzi has joined #openstack-barbican16:25
*** stanzi has quit IRC16:29
*** kebray has quit IRC16:39
*** chlong has quit IRC16:39
*** kebray has joined #openstack-barbican16:44
*** SheenaG has quit IRC16:47
*** SheenaG has joined #openstack-barbican16:58
*** dontalton has joined #openstack-barbican17:01
*** kfarr has joined #openstack-barbican17:03
*** jaosorior has quit IRC17:05
*** shohel has quit IRC17:09
*** stanzi has joined #openstack-barbican17:25
*** stanzi has quit IRC17:30
*** gyee_ has quit IRC17:33
*** nkinder has quit IRC17:34
*** gyee has joined #openstack-barbican17:36
*** shohel has joined #openstack-barbican17:42
*** shohel has quit IRC17:48
*** ccneill has quit IRC17:55
*** ccneill has joined #openstack-barbican17:57
*** shohel has joined #openstack-barbican18:02
*** silos has joined #openstack-barbican18:06
*** stanzi has joined #openstack-barbican18:07
*** stanzi has quit IRC18:13
*** stanzi has joined #openstack-barbican18:14
*** stanzi has quit IRC18:18
*** tkelsey has quit IRC18:29
*** shohel1 has joined #openstack-barbican18:29
*** shohel has quit IRC18:31
*** ryanpetrello has quit IRC18:37
*** SheenaG has quit IRC18:45
*** SheenaG has joined #openstack-barbican18:51
*** kfarr_ has quit IRC18:55
*** stanzi has joined #openstack-barbican18:56
*** kfarr has quit IRC18:58
*** pglbutt has joined #openstack-barbican19:04
*** pglass has quit IRC19:05
*** kfarr has joined #openstack-barbican19:18
*** openstackgerrit has quit IRC19:21
*** openstackgerrit has joined #openstack-barbican19:22
*** ryanpetrello has joined #openstack-barbican19:24
*** stanzi has quit IRC19:49
*** stanzi has joined #openstack-barbican19:49
*** stanzi has quit IRC19:54
*** ccneill has quit IRC20:01
*** greghaynes has quit IRC20:08
*** kfarr has quit IRC20:14
*** ryanpetrello has quit IRC20:14
*** ryanpetrello has joined #openstack-barbican20:15
*** kebray has quit IRC20:22
*** dontalton has quit IRC20:32
*** dontalton has joined #openstack-barbican20:33
*** ccneill has joined #openstack-barbican20:41
*** silos has left #openstack-barbican20:41
*** rm_work is now known as rm_work|away20:42
*** dimtruck is now known as zz_dimtruck20:46
*** kebray has joined #openstack-barbican20:46
*** zz_dimtruck is now known as dimtruck20:52
*** ccneill_ has joined #openstack-barbican20:53
*** ccneill has quit IRC20:53
*** ccneill_ is now known as ccneill20:53
*** kfarr has joined #openstack-barbican20:55
*** tkelsey has joined #openstack-barbican21:06
*** arunkant__ has joined #openstack-barbican21:07
*** kfarr has quit IRC21:08
*** tkelsey has quit IRC21:10
*** arunkant_ has quit IRC21:10
*** shohel1 has quit IRC21:11
*** kebray has quit IRC21:11
*** SheenaG has quit IRC21:15
*** rm_work|away is now known as rm_work21:15
*** ccneill_ has joined #openstack-barbican21:21
*** ccneill has quit IRC21:21
*** diazjf has quit IRC21:25
*** SheenaG has joined #openstack-barbican21:26
*** kebray has joined #openstack-barbican21:26
*** arunkant_ has joined #openstack-barbican21:27
*** arunkant__ has quit IRC21:30
*** pglbutt has quit IRC21:33
*** pglass has joined #openstack-barbican21:34
openstackgerritOpenStack Proposal Bot proposed openstack/barbican: Updated from global requirements  https://review.openstack.org/19483021:41
*** kfarr has joined #openstack-barbican21:42
*** kfarr has quit IRC21:48
*** ccneill_ has quit IRC21:54
*** ccneill_ has joined #openstack-barbican21:54
*** pglass has quit IRC22:00
*** kebray has quit IRC22:05
*** dontalton2 has joined #openstack-barbican22:19
*** gyee has quit IRC22:23
*** gyee has joined #openstack-barbican22:27
*** SheenaG has quit IRC22:41
*** SheenaG has joined #openstack-barbican22:49
*** dimtruck is now known as zz_dimtruck23:02
*** kebray has joined #openstack-barbican23:03
*** kebray has quit IRC23:04
*** zz_dimtruck is now known as dimtruck23:05
*** SheenaG has quit IRC23:09
*** kebray has joined #openstack-barbican23:10
*** kebray has quit IRC23:10
*** kebray has joined #openstack-barbican23:11
*** dontalton2 has quit IRC23:16
*** dontalton has quit IRC23:16
*** dimtruck is now known as zz_dimtruck23:37
*** kfarr has joined #openstack-barbican23:47
*** ccneill_ has quit IRC23:48
*** chlong has joined #openstack-barbican23:58

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