*** alee has quit IRC | 00:04 | |
openstackgerrit | Nathan Reller proposed openstack/barbican: Stanardized Functional Tests https://review.openstack.org/193099 | 00:08 |
---|---|---|
openstackgerrit | Dave McCowan proposed openstack/barbican: Add Project Quota Information to the Barbican Quick Start Guide https://review.openstack.org/215701 | 00:10 |
openstackgerrit | Dave McCowan proposed openstack/barbican: Add Project Quota Information to the Barbican Quick Start Guide https://review.openstack.org/215701 | 00:12 |
*** jillysciarilly has quit IRC | 00:12 | |
*** hockeynut has quit IRC | 00:13 | |
openstackgerrit | Dave McCowan proposed openstack/barbican: Add Project Quota Information to the Barbican Quick Start Guide https://review.openstack.org/215701 | 00:14 |
*** notmyname has quit IRC | 00:15 | |
*** jillysciarilly has joined #openstack-barbican | 00:16 | |
*** hockeynut has joined #openstack-barbican | 00:17 | |
*** notmyname has joined #openstack-barbican | 00:17 | |
*** alee has joined #openstack-barbican | 00:22 | |
*** hockeynut has quit IRC | 00:23 | |
*** hockeynut has joined #openstack-barbican | 00:23 | |
*** tkelsey has quit IRC | 00:30 | |
openstackgerrit | Merged openstack/barbican: Update API Reference Docs with Project Quota Information https://review.openstack.org/214764 | 00:42 |
*** tkelsey has joined #openstack-barbican | 01:00 | |
openstackgerrit | Pradeep Kumar Singh proposed openstack/barbican: Make files in barbican.tests.api py3 compatible https://review.openstack.org/213574 | 01:15 |
*** kebray has joined #openstack-barbican | 01:15 | |
*** vivek-ebay has quit IRC | 01:17 | |
*** jhfeng has joined #openstack-barbican | 01:20 | |
openstackgerrit | Dave McCowan proposed openstack/barbican: Python 3 Refactoring: Replace six.iteritems() with the preferred items() https://review.openstack.org/219946 | 01:22 |
*** everjeje has quit IRC | 01:22 | |
*** zz_dimtruck is now known as dimtruck | 01:53 | |
openstackgerrit | Pradeep Kumar Singh proposed openstack/barbican: Make tests.api.controllers.test_containers py3 compatible https://review.openstack.org/219953 | 01:54 |
*** mixos has joined #openstack-barbican | 01:55 | |
*** mixos has quit IRC | 01:56 | |
*** woodster_ has quit IRC | 02:19 | |
openstackgerrit | Merged openstack/barbican: Removes pyenv from barbican.sh https://review.openstack.org/211671 | 02:26 |
pksingh | dave-mccowan: Hi, are you around? | 02:32 |
dave-mccowan | pksingh good morning | 02:33 |
pksingh | dave-mccowan: Hi good Morning | 02:33 |
pksingh | dave-mccowan: some functional tests are failing at https://review.openstack.org/#/c/213574/ | 02:33 |
pksingh | can you please help me out in finding the reason please | 02:34 |
dave-mccowan | looking | 02:34 |
openstackgerrit | Dave McCowan proposed openstack/barbican: Python 3 Refactoring: Replace six.iteritems() with the preferred items() https://review.openstack.org/219946 | 02:35 |
*** vivek-ebay has joined #openstack-barbican | 02:35 | |
pksingh | thanks | 02:37 |
dave-mccowan | pksingh http://paste.openstack.org/show/443317/ | 02:44 |
pksingh | dave-mccowan: thanks a lot for the help | 02:47 |
dave-mccowan | pksingh that's the backtrace matching the test functionaltests.api.v1.functional.test_secrets:SecretsTestCase:test_secret_put_two_phase_high_range_unicode_character | 02:47 |
pksingh | dave-mccowan: could you please tell where do you get the logs | 02:47 |
dave-mccowan | pksingh, in this case i ran the functional tests that were failing locally, which was probably fastest. but to read the backtrace on the gate: | 02:48 |
dave-mccowan | the return code 500, which we can see in the console log, means it is a server side error. to read the server logs | 02:49 |
pksingh | ok | 02:49 |
dave-mccowan | click through to logs: http://logs.openstack.org/74/213574/5/check/gate-barbican-devstack-dsvm/7e60ca8/logs/ | 02:49 |
dave-mccowan | and look in the "screen-barbican-svc.txt.gz" file | 02:50 |
dave-mccowan | the problem is it is a really long log file, and there are a lot of errors in it due to negative testing. but, by searching for "500" or "traceback" sometimes you can get lucky | 02:51 |
dave-mccowan | after all the unit tests are passing with python 3, i can set up a gate job for python 3 functional tests. then we can really have fun. :-) | 02:52 |
pksingh | ya i got it | 02:52 |
pksingh | thanks | 02:52 |
dave-mccowan | pksingh searching that log file for the string: (HTTP/1.1 500) should be helpful. a status code 500 should always be a bug. | 02:54 |
pksingh | ok | 02:55 |
dave-mccowan | are you running barbican and keystone in your development environment? | 02:55 |
dave-mccowan | pksingh running with all of your patches, for unit tests i'm getting 70 error and 3 failures. is that about what you're getting now too? | 03:03 |
pksingh | dave-mccowan: i did not check, i ran only module wise | 03:11 |
pksingh | dave-mccowan: 3 failures means only 3 UTs are failing | 03:12 |
pksingh | ? | 03:12 |
dave-mccowan | 73... 70 had errors (tracebacks) and 3 had failures (assert mismatches) | 03:13 |
pksingh | OK | 03:13 |
pksingh | hoe did you combined all patches, i want to run that too | 03:13 |
dave-mccowan | most of them seem to be related to base64.encode and .decode. i don't think your patches are right for them. | 03:14 |
dave-mccowan | git review -x REVIEW_NUM | 03:14 |
dave-mccowan | i did that 10 times in a row, one for each of your patches. | 03:15 |
dave-mccowan | -x is gerrit's version of cherry pick | 03:15 |
pksingh | dave-mccowan: so command for https://review.openstack.org/#/c/213574/ will be "git review -x 213574"? | 03:18 |
dave-mccowan | yep. before you start, you can pull from master and checkout a new branch to keep the cherry picks in. | 03:19 |
pksingh | ok thanks | 03:19 |
pksingh | i will let you know | 03:19 |
*** eglute has quit IRC | 03:27 | |
*** dimtruck has quit IRC | 03:27 | |
*** jroll has quit IRC | 03:30 | |
*** eglute has joined #openstack-barbican | 03:32 | |
*** dimtruck has joined #openstack-barbican | 03:33 | |
*** jroll has joined #openstack-barbican | 03:33 | |
*** dimtruck is now known as zz_dimtruck | 03:37 | |
*** gyee has quit IRC | 03:40 | |
*** tkelsey has quit IRC | 03:54 | |
*** kebray has quit IRC | 04:11 | |
*** kebray has joined #openstack-barbican | 04:12 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/castellan: Updated from global requirements https://review.openstack.org/219984 | 04:12 |
*** Nirupama has joined #openstack-barbican | 04:13 | |
*** tkelsey has joined #openstack-barbican | 04:21 | |
*** jhfeng has quit IRC | 04:21 | |
*** tkelsey has quit IRC | 04:25 | |
openstackgerrit | Fernando Diaz proposed openstack/python-barbicanclient: Remove test behaviors abstraction for secrets https://review.openstack.org/213414 | 04:29 |
openstackgerrit | Fernando Diaz proposed openstack/python-barbicanclient: Create Common functions used for cleaning up items used for testing https://review.openstack.org/218396 | 04:34 |
openstackgerrit | Fernando Diaz proposed openstack/python-barbicanclient: Remove test behaviors abstraction for secrets https://review.openstack.org/213414 | 04:40 |
openstackgerrit | Fernando Diaz proposed openstack/python-barbicanclient: Remove test behaviors abstraction for orders https://review.openstack.org/213419 | 04:40 |
openstackgerrit | Fernando Diaz proposed openstack/python-barbicanclient: Remove test behaviors abstraction for orders https://review.openstack.org/213419 | 04:44 |
openstackgerrit | Fernando Diaz proposed openstack/python-barbicanclient: Remove test behaviors abstraction for containers https://review.openstack.org/213420 | 04:45 |
openstackgerrit | Fernando Diaz proposed openstack/python-barbicanclient: Remove test behaviors abstraction for containers https://review.openstack.org/213420 | 04:49 |
openstackgerrit | Fernando Diaz proposed openstack/python-barbicanclient: Remove test behaviors abstraction for secrets smoke tests https://review.openstack.org/217280 | 04:51 |
pksingh | Hi dave-mccowan : are u around? | 04:51 |
openstackgerrit | Fernando Diaz proposed openstack/python-barbicanclient: Remove test behaviors abstraction for secrets smoke tests https://review.openstack.org/217280 | 04:55 |
openstackgerrit | Fernando Diaz proposed openstack/python-barbicanclient: Remove test behaviors abstraction for orders smoke tests https://review.openstack.org/217298 | 04:55 |
openstackgerrit | Fernando Diaz proposed openstack/python-barbicanclient: Remove test behaviors abstraction for orders smoke tests https://review.openstack.org/217298 | 04:59 |
openstackgerrit | Fernando Diaz proposed openstack/python-barbicanclient: Remove test behaviors abstraction for containers smoke tests https://review.openstack.org/217312 | 04:59 |
openstackgerrit | Fernando Diaz proposed openstack/python-barbicanclient: Remove test behaviors abstraction for containers smoke tests https://review.openstack.org/217312 | 05:03 |
openstackgerrit | Fernando Diaz proposed openstack/python-barbicanclient: Add functional test for updating a Secret https://review.openstack.org/219739 | 05:05 |
openstackgerrit | Fernando Diaz proposed openstack/python-barbicanclient: Add functional test for updating a Secret https://review.openstack.org/219739 | 05:08 |
*** vivek-ebay has quit IRC | 05:13 | |
*** vivek-ebay has joined #openstack-barbican | 06:14 | |
*** vivek-ebay has quit IRC | 06:19 | |
*** shohel has joined #openstack-barbican | 06:22 | |
openstackgerrit | Ade Lee proposed openstack/barbican: Add subca functionality to snakeoil plugin https://review.openstack.org/220011 | 06:40 |
*** shohel has quit IRC | 06:58 | |
*** shohel has joined #openstack-barbican | 07:15 | |
*** jorge_munoz has quit IRC | 07:20 | |
*** jorge_munoz_ has joined #openstack-barbican | 07:21 | |
*** jaosorior has joined #openstack-barbican | 07:25 | |
*** shohel has quit IRC | 07:34 | |
*** kebray has quit IRC | 08:22 | |
*** jaosorior has quit IRC | 08:47 | |
*** d0ugal has left #openstack-barbican | 09:01 | |
*** pksingh has quit IRC | 09:17 | |
*** pksingh has joined #openstack-barbican | 09:19 | |
*** everjeje has joined #openstack-barbican | 10:02 | |
*** vivek-ebay has joined #openstack-barbican | 10:16 | |
*** vivek-ebay has quit IRC | 10:20 | |
*** peter-hamilton has joined #openstack-barbican | 11:06 | |
*** tkelsey has joined #openstack-barbican | 11:34 | |
*** tkelsey has quit IRC | 11:40 | |
*** peter-hamilton has quit IRC | 11:52 | |
*** peter-hamilton has joined #openstack-barbican | 11:55 | |
*** shohel has joined #openstack-barbican | 12:01 | |
*** jaosorior has joined #openstack-barbican | 12:08 | |
*** lisaclark1 has joined #openstack-barbican | 12:15 | |
*** alee has quit IRC | 12:21 | |
dave-mccowan | pksingh pong | 12:21 |
*** Nirupama has quit IRC | 12:24 | |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/barbican: API documentation for CAs interface https://review.openstack.org/219412 | 12:41 |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/barbican: Support for creation of subordinate CAs https://review.openstack.org/219411 | 12:41 |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/barbican: Add subca functionality to snakeoil plugin https://review.openstack.org/220011 | 12:41 |
*** lisaclark1 has quit IRC | 12:46 | |
*** lisaclark1 has joined #openstack-barbican | 12:53 | |
jaosorior | dave-mccowan: ping | 13:09 |
dave-mccowan | jaosorior pong | 13:09 |
jaosorior | dave-mccowan: regarding this CR https://review.openstack.org/#/c/219946/ | 13:10 |
jaosorior | In the commit message you mentioned that the preference was to use dict.items . Where is this documented? Can you pass a link? | 13:10 |
dave-mccowan | jaosorior https://wiki.openstack.org/wiki/Python3 | 13:11 |
*** rellerreller has joined #openstack-barbican | 13:12 | |
jaosorior | dave-mccowan: I see. Thanks for the link | 13:12 |
jaosorior | +2 given | 13:12 |
dave-mccowan | jaosorior thanks. | 13:13 |
dave-mccowan | i added the link to the review too, to help the next reviewer too. | 13:14 |
*** jaosorior has quit IRC | 13:14 | |
*** jaosorior has joined #openstack-barbican | 13:14 | |
openstackgerrit | Dave McCowan proposed openstack/barbican: Add Project Quota Information to the Barbican Quick Start Guide https://review.openstack.org/215701 | 13:15 |
*** alee has joined #openstack-barbican | 13:25 | |
*** alee_ has joined #openstack-barbican | 13:27 | |
*** darrenmoffat has quit IRC | 13:32 | |
*** darrenmoffat has joined #openstack-barbican | 13:32 | |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/barbican: Add subca functionality to snakeoil plugin https://review.openstack.org/220011 | 13:41 |
*** lisaclark1 has quit IRC | 13:51 | |
*** jroll has quit IRC | 13:54 | |
*** jroll has joined #openstack-barbican | 13:54 | |
*** lisaclark1 has joined #openstack-barbican | 13:58 | |
*** zz_dimtruck is now known as dimtruck | 13:59 | |
*** spotz_zzz is now known as spotz | 14:05 | |
*** jhfeng has joined #openstack-barbican | 14:07 | |
*** vivek-ebay has joined #openstack-barbican | 14:17 | |
*** dave-mccowan has quit IRC | 14:18 | |
*** tkelsey has joined #openstack-barbican | 14:19 | |
*** vivek-ebay has quit IRC | 14:22 | |
*** pglass has joined #openstack-barbican | 14:28 | |
*** dave-mccowan has joined #openstack-barbican | 14:31 | |
*** silos has joined #openstack-barbican | 14:34 | |
*** lisaclark1 has quit IRC | 14:36 | |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/barbican: API documentation for CAs interface https://review.openstack.org/219412 | 14:39 |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/barbican: Support for creation of subordinate CAs https://review.openstack.org/219411 | 14:39 |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/barbican: Add subca functionality to snakeoil plugin https://review.openstack.org/220011 | 14:39 |
*** lisaclark1 has joined #openstack-barbican | 14:41 | |
*** lisaclark1 has quit IRC | 14:44 | |
*** kfarr has joined #openstack-barbican | 14:44 | |
redrobot | good UGT morning | 14:44 |
jaosorior | UGT? | 14:45 |
rm_work | heh | 14:45 |
rm_work | yeah, about to be sleep time for me :P | 14:46 |
redrobot | jaosorior http://www.geekality.net/2010/05/14/universal-greeting-time-ugt/ | 14:46 |
jaosorior | hahaha nice | 14:47 |
rm_work | I wish the infra peeps weren't so slammed all the time, need them to review my gate change T_T | 14:47 |
redrobot | rm_work fwiw I gave it a +1 | 14:48 |
jaosorior | redrobot: Did you get any time to figure out what's up with the kilo/stable gate? | 14:48 |
jaosorior | rm_work: pass a link | 14:48 |
rm_work | https://review.openstack.org/#/c/217330/ | 14:48 |
rm_work | jaosorior: is something up with it? | 14:48 |
dave-mccowan | redrobot i like it. i hadn't seen that explained before. i always assumed it was a typo of a timezone before. | 14:48 |
redrobot | jaosorior negative, ghost rider... my next step was to spin up a cloud vm and recreate a gate to recreate the failure | 14:48 |
rm_work | yeah the recreating the gate step is ... not super fun <_< | 14:49 |
redrobot | dave-mccowan hehe, yeah... I forget who linked me to it, but I thought it was cool. | 14:50 |
jaosorior | rm_work: +1 given | 14:50 |
rm_work | thanks | 14:50 |
jaosorior | rm_work: Yeah, it hasn't been working....for a long time. And I never figured out a fix. So before I left on vacations alee and redrobot were gonna take a look at it. | 14:51 |
redrobot | dave-mccowan thanks for staying on top of those quota crs yesterday | 14:52 |
redrobot | dave-mccowan looks like the last doc cr is just waiting to be merged. | 14:52 |
jaosorior | Now I'm back, but I have a lot of stuff up due to me changing companies; So my next few weeks are pretty hectic. So I'm not sure if I'll be able to take that over soon :/ | 14:52 |
*** tkelsey has quit IRC | 14:53 | |
rm_work | jaosorior: where are you now? | 14:53 |
jaosorior | Red Hat | 14:53 |
rm_work | cool | 14:53 |
rm_work | did you stay in Finland? | 14:53 |
rm_work | or did they pull you out | 14:53 |
jaosorior | no more fighting the patent office :D | 14:53 |
jaosorior | still in Finland | 14:53 |
jaosorior | they have an office here | 14:53 |
dave-mccowan | jaosorior the fix to gate will be to squash several patches. there wound up some version mismatches and backwards compatibility issues with the new mock. | 14:53 |
rm_work | ah, cool | 14:53 |
redrobot | jaosorior so we pivoted our deployment at rack, and are in the process of moving everything to cloud... which means we're all crazy busy... so I probably won't get to it unless I spend some time over a weekend or something. | 14:54 |
redrobot | dave-mccowan jaosorior got the mock piece fixed in his latest patch... the issue now is with sbunit... :-\ | 14:54 |
jaosorior | dave-mccowan: a squash is on-going https://review.openstack.org/#/c/205059/ but I didn't figure out a fix for the functional tests | 14:54 |
dave-mccowan | redrobot thanks. and thanks for the reviews (all). i'm glad we could get everything landed on time. | 14:55 |
peter-hamilton | dave-mccowan: happy to help! | 14:55 |
redrobot | which reminds me, I need to go tell the relmgr to go ahead and release | 14:55 |
dave-mccowan | jaosorior cool. congrats on the new job. are you still going to be a barbicaneer? | 14:56 |
jaosorior | dave-mccowan: hopefully haha. But I will be put to other tasks initially; and hopefully I can get back to contribute more to Barbican soon. | 14:56 |
jaosorior | At least this week I'll be doing mostly Barbican work. Helping alee with the subca patches | 14:57 |
*** xaeth_afk is now known as xaeth | 14:59 | |
*** lisaclark1 has joined #openstack-barbican | 14:59 | |
*** kebray has joined #openstack-barbican | 15:00 | |
*** kebray has quit IRC | 15:00 | |
*** edtubill has joined #openstack-barbican | 15:00 | |
*** kebray has joined #openstack-barbican | 15:00 | |
*** jorge_munoz_ has quit IRC | 15:00 | |
dave-mccowan | jaosorior redrobot i have some time today, i'll poke around the kilo gate. | 15:00 |
jaosorior | dave-mccowan: That would be brilliant! | 15:01 |
hockeynut | dave-mccowan IRC strangeness for me yesterday as I was working on a different machine and looks like I missed some msgs. | 15:02 |
hockeynut | dave-mccowan re: woodster datadriven, not the end of the world, just seemed natural to me | 15:03 |
hockeynut | dave-mccowan redrobot not a huge fan of using the same exception for the reached quota vs disabled but I won't lose any sleep over it | 15:04 |
hockeynut | dave-mccowan redrobot I think that addresses the concerns above? | 15:04 |
jaosorior | I'll be back in a couple of hours | 15:05 |
*** jaosorior has quit IRC | 15:05 | |
*** jhfeng has quit IRC | 15:05 | |
dave-mccowan | hockeynut yep. thanks. the quotas have landed. | 15:05 |
hockeynut | dave-mccowan awesomeness x 1,000,000 | 15:05 |
dave-mccowan | hockeynut i wrote some of the functional tests as data driven... it took 3 lines of parameters to replace 2 to 3 lines of code. it wound up just replacing whitespace in functions with commas and braces above a function. <yuck> | 15:08 |
lisaclark1 | woot woot! did i hear quotas have landed? | 15:10 |
*** kebray has quit IRC | 15:11 | |
dave-mccowan | lisaclark1 the last patch is in the gate | 15:13 |
*** shohel has quit IRC | 15:16 | |
*** lisaclark1 has quit IRC | 15:17 | |
openstackgerrit | Merged openstack/barbican: Add Project Quota Information to the Barbican Quick Start Guide https://review.openstack.org/215701 | 15:18 |
*** jorge_munoz has joined #openstack-barbican | 15:18 | |
*** tkelsey has joined #openstack-barbican | 15:21 | |
*** kebray has joined #openstack-barbican | 15:25 | |
*** xaeth is now known as xaeth_afk | 15:26 | |
*** lisaclark1 has joined #openstack-barbican | 15:29 | |
*** woodster_ has joined #openstack-barbican | 15:44 | |
*** lisaclark2 has joined #openstack-barbican | 15:53 | |
*** lisaclark1 has quit IRC | 15:56 | |
*** diazjf has joined #openstack-barbican | 16:01 | |
*** peter-hamilton has quit IRC | 16:14 | |
*** lisaclark2 has quit IRC | 16:23 | |
*** lisaclark1 has joined #openstack-barbican | 16:30 | |
*** lisaclark1 has quit IRC | 16:30 | |
*** vivek-ebay has joined #openstack-barbican | 16:32 | |
*** lisaclark1 has joined #openstack-barbican | 16:43 | |
openstackgerrit | Merged openstack/barbican: Stanardized Functional Tests https://review.openstack.org/193099 | 17:16 |
*** lisaclark1 has quit IRC | 17:17 | |
openstackgerrit | Fernando Diaz proposed openstack/barbican: Use testr for running functional tests and documentation https://review.openstack.org/218117 | 17:19 |
*** lisaclark1 has joined #openstack-barbican | 17:32 | |
*** lisaclark2 has joined #openstack-barbican | 17:44 | |
*** lisaclark2 has quit IRC | 17:44 | |
*** lisaclark2 has joined #openstack-barbican | 17:44 | |
*** lisaclark1 has quit IRC | 17:45 | |
*** diazjf has quit IRC | 18:00 | |
*** diazjf has joined #openstack-barbican | 18:10 | |
*** SheenaG has joined #openstack-barbican | 18:11 | |
*** everjeje has quit IRC | 18:12 | |
*** jaosorior has joined #openstack-barbican | 18:12 | |
*** gyee has joined #openstack-barbican | 18:24 | |
dave-mccowan | hockeynut ping | 18:31 |
hockeynut | dave-mccowan pong pong pong | 18:31 |
dave-mccowan | hockeynut does barbican tests use tempest? what would you expect to happen if i removed tempest from requirements? | 18:32 |
hockeynut | dave-mccowan not tempest proper. We do have tempest-lib in the requirements but I would need to look and see what we're grabbing from there | 18:34 |
alee | kfarr, thanks for review -- responded .. | 18:37 |
spotz | Hey from the 8/18 meeting was the test-requirements.txt updated for ldap3 yet? | 18:52 |
*** diazjf has quit IRC | 18:59 | |
redrobot | spotz looks like it has https://github.com/openstack/barbican/blob/master/requirements.txt#L28 | 19:04 |
*** lisaclark2 has quit IRC | 19:05 | |
spotz | rerobot I removed the .tox directory and I'm setting it up again. Cross your fingers! | 19:05 |
*** lisaclark1 has joined #openstack-barbican | 19:06 | |
*** lisaclark1 has quit IRC | 19:07 | |
*** diazjf has joined #openstack-barbican | 19:10 | |
*** lisaclark1 has joined #openstack-barbican | 19:15 | |
alee | redrobot, ping | 19:21 |
redrobot | alee pong | 19:21 |
alee | redrobot, hey - so I'm trying to run the functional tests again | 19:22 |
alee | redrobot, up to now, I've been using your docker instances to create a postgres and keystone instance | 19:22 |
alee | redrobot, and then running scripts to set up the relevant users | 19:22 |
alee | endpoint etc. | 19:23 |
alee | redrobot, still getting errors for auth now | 19:23 |
redrobot | hmm... weird... I would try to auth directly against the keystone endpoint to make sure the credentials are good | 19:23 |
alee | redrobot, so -- assuming I have your docker instances set up -- what scripts do I need to run to set up all the relevant users? | 19:24 |
alee | redrobot, want to make sure I have the right ones | 19:24 |
redrobot | alee https://github.com/rackerlabs/dockerstack/blob/master/barbican/scripts/keystone_data.sh | 19:26 |
woodster_ | alee, this might help as well?: https://review.openstack.org/#/c/169114/ | 19:28 |
openstackgerrit | Fernando Diaz proposed openstack/barbican: Use testr for running functional tests and documentation https://review.openstack.org/218117 | 19:28 |
alee | redrobot, now there are a bunch of users that were added for rbac tests I thought though .. | 19:28 |
alee | redrobot, in bin/keystone_data.sh | 19:28 |
dave-mccowan | alee redrobot that docker lab script is missing a few. i use bin/keystone_data.sh, and just change the cruft on top to talk to the local keystone. | 19:29 |
alee | dave-mccowan, let me try that .. and yeah, woodster_ that might help too. | 19:30 |
dave-mccowan | alee uncomment the section "alternately service_token and endpoint" to use that. set the OS_SERVICE_TOKEN to ADMIN_TOKEN and put your keystone IP instead of localhost | 19:32 |
*** SheenaG has left #openstack-barbican | 19:32 | |
alee | dave-mccowan, yup -- just did exactly that .. | 19:33 |
alee | trying now .. | 19:33 |
alee | dave-mccowan, ok that worked - but functional tests still not working | 19:37 |
alee | dave-mccowan, do you need to change barbican-functional.conf? | 19:37 |
dave-mccowan | alee two more files to touch in /etc/barbican/ | 19:37 |
alee | dave-mccowan, I'm all ears :) | 19:38 |
dave-mccowan | alee http://paste.openstack.org/show/444633/ | 19:40 |
dave-mccowan | alee i'm testing that now. i'll let you know if i got it right. | 19:40 |
dave-mccowan | alee line 29 should have the real ip address too | 19:41 |
*** rellerreller has quit IRC | 19:43 | |
alee | dave-mccowan, I'm pretty sure that when I use tox -e functional , it looks in the in-tree versions of those files .. | 19:43 |
*** peter-hamilton has joined #openstack-barbican | 19:44 | |
dave-mccowan | the paste file is copied from tree and then read when you run 'barbican.sh install". the functional file is read from the tree directly by tox -e functional. | 19:45 |
alee | yup | 19:45 |
alee | dave-mccowan, if you just run the bin/keysstone_data.sh file, there is no admin user | 19:47 |
alee | so perhaps we need that too? | 19:47 |
*** vivek-ebay has quit IRC | 19:48 | |
redrobot | alee yeah, the keystone_data.sh script is meant to run in devstack, so the admin user is assumed to already be provisioned. | 19:49 |
dave-mccowan | alee you just need to patch the password with the already provisioned admin user | 19:50 |
alee | dave-mccowan, yeah - just added the user according to redrobot script but still no dice .. looking | 19:51 |
openstackgerrit | Amy Marrich proposed openstack/barbican: Completes localization of the api directory structure https://review.openstack.org/220291 | 19:51 |
dave-mccowan | alee default admin is "admin" and "password". notice the two passwords i changed in the files in my paste | 19:52 |
alee | yeah - I changed those .. | 19:53 |
dave-mccowan | curl -d '{"auth": {"tenantName": "admin", "passwordCredentials": {"username": "admin", "password": "password"}}}' -H "Content-type: application/json" http://192.168.59.114:5000/v2.0/tokens | 19:53 |
dave-mccowan | if that gives you a token then keystone is working | 19:53 |
alee | got a token | 19:54 |
openstackgerrit | Fernando Diaz proposed openstack/barbican: Use testr for running functional tests and documentation https://review.openstack.org/218117 | 19:55 |
alee | dave-mccowan, whats he corresponding v3 request? | 19:58 |
dave-mccowan | alee i dont' know. | 19:59 |
dave-mccowan | alee what error are you seeing when you start the functional tests? | 20:00 |
alee | dave-mccowan, http://www.fpaste.org/263311/31047514/ | 20:01 |
alee | dave-mccowan, I'm going to start again -- this time creating the admin first .. | 20:03 |
dave-mccowan | alee ok. i need to take off for a bit. if you haven't gotten it working already when i get back, i'll restart my system from scratch and save the diffs to post. | 20:05 |
alee | dave-mccowan, thanks | 20:05 |
*** dave-mccowan has quit IRC | 20:06 | |
alee | yay -- I think I'm beyond keystone now .. | 20:09 |
alee | now just getting connection refused .. | 20:09 |
alee | ah -- of course barbican not running :) | 20:11 |
*** xaeth_afk is now known as xaeth | 20:13 | |
alee | kfarr, hey - do you remember how to run a single functioonal test? | 20:13 |
kfarr | alee, good question, I'd know how to do it after https://review.openstack.org/#/c/218117/ was merged | 20:15 |
kfarr | I remember it being tricky, like maybe colons instead of periods | 20:15 |
alee | yeah -- and using nose right? | 20:15 |
alee | rellerreller knew how to do it .. | 20:16 |
*** jaosorior has quit IRC | 20:25 | |
kfarr | alee, I'd always go into tox.ini, change '{toxinidir}/functionaltests {posargs}' to '{toxinidir}/functionaltests/{posargs}' | 20:28 |
kfarr | or maybe not specifically that, but I'd have to fiddle with it so I could pass in the args | 20:29 |
*** dave-mccowan has joined #openstack-barbican | 20:32 | |
*** lisaclark1 has quit IRC | 20:37 | |
*** lisaclark1 has joined #openstack-barbican | 20:38 | |
*** lisaclark1 has quit IRC | 20:38 | |
*** vivek-ebay has joined #openstack-barbican | 21:07 | |
diazjf | can you guys checkout my comments on https://review.openstack.org/#/c/218117/ patch 15 | 21:11 |
diazjf | trying to fix testr, but failing because of the quota tests being skipped | 21:11 |
*** diazjf has quit IRC | 21:13 | |
dave-mccowan | diazjf yea, that was the whole point of using testr everywhere. you can mash in https://review.openstack.org/#/c/216715/ while you're at it. | 21:21 |
dave-mccowan | wait... those don't look like they are running in parallel. why do you think they need to be skipped? | 21:23 |
dave-mccowan | diazjf because they are failing. :-) | 21:24 |
*** peter-hamilton has quit IRC | 21:29 | |
*** xaeth is now known as xaeth_afk | 21:42 | |
*** vivek-ebay has quit IRC | 21:46 | |
*** silos has left #openstack-barbican | 21:52 | |
*** diazjf has joined #openstack-barbican | 21:56 | |
*** jorge_munoz has quit IRC | 21:57 | |
*** diazjf has quit IRC | 22:02 | |
*** jorge_munoz has joined #openstack-barbican | 22:10 | |
*** kfarr has quit IRC | 22:10 | |
*** alee has quit IRC | 22:10 | |
*** alee_ has quit IRC | 22:11 | |
*** lisaclark1 has joined #openstack-barbican | 22:13 | |
*** tkelsey has quit IRC | 22:13 | |
*** edtubill has quit IRC | 22:17 | |
*** dimtruck is now known as zz_dimtruck | 22:21 | |
*** jorge_munoz has quit IRC | 22:25 | |
openstackgerrit | Dave McCowan proposed openstack/barbican: DO NOT MERGE: Data collection job only https://review.openstack.org/220332 | 22:26 |
*** tkelsey has joined #openstack-barbican | 22:28 | |
*** kebray has quit IRC | 22:30 | |
*** pglass has quit IRC | 22:35 | |
*** spotz is now known as spotz_zzz | 22:38 | |
*** lisaclark1 has quit IRC | 22:40 | |
*** jorge_munoz has joined #openstack-barbican | 22:49 | |
*** vivek-ebay has joined #openstack-barbican | 22:55 | |
*** vivek-ebay has quit IRC | 22:56 | |
*** alee_ has joined #openstack-barbican | 22:59 | |
*** alee has joined #openstack-barbican | 22:59 | |
*** gyee has quit IRC | 23:04 | |
*** jorge_munoz has quit IRC | 23:20 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!