Wednesday, 2015-07-15

*** SheenaG has quit IRC00:03
*** barra204 has quit IRC00:03
openstackgerritOpenStack Proposal Bot proposed openstack/barbican: Updated from global requirements  https://review.openstack.org/20181700:09
openstackgerritOpenStack Proposal Bot proposed openstack/python-barbicanclient: Updated from global requirements  https://review.openstack.org/20183300:21
*** woodster_ has quit IRC00:21
openstackgerritOpenStack Proposal Bot proposed openstack/barbican: Updated from global requirements  https://review.openstack.org/20181700:23
*** david-lyle has quit IRC00:25
openstackgerritOpenStack Proposal Bot proposed openstack/python-barbicanclient: Updated from global requirements  https://review.openstack.org/20183300:29
*** kfarr has joined #openstack-barbican00:30
openstackgerritOpenStack Proposal Bot proposed openstack/barbican: Updated from global requirements  https://review.openstack.org/20181700:31
openstackgerritOpenStack Proposal Bot proposed openstack/python-barbicanclient: Updated from global requirements  https://review.openstack.org/20183300:36
*** kfarr has quit IRC00:39
*** bitblt has quit IRC00:44
*** SheenaG has joined #openstack-barbican01:29
openstackgerritOpenStack Proposal Bot proposed openstack/barbican: Updated from global requirements  https://review.openstack.org/20181701:31
openstackgerritOpenStack Proposal Bot proposed openstack/python-barbicanclient: Updated from global requirements  https://review.openstack.org/20183301:37
*** kfarr has joined #openstack-barbican01:43
*** SheenaG has quit IRC01:57
*** kebray has joined #openstack-barbican02:11
*** david-lyle has joined #openstack-barbican02:12
*** SheenaG has joined #openstack-barbican02:16
*** dave-mccowan has quit IRC02:18
*** zz_dimtruck is now known as dimtruck02:32
*** david-lyle has quit IRC02:35
*** kfarr has left #openstack-barbican02:40
*** SheenaG has quit IRC02:43
*** david-lyle has joined #openstack-barbican03:38
*** kebray has quit IRC03:59
*** crc32 has quit IRC04:06
*** dimtruck is now known as zz_dimtruck05:01
*** Nirupama has joined #openstack-barbican05:07
*** kebray has joined #openstack-barbican05:41
*** kebray has quit IRC05:41
*** kebray has joined #openstack-barbican05:42
*** everjeje has joined #openstack-barbican06:55
*** zigo has quit IRC07:24
*** zigo has joined #openstack-barbican07:25
*** shohel has joined #openstack-barbican07:28
*** dabukalam has quit IRC07:30
*** dabukalam has joined #openstack-barbican07:32
*** yuanying_ has joined #openstack-barbican07:55
*** yuanying has quit IRC07:57
*** kebray has quit IRC07:59
*** shohel has quit IRC09:23
*** tkelsey has joined #openstack-barbican09:29
*** jaosorior has joined #openstack-barbican09:54
openstackgerritJuan Antonio Osorio Robles proposed openstack/barbican: Add Private Key to the resulting container if stored-key order  https://review.openstack.org/19914210:05
*** mmdurrant has quit IRC10:09
*** jamielennox is now known as jamielennox|away10:41
openstackgerritMerged openstack/python-barbicanclient: Updated from global requirements  https://review.openstack.org/20183311:25
*** openstack has joined #openstack-barbican11:36
*** nkarandi has joined #openstack-barbican11:37
*** openstackstatus has joined #openstack-barbican11:37
*** ChanServ sets mode: +v openstackstatus11:37
*** nkarandi has quit IRC11:37
*** nkarandi has joined #openstack-barbican11:37
jaosorioralee: ping12:15
*** darrenmoffat has quit IRC12:29
*** darrenmoffat has joined #openstack-barbican12:29
*** shohel has joined #openstack-barbican12:29
*** woodster_ has joined #openstack-barbican12:30
*** mikeymeitbual has quit IRC12:30
openstackgerritJuan Antonio Osorio Robles proposed openstack/barbican: Override grep exit code for wait_for_ca in dogtag gate  https://review.openstack.org/20208612:40
*** SheenaG has joined #openstack-barbican12:56
aleejaosorior, pong12:56
jaosorioralee: Was gonna ask you if you had noticed that the dogtag gate has been failing. But in the meantime I think I figured out the problem and have submitted a potential fix12:57
aleejaosorior, I had not noticed but am looking at your fix12:57
jaosorioralee: Seems that it failed again even with that fix https://jenkins06.openstack.org/job/gate-barbican-dogtag-devstack-dsvm-f21/40/console13:00
jaosorioralee: Maybe I was actually not wrong about the "sleep" also causing the exit_trap to trigger13:00
aleejaosorior, whats the "exit_trap"?13:02
jaosorioralee: http://logs.openstack.org/42/199142/5/check/gate-barbican-dogtag-devstack-dsvm-f21/b3f566d/logs/devstacklog.txt.gz#_2015-07-15_11_37_01_21713:03
jaosorioralee: Which I assume is this: https://github.com/openstack-infra/devstack-gate/blob/master/run-tests.sh#L2213:04
jaosorioralee: Although I'm not sure... I really haven't seen any other instance of that around13:05
aleejaosorior, I think the error has something to do with this : A valid DNS domain name MUST be established to use PKI services!13:08
aleejaosorior, that looks like an error message from pkispawn13:09
jaosorioralee: Can you take a look into that?13:09
jaosorioreither way... In reality I'm thinking that the dogtag gate actually doesn't do the loop in that wait_for_ca function. So the commit might not be irrelevant. But yeah, your suspision sounds more accurate13:10
jaosorioralee: What info do oyu need?13:11
aleejaosorior, not immediately.  I'll have to get back to it later today.13:11
aleejaosorior, I see the script does this -- ++ sudo mv .tmp.ca.cfg /etc/dogtag/ca.cfg13:12
alee2015-07-15 12:58:38.448 | ++ sudo pkispawn -v -f /etc/dogtag/ca.cfg -s CA13:12
alee2015-07-15 12:58:38.705 | A valid DNS domain name MUST be established to use PKI services!13:12
aleeit would be useful to see whats in ca.cfg13:12
aleeie. whats being passed to pkispawn13:12
aleebut now that I think about it -- pkispawn might be calling dnsdomainname13:13
aleechecking ..13:13
jaosorioralee: https://github.com/openstack/barbican/blob/master/contrib/devstack/lib/barbican#L37013:13
aleejaosorior, the problem is indeed dnsdomainname13:16
aleejaosorior, the pkispawn code does this ..13:16
alee dnsdomainname = subprocess.check_output(13:17
alee            "dnsdomainname", shell=True)13:17
alee        # workaround for pylint error E110313:17
alee        config.pki_dns_domainname = str(dnsdomainname).rstrip('\n')13:17
alee        if not len(config.pki_dns_domainname):13:17
alee            print log.PKI_DNS_DOMAIN_NOT_SET13:17
alee            sys.exit(1)13:17
aleejaosorior, and that log is exactly the error message you see in the log13:17
aleejaosorior, what this means is that we should set the dnsdomainname before calling pkispawn13:18
*** rellerreller has joined #openstack-barbican13:22
aleejaosorior, makes sense?13:22
jaosorioryup13:22
jaosorioralthough I would have thought that it was already set to some default, but fair enough13:24
aleejaosorior, it must have been before -- perhaps something changed in the scripts above this.13:32
alee(which resulted in all the dogtag gates failing)13:32
aleejaosorior, setting it explicitly in the dogtag gate code will ensure this wont happen again.13:32
aleejaosorior, are you going to submit a fix?13:33
jaosorioryeah13:34
jaosoriorsending some mails first though13:34
aleejaosorior, cool- thanks13:39
jaosoriordone13:42
jaosorioralee: Alright, taking a look now13:42
*** gyee has joined #openstack-barbican13:43
*** mdarby has joined #openstack-barbican13:48
*** rellerreller has quit IRC14:00
*** spotz_zzz is now known as spotz14:02
*** pglass has joined #openstack-barbican14:03
*** nkarandi has quit IRC14:10
*** pglbutt has joined #openstack-barbican14:10
*** zz_dimtruck is now known as dimtruck14:11
*** kfarr has joined #openstack-barbican14:12
*** pglass has quit IRC14:14
*** Kevin_Bishop has joined #openstack-barbican14:25
*** diazjf has joined #openstack-barbican14:27
*** xaeth_afk is now known as xaeth14:27
*** silos has joined #openstack-barbican14:36
*** jorge_munoz has joined #openstack-barbican14:38
*** pglbutt has quit IRC14:40
openstackgerritDaniel Tadrzak proposed openstack/barbican: Barbican objects base  https://review.openstack.org/20214114:43
*** rellerreller has joined #openstack-barbican14:50
*** gyee has quit IRC14:50
*** gyee has joined #openstack-barbican14:54
openstackgerritJuan Antonio Osorio Robles proposed openstack/barbican: ** DO NOT MERGE **  https://review.openstack.org/20214614:58
openstackgerritJuan Antonio Osorio Robles proposed openstack/barbican: ** DO NOT MERGE **  https://review.openstack.org/20214615:03
diazjf jaosorior, can you please take a look at my patch for Barbican client? https://review.openstack.org/#/c/196876/ :-D15:06
jaosoriordiazjf: It's in my queue. But I can't at the moment, need to head out pretty soon15:06
jaosorior(6pm in my timezone)15:07
jaosoriorbut by tomorrow you'll have a score in that commit :)15:07
diazjfjaosorior, no worries!! thanks I appreciate it15:07
*** pglass has joined #openstack-barbican15:11
*** rm_work|away is now known as rm_work15:16
*** crc32 has joined #openstack-barbican15:17
*** crc32 is now known as crc32_soda_break15:39
*** ig0r__ has quit IRC15:39
*** ig0r_ has joined #openstack-barbican15:40
*** rm_work is now known as rm_work|away15:45
*** rm_work|away is now known as rm_work16:00
*** rellerreller has quit IRC16:01
*** kfarr has quit IRC16:03
*** kfarr has joined #openstack-barbican16:06
*** rellerreller has joined #openstack-barbican16:07
*** rm_work is now known as rm_work|away16:11
*** rm_work|away is now known as rm_work16:13
*** tkelsey has quit IRC16:18
*** gyee has quit IRC16:19
*** crc32_soda_break is now known as crc3216:20
*** chadlung has joined #openstack-barbican16:22
*** shohel has quit IRC16:23
*** everjeje has quit IRC16:28
*** silos has left #openstack-barbican16:30
*** crc32 has quit IRC16:32
*** crc32 has joined #openstack-barbican16:36
*** kfarr has quit IRC16:52
*** pglass has quit IRC16:55
*** kfarr has joined #openstack-barbican16:56
*** ptoohill is now known as pothole16:57
*** pglass has joined #openstack-barbican17:02
*** pglass has quit IRC17:18
*** shohel has joined #openstack-barbican17:31
*** pglass has joined #openstack-barbican17:31
*** kebray has joined #openstack-barbican17:33
*** shohel has quit IRC17:33
*** kebray has quit IRC17:54
*** gyee has joined #openstack-barbican17:57
*** silos has joined #openstack-barbican18:10
*** silos1 has joined #openstack-barbican18:33
*** silos has quit IRC18:36
*** silos1 has left #openstack-barbican18:51
*** pglass has quit IRC18:56
*** pglass has joined #openstack-barbican19:07
*** diazjf has quit IRC19:14
*** cbader has joined #openstack-barbican19:15
cbaderI have tried to get barbican up with devstack and tried following the https://wiki.openstack.org/wiki/BarbicanDevStack I can only get barbican if I disable all other services. Anyone have this running with cinder, nova19:18
cbaderI get and error like this "Another app is currently holding the xtables lock. Perhaps you want to use the -w option?"19:18
*** kfarr has quit IRC19:21
*** gyee has quit IRC19:25
*** mdarby has quit IRC19:33
*** gyee has joined #openstack-barbican19:34
*** kfarr has joined #openstack-barbican19:37
*** rellerreller has quit IRC19:43
*** mmdurrant has joined #openstack-barbican19:47
*** dave-mccowan has joined #openstack-barbican19:48
*** dave-mccowan has quit IRC19:55
*** dave-mccowan has joined #openstack-barbican19:58
*** shohel has joined #openstack-barbican19:59
cbaderI put the barbican.log file on pastebin, http://paste.openstack.org/show/378375/ if someone can look at it and make recommendation I would appreciate it.20:03
*** silos1 has joined #openstack-barbican20:04
*** kfarr has quit IRC20:04
*** diazjf has joined #openstack-barbican20:04
redrobotcbader not sure what's killing barbican20:07
redrobotseems like it's starting fine. :-\20:07
cbaderIt is strange if I don't load any other service it comes up20:07
cbaderI don't see barbican in the screen -r20:08
cbaderis there a command to start it manually20:09
cbaderit shows up in the keystone service-list but doesn't show up in screen -r20:09
cbaderthe stack fail to complete with with this error "Another app is currently holding the xtables lock. Perhaps you want to use the -w option?20:10
cbader" have you seen this.20:10
redrobotcbader can't say that I have... I don't use devstack much.  I usually just run a standalone barbican for development.20:11
redrobotcbader maybe something's changed in devstack recently?  or maybe we're doing something wrong in our devstack bits.20:11
cbaderThe install instructions are pretty old from March.20:12
redrobotcbader sorry I can't be more helpful.20:12
redrobotrm_work what was the link to your devstack instructions?20:12
rm_workuhh20:12
cbaderThank you for responding that does help that someone is out there.20:12
rm_worki am not sure they're up to date, but20:12
rm_workhttps://gist.github.com/rm-you/6feacb91182f5c01101820:13
rm_workhaven't tried it in a little bit20:13
rm_workmight have bit-rotted, so be aware20:13
rm_workif it breaks, i can take a look in a moment20:13
rm_workcbader: ^^20:13
cbaderI had a issue with line 22 mv /tmp/devstack /opt/stack/ it put the devstack files in the /opt/stack directory instead of creating devstach with the files.20:14
cbaderI am using Ubuntu 14.04 that might an issue. I had to create /opt/stack/devstack manually and chown it with stack:stack20:15
cbaderI used the local.conf but modified it so it would use my IP and install the other services. If I exclude the other services with disable_all_services barbican comes up but nothing else.20:17
cbaderI am working on a Horizon module for linking to external web-service and it needs barbican.20:18
cbaderI need to have nova, cinder, glance, neutron, and swift running to do work.20:18
redrobotcbader if you don't have time to look into it, it may be good to file a bug at https://bugs.launchpad.net/barbican20:20
redrobotcbader I can mention it in the weekly meeting next week.20:20
*** chadlung has quit IRC20:20
cbaderredrobot: I will file a bug and still keep looking at it. Need to get something running.20:20
redrobotcbader I'm unfortunately super busy right now and wouldn't get a chance to look into for at least a couple of weeks.20:20
cbaderredrobot: thanks for the help.20:21
*** kfarr has joined #openstack-barbican20:21
redrobotcbader you might want to ask the infra folks about the table error20:22
redrobotcbader they may have more insight into the inner workings of devstack20:22
cbaderredrobot: thank will do.20:22
silos1can someone point me to the module where the barbican database gets occupied?20:25
redrobotsilos1 occupied?20:25
*** dave-mccowan has quit IRC20:26
silos1Ah. I mean where the database gets configured with the tables. Say I've pointed barbican to a sql database in the conf file. Isn't there a point in time after running "barbican.sh install" that the barbican will connect to mysql and configure the database?20:26
rm_workcbader: that is weird20:27
rm_workcbader: line 22 is not... ambiguous20:27
rm_workit should work20:27
*** dave-mccowan has joined #openstack-barbican20:28
*** chadlung has joined #openstack-barbican20:28
rm_workif that command didn't work right, something on your system is *fscked*20:28
rm_workcbader: did you run this as root? the script is designed to run as root20:29
rm_worksince it has to apt-get and create a user20:29
cbaderrw_work: it wouldn't be the first time. I thought the command looked fine to me and when it didn't work I thought what the heck.20:29
silos1redrobot: I think I found it. I was looking in the wrong directory :-(20:29
redrobotsilos1 k... out of the box, the api process will apply the alembic migrations to build up the schema20:30
redrobotsilos1 I was trying to find the exact place where that happens.20:30
redrobotsilos1 there's a config option to turn off the auto-migrate.  then you can use barbican-db-manage script to do the migration manually.20:31
silos1redrobot: ah nice. I'll have to look into that.20:31
silos1It's no problem finding the exact place. I just wanted a general area where to start looking.20:32
rm_workcbader: yeah that mv command is completely unambiguous and should work on any *nix system back to like ... 1980s20:32
rm_workcbader: are you SURE it's not working right?20:32
*** chadlung has quit IRC20:32
rm_workwe're pretty much in "that makes so little sense I almost don't believe what you're saying" territory here20:33
cbaderrm_work: when I ran the command and I went to check it there wasn't a devstack directory under the /opt/stack and all the devstack files were in the /opt/stack directory I tried it twice.20:34
cbaderrm_work: the other guy in the cubical looked at it and said wierd20:35
*** pglbutt has joined #openstack-barbican20:35
*** pglass has quit IRC20:36
openstackgerritOpenStack Proposal Bot proposed openstack/barbican: Updated from global requirements  https://review.openstack.org/20181720:39
*** chadlung has joined #openstack-barbican20:58
*** dave-mccowan has quit IRC21:01
*** gyee has quit IRC21:09
*** rellerreller has joined #openstack-barbican21:12
*** rm_work is now known as rm_work|away21:14
*** rm_work|away is now known as rm_work21:20
openstackgerritOpenStack Proposal Bot proposed openstack/barbican: Updated from global requirements  https://review.openstack.org/20181721:20
rm_workcbader: lol21:21
rm_workcbader: i would take that computer, cover it in salt, and burn it21:21
*** dave-mccowan has joined #openstack-barbican21:21
*** silos1 has left #openstack-barbican21:27
*** shohel has quit IRC21:33
*** dave-mccowan has quit IRC21:39
*** crc32 has quit IRC21:44
*** crc32 has joined #openstack-barbican21:44
*** chadlung has quit IRC21:45
*** jamielennox|away is now known as jamielennox21:49
*** rm_work is now known as rm_work|away21:50
*** rm_work|away is now known as rm_work21:52
*** kfarr has left #openstack-barbican21:54
*** chadlung has joined #openstack-barbican21:56
*** Kevin_Bishop has quit IRC21:57
*** crc32 has quit IRC21:57
*** chadlung has quit IRC22:00
*** crc32 has joined #openstack-barbican22:00
*** crc32 has quit IRC22:09
*** xaeth is now known as xaeth_afk22:11
*** chadlung has joined #openstack-barbican22:17
*** crc32 has joined #openstack-barbican22:23
*** jaosorior has quit IRC22:26
*** rellerreller has quit IRC22:26
*** crc32 has quit IRC22:29
*** crc32 has joined #openstack-barbican22:31
*** chadlung has quit IRC22:31
*** crc32 has quit IRC22:31
*** crc32 has joined #openstack-barbican22:33
*** SheenaG has quit IRC22:34
*** diazjf has quit IRC22:40
*** pglbutt has quit IRC22:50
*** spotz is now known as spotz_zzz23:01
*** dimtruck is now known as zz_dimtruck23:02
*** yuanying_ has quit IRC23:24
*** dave-mccowan has joined #openstack-barbican23:37
*** yuanying has joined #openstack-barbican23:42
*** dave-mccowan has quit IRC23:46

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