kfox1111 | PBR_VERSION=2015.1.dev85 | 00:00 |
---|---|---|
kfox1111 | /usr/bin/python setup.py install -O1 --root /root/barbican/build/BUILDROOT/openstack-barbican-2015.1-1.dev85.el7.x86_64 | 00:00 |
kfox1111 | creating UNKNOWN.egg-info | 00:01 |
kfox1111 | bleh. :/ | 00:01 |
*** nkinder has quit IRC | 00:05 | |
kfox1111 | something's still broken. not sure what. :/ | 00:07 |
woodster_ | kfox1111, look for xaeth tomorrow in IRC to help out with your issues | 00:23 |
kfox1111 | ok. thanks. | 00:27 |
*** dimtruck is now known as zz_dimtruck | 00:29 | |
kfox1111 | hmmm..... No distributions at all found for pycoffee | 00:37 |
kfox1111 | hmm... from barbican.openstack.common import log | 00:52 |
kfox1111 | ImportError: cannot import name log | 00:52 |
*** lisaclark1 has joined #openstack-barbican | 00:54 | |
*** zz_dimtruck is now known as dimtruck | 00:56 | |
*** dave-mccowan has quit IRC | 01:00 | |
*** atiwari has quit IRC | 01:07 | |
kfox1111 | how do I make the inital sqlite db? | 01:08 |
jvrbanac | kfox1111, it should be olso_log now | 01:10 |
kfox1111 | tried replacing that. not enough arguments. | 01:10 |
kfox1111 | I pulled from trunk. | 01:10 |
jvrbanac | make sure you're passing CONF into log.setup | 01:11 |
kfox1111 | there isn't a CONF in that file. | 01:11 |
jvrbanac | which file? | 01:12 |
kfox1111 | barbican-db-manage.py | 01:12 |
kfox1111 | its broken in trunk. | 01:12 |
jvrbanac | Lovely... | 01:12 |
kfox1111 | I commented out all the import and all the LOG lines. it getsfarther, but bombs out now with: | 01:14 |
*** dave-mccowan has joined #openstack-barbican | 01:14 | |
kfox1111 | No handlers could be found for logger "barbican.model.migration.commands" | 01:14 |
*** lisaclark1 has quit IRC | 01:16 | |
kfox1111 | I'm afraid I'm going to spend more time simply trying to get barbican working, then patching it to do what I need. :/ | 01:17 |
*** david-lyle is now known as david-lyle_afk | 01:19 | |
jvrbanac | kfox1111, Random question. Why are you running the db manager script? | 01:19 |
kfox1111 | trying to create the db. | 01:19 |
jvrbanac | Soo all you should need is a username and password with access to a db. Barbican will automatically create the tables you need | 01:20 |
kfox1111 | hmm.... its not... | 01:21 |
kfox1111 | (just using the default sqlite for testing...) | 01:21 |
kfox1111 | ah... extra slash in the sqlite://// | 01:21 |
kfox1111 | it made it now. | 01:21 |
jvrbanac | kfox1111, w00t! | 01:21 |
jvrbanac | Btw, I run Barbican with postgres(running in a docker container). Here is what I do to get it running: https://gist.github.com/jmvrbanac/5fbbfdc15db9c7c9efd0 | 01:22 |
kfox1111 | cool. I'll take a look. :) | 01:22 |
kfox1111 | just trying to put in a couple of records, so I can write this plugin. | 01:22 |
kfox1111 | if it does work, then I'll deploy it for real. | 01:22 |
jvrbanac | :) | 01:23 |
kfox1111 | I'm not even sure this will work yet. | 01:23 |
kfox1111 | hmm... client's complaining about creds. do I just give it dummy creds? | 01:26 |
jvrbanac | creds for what? | 01:26 |
kfox1111 | oh. I guess it probably needs a way to know what endpoint to talk to, and what project to use... | 01:26 |
jvrbanac | kfox1111, what's the error you're seeing? | 01:26 |
kfox1111 | ERROR: please specify authentication credentials | 01:27 |
kfox1111 | from python-barbicanclient command 'barbican' | 01:27 |
kfox1111 | ah. --no-auth | 01:28 |
jvrbanac | :D | 01:28 |
kfox1111 | barbican --endpoint http://localhost:9311 --no-auth --os-project-id foo secret list | 01:28 |
jvrbanac | did that work? | 01:28 |
kfox1111 | yeah. empty list. lets upload.... | 01:28 |
kfox1111 | you have to specify the whole url to container get? | 01:35 |
*** bdpayne has quit IRC | 01:37 | |
kfox1111 | hmm.... | 01:37 |
jvrbanac | kfox1111, I believe so | 01:37 |
kfox1111 | barbican --endpoint http://localhost:9311 --no-auth --os-project-id foo secret get -d http://localhost:9311/v1/secrets/da097cc8-7b51-4a50-befb-19b86964deba | 01:38 |
kfox1111 | 'SecretManager' object has no attribute 'decrypt' | 01:38 |
kfox1111 | no other openstack puts url bits in. what happens if you want to move your barbican service around? | 01:38 |
kfox1111 | hmm.... so it looks like an odity in the client. curl doesn't seem to need it. | 01:41 |
kfox1111 | but the containers resource does. :/ | 01:42 |
kfox1111 | how very strange. | 01:43 |
kfox1111 | gota go.... gota think this one through a bit more.... | 01:43 |
*** jamielennox is now known as jamielennox|away | 01:46 | |
*** kfox1111 has quit IRC | 01:52 | |
*** nkinder has joined #openstack-barbican | 01:55 | |
*** gyee has quit IRC | 01:55 | |
*** jamielennox|away is now known as jamielennox | 02:12 | |
openstackgerrit | Merged openstack/barbican: Making RootController load child controller at runtime https://review.openstack.org/158496 | 02:22 |
*** kgriffs is now known as kgriffs|afk | 02:23 | |
*** kebray has quit IRC | 02:24 | |
*** lisaclark1 has joined #openstack-barbican | 02:28 | |
lisaclark1 | any barbicaneers online? i have a CR that I'd love to get a set of eyes on for a workflow: https://review.openstack.org/#/c/157920/ | 02:55 |
jvrbanac | lisaclark, done | 02:57 |
lisaclark1 | woot woot! thanks jvrbanac! | 02:57 |
jvrbanac | lisaclark, np | 02:58 |
lisaclark1 | hmmmm…. looking at that CR and the change myself. so the change implies that based on timing, the test may be making stronger assertions (secret_ref is set) when the status comes back immediately as ACTIVE. or is there no possible way for a status to come back on an order create as ACTIVE, and the if statement is truly not necessary? | 03:01 |
jvrbanac | lisaclark1, Sooo I think it depends on the case the test is executed under. If the test is executed against a env with queue and workers then it will take a short while to execute the action. If the order hasn't been processed there is no secret_ref | 03:05 |
jvrbanac | lisaclark1, I think steve is just testing the default information set | 03:06 |
jvrbanac | rather than whether or not it produces a realized secret | 03:06 |
jvrbanac | lisaclark1, I think I agree that we probably shouldn't asserting the information | 03:07 |
jvrbanac | lisaclark1, I added a comment on the CR about it | 03:08 |
lisaclark1 | thanks for explaining jvrbanac. i'll leave it be ;-) | 03:10 |
*** kebray has joined #openstack-barbican | 03:10 | |
jvrbanac | lisaclark1, I -1'ed the CR asking Thomas to remove it or add something that waits until the order properly completes | 03:11 |
*** lisaclark1 has quit IRC | 03:13 | |
*** igueths has joined #openstack-barbican | 03:43 | |
*** kebray has quit IRC | 03:51 | |
*** kgriffs|afk is now known as kgriffs | 04:29 | |
*** dave-mccowan has quit IRC | 04:38 | |
*** dimtruck is now known as zz_dimtruck | 05:05 | |
*** jamielennox is now known as jamielennox|away | 05:33 | |
*** jamielennox|away is now known as jamielennox | 05:34 | |
*** chlong has quit IRC | 07:34 | |
*** woodster_ has quit IRC | 08:00 | |
*** kgriffs is now known as kgriffs|afk | 08:06 | |
*** kgriffs|afk is now known as kgriffs | 08:57 | |
*** kgriffs is now known as kgriffs|afk | 09:07 | |
*** darrenmoffat has quit IRC | 09:16 | |
*** openstackgerrit has quit IRC | 09:36 | |
*** openstackgerrit has joined #openstack-barbican | 09:36 | |
openstackgerrit | Merged openstack/barbican: Fix security bug with host HTTP header field https://review.openstack.org/157231 | 09:48 |
*** jaosorior has joined #openstack-barbican | 09:50 | |
*** darrenmoffat has joined #openstack-barbican | 10:01 | |
*** jamielennox is now known as jamielennox|away | 10:42 | |
*** kgriffs|afk is now known as kgriffs | 10:42 | |
*** kgriffs is now known as kgriffs|afk | 10:52 | |
*** jamielennox|away is now known as jamielennox | 10:58 | |
*** jamielennox is now known as jamielennox|away | 11:01 | |
*** jamielennox|away is now known as jamielennox | 11:02 | |
*** jamielennox is now known as jamielennox|away | 11:08 | |
*** jamielennox|away is now known as jamielennox | 11:10 | |
*** jamielennox is now known as jamielennox|away | 11:38 | |
*** jamielennox|away is now known as jamielennox | 11:41 | |
*** chlong has joined #openstack-barbican | 11:57 | |
*** zz_dimtruck is now known as dimtruck | 12:36 | |
*** chlong has quit IRC | 12:44 | |
*** kgriffs|afk is now known as kgriffs | 12:58 | |
*** kgriffs is now known as kgriffs|afk | 13:08 | |
*** jamielennox is now known as jamielennox|away | 13:18 | |
*** jamielennox|away is now known as jamielennox | 13:20 | |
*** woodster_ has joined #openstack-barbican | 13:44 | |
*** dave-mccowan has joined #openstack-barbican | 13:46 | |
*** kgriffs|afk is now known as kgriffs | 13:58 | |
*** alee has quit IRC | 14:04 | |
*** dimtruck is now known as zz_dimtruck | 14:04 | |
*** kgriffs is now known as kgriffs|afk | 14:08 | |
*** alee has joined #openstack-barbican | 14:16 | |
*** nkinder has quit IRC | 14:18 | |
*** zz_dimtruck is now known as dimtruck | 14:35 | |
*** nkinder has joined #openstack-barbican | 14:52 | |
*** ametts has joined #openstack-barbican | 14:52 | |
*** SheenaG1 has joined #openstack-barbican | 14:54 | |
openstackgerrit | Ade Lee proposed openstack/barbican: Modified plugin contract to include barbican-meta-dto https://review.openstack.org/157919 | 14:54 |
alee | woodster_, hockeynut , redrobot ^^ updated CR with your suggested changes | 14:54 |
*** dimtruck is now known as zz_dimtruck | 14:57 | |
*** SheenaG1 has quit IRC | 14:58 | |
*** SheenaG1 has joined #openstack-barbican | 15:02 | |
*** paul_glass has joined #openstack-barbican | 15:09 | |
*** zz_dimtruck is now known as dimtruck | 15:19 | |
*** igueths_ has joined #openstack-barbican | 15:33 | |
openstackgerrit | Merged openstack/python-barbicanclient: Adds orders behaviors and smoke tests. https://review.openstack.org/157130 | 15:38 |
*** kebray has joined #openstack-barbican | 15:39 | |
*** david-lyle_afk is now known as david-lyle | 15:47 | |
*** kebray has quit IRC | 15:50 | |
*** kebray has joined #openstack-barbican | 15:50 | |
*** kebray has quit IRC | 15:57 | |
jroll | hey folks, where is the pecan config defined in barbican? | 16:12 |
*** jamielennox is now known as jamielennox|away | 16:15 | |
*** jamielennox|away is now known as jamielennox | 16:16 | |
jaosorior | jroll: There is none, directly, as far as I know that kind of stuff is handled from barbican-api.conf | 16:38 |
woodster_ | jroll: there is only one config file if that's what you mean? The pecan app is created in barbican/app/app.py module | 16:38 |
jroll | woodster_: that's what I was looking for, ty :) | 16:39 |
*** dave-mccowan has quit IRC | 16:49 | |
*** kebray has joined #openstack-barbican | 17:03 | |
*** jkf has joined #openstack-barbican | 17:24 | |
*** SheenaG1 has quit IRC | 17:33 | |
*** lisaclark1 has joined #openstack-barbican | 17:33 | |
*** SheenaG1 has joined #openstack-barbican | 17:34 | |
*** alee has quit IRC | 17:41 | |
*** alee has joined #openstack-barbican | 17:43 | |
woodster_ | alee: the cr looks good, but could you cover the missing lines? Not too many it looks like | 17:49 |
alee | woodster_, looks like 3 lines? | 17:50 |
woodster_ | alee: yep, so may not be too painful? | 17:51 |
alee | woodster_, ok - let me look. Is there a way to run this coverage test prior to sumitting a CR? | 17:52 |
woodster_ | alee: tox -e cover will do it | 17:53 |
*** lisaclark1 has quit IRC | 17:53 | |
alee | woodster_, ok -- I have a meeting soon, but I reckon I can do while folks are talking .. | 17:54 |
woodster_ | alee: ha yeah I'm doing some of that now from my phone :) | 17:55 |
woodster_ | alee: our team is busy with a company conference through Thursday | 17:55 |
alee | woodster_, through thursday ? egads - thats a long conference call | 17:58 |
woodster_ | alee: ha no kidding!! Dogbert is our ceo! It's an internal tech conference so not as bad as that | 17:59 |
openstackgerrit | Douglas Mendizábal proposed openstack/python-barbicanclient: Adds positive orders functional tests https://review.openstack.org/158454 | 18:00 |
*** bdpayne has joined #openstack-barbican | 18:01 | |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/barbican: Refactor Orders resource to use repository factories https://review.openstack.org/158802 | 18:05 |
kragniz | woodster_: I didn't know internal tech conferences were a thing! | 18:06 |
kragniz | woodster_: which company? | 18:06 |
woodster_ | kragniz: Rackspace | 18:06 |
kragniz | sounds fun! | 18:07 |
woodster_ | kragniz: yeah it's a good way to see what other folks are up to for sure | 18:13 |
*** SheenaG11 has joined #openstack-barbican | 18:17 | |
*** SheenaG1 has quit IRC | 18:19 | |
*** igueths_ has quit IRC | 18:23 | |
*** gyee has joined #openstack-barbican | 18:31 | |
*** ametts has quit IRC | 18:58 | |
*** kgriffs|afk is now known as kgriffs | 19:04 | |
*** kgriffs is now known as kgriffs|afk | 19:12 | |
*** crc32 has joined #openstack-barbican | 19:13 | |
*** kgriffs|afk is now known as kgriffs | 19:14 | |
*** kgriffs is now known as kgriffs|afk | 19:42 | |
*** kgriffs|afk is now known as kgriffs | 19:43 | |
*** jkf has quit IRC | 19:51 | |
*** rm_work is now known as rm_work|away | 19:59 | |
*** kgriffs is now known as kgriffs|afk | 20:00 | |
*** lisaclark1 has joined #openstack-barbican | 20:02 | |
*** rm_work|away is now known as rm_work | 20:02 | |
*** lisaclark1 has quit IRC | 20:04 | |
*** lisaclark1 has joined #openstack-barbican | 20:08 | |
*** jaosorior has quit IRC | 20:41 | |
*** ametts has joined #openstack-barbican | 20:48 | |
*** lisaclark1 has quit IRC | 20:51 | |
*** jkf has joined #openstack-barbican | 20:55 | |
*** lisaclark1 has joined #openstack-barbican | 20:55 | |
*** kgriffs|afk is now known as kgriffs | 21:01 | |
*** kgriffs is now known as kgriffs|afk | 21:10 | |
alee | woodster_, ping | 21:22 |
woodster_ | alee: hello | 21:22 |
alee | woodster_, the coverage lines are in a function that really has no tests at all right now -- check_certificate_status() | 21:23 |
alee | woodster_, so its not just 3 lines | 21:23 |
alee | woodster_, I think that code has not really been exercised because we have not put in the cert retry code yet | 21:24 |
alee | woodster_, I do think that code needs unit tests - but maybe better as a separate CR? | 21:24 |
woodster_ | alee: that's cool if you add a cover comment like that to the CR that works for me | 21:25 |
alee | ok - doing that now | 21:25 |
woodster_ | alee: ...the bit about deferring to retry that issue | 21:26 |
alee | woodster_, done | 21:28 |
alee | woodster_, go workflow .. | 21:28 |
woodster_ | alee: done | 21:30 |
alee | woodster_, hockeynut - yay! thanks | 21:30 |
*** lisaclark1 has quit IRC | 21:47 | |
openstackgerrit | Merged openstack/barbican: Modified plugin contract to include barbican-meta-dto https://review.openstack.org/157919 | 21:54 |
*** lisaclark1 has joined #openstack-barbican | 21:57 | |
*** lisaclark1 has quit IRC | 21:57 | |
*** lisaclark1 has joined #openstack-barbican | 21:58 | |
*** gyee has quit IRC | 22:09 | |
*** rm_work is now known as rm_work|away | 22:16 | |
*** gyee has joined #openstack-barbican | 22:17 | |
*** gyee has quit IRC | 22:18 | |
*** gyee has joined #openstack-barbican | 22:26 | |
*** jaosorior has joined #openstack-barbican | 22:33 | |
*** gyee has quit IRC | 22:34 | |
*** openstackgerrit has quit IRC | 22:37 | |
*** openstackgerrit has joined #openstack-barbican | 22:37 | |
*** nkinder has quit IRC | 22:39 | |
*** lisaclark1 has quit IRC | 22:44 | |
*** rm_work|away is now known as rm_work | 23:00 | |
*** paul_glass has quit IRC | 23:02 | |
*** ametts has quit IRC | 23:09 | |
*** chlong has joined #openstack-barbican | 23:19 | |
*** dimtruck is now known as zz_dimtruck | 23:27 | |
*** gyee has joined #openstack-barbican | 23:27 | |
*** kebray has quit IRC | 23:32 | |
*** chlong_ has joined #openstack-barbican | 23:50 | |
*** bdpayne has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!