Friday, 2015-06-19

*** jmickle has joined #openstack-chef00:48
*** openstack has joined #openstack-chef00:56
*** ChanServ sets mode: +o openstack00:56
*** zhiwei has joined #openstack-chef01:03
*** jmickle has quit IRC01:04
*** jaycee has joined #openstack-chef01:05
*** kieren has quit IRC01:15
*** jmickle has joined #openstack-chef01:21
*** otter768 has joined #openstack-chef01:22
*** jmickle has quit IRC01:23
*** otter768 has quit IRC01:26
*** jmickle has joined #openstack-chef01:30
*** kieren has joined #openstack-chef01:32
*** kieren is now known as Guest1069901:33
*** libsysguy has joined #openstack-chef01:44
*** jmickle has quit IRC02:00
*** libsysguy has quit IRC02:11
*** RabidCicada has quit IRC02:55
*** stevemar has joined #openstack-chef03:01
*** jaycee has quit IRC03:07
*** jmickle has joined #openstack-chef03:07
*** jmickle has quit IRC03:14
*** stevemar has quit IRC03:22
*** otter768 has joined #openstack-chef03:23
*** stevemar has joined #openstack-chef03:26
*** otter768 has quit IRC03:28
*** zhiwei has quit IRC03:40
*** jmickle has joined #openstack-chef04:33
*** jmickle has quit IRC04:50
*** otter768 has joined #openstack-chef05:24
*** nkrinner has joined #openstack-chef05:26
*** otter768 has quit IRC05:28
*** epcim has joined #openstack-chef05:28
*** stanchan has joined #openstack-chef05:29
*** ogny has joined #openstack-chef05:59
*** stevemar has quit IRC06:10
*** chlong has quit IRC07:06
*** otter768 has joined #openstack-chef07:24
*** otter768 has quit IRC07:29
openstackgerritMerged openstack/openstack-chef-repo: Use latest version of rabbitmq cookbook  https://review.openstack.org/19243508:16
*** wojdev has joined #openstack-chef08:57
*** wojdev has quit IRC08:58
*** otter768 has joined #openstack-chef09:25
*** otter768 has quit IRC09:30
*** sc` has quit IRC10:21
*** sc` has joined #openstack-chef11:01
*** otter768 has joined #openstack-chef11:26
*** otter768 has quit IRC11:31
*** libsysguy has joined #openstack-chef12:30
*** nkrinner has quit IRC13:17
*** otter768 has joined #openstack-chef13:27
*** otter768 has quit IRC13:32
*** libsysguy has quit IRC13:45
*** mattray has joined #openstack-chef14:11
*** ChanServ sets mode: +o mattray14:11
jklare_markvan you here?14:12
markvanyo14:12
jklare_i tried to understand this glance ssl cert thingy, but i am still confused14:12
jklare_as far as i understand yi ming commented that the path to the cert and key files should not exist if ssl is enabled14:13
jklare_which is true anyways, since if ssl is diabled the whole block wont exist in the config14:13
jklare_but what i do not get is, how one can enable ssl without a cert and key file14:14
markvanyeah, looking at it again, I see that the cert/keys files are common for the base api service, and used for the connection to the registry service.  It's that connection to the registry service that was the issue.  Technically, if the certs are already stored locally, then you don't need to specify them (see the glance code), and just a ca cert to verify is all that is needed.14:16
markvanbut, I think your right, this is specifc to some "old" glance code and maybe we don't bother supporting that case.   I think the other issue here that would be better to solve, is pssibbly having separate certs for the registry client connection.  but not sure how biga use case that is either.14:17
jklare_i also think that there are probably not too many people trying to use different certs for api and registry14:19
markvanyup, agreed.14:19
markvanSo, technically,  this extra checking code will not harm anything in the major use cases and might be useful for some glance folks with unique needs.14:20
jklare_a colleague of mine used to say that the best code is the one not written, but i guess if there are acutally people with a usecase for this14:23
markvanif you feel strongly, I can pull that extra part back out for now, and just fix the separation of the ssl flags usage.14:23
*** stevemar has joined #openstack-chef14:24
jklare_let me check the usecase and i will get back to you14:24
markvank14:27
*** stevemar is now known as stevedoor14:29
jklare_ok, i think we have two parts here14:30
jklare_first is the enabling or disabling of ssl for the api or registry service14:30
jklare_if its enabled, we need to set cert and key14:31
jklare_so we do not need these check of they are empty in addition14:31
jklare_second is the connection to the registry from the api14:32
jklare_here, we actually need to check if http is set and if the registry_client_key_file exists, since its not needed even if the registry_scheme is https14:32
jklare_since the registry_client_cert_file is enough right?14:33
markvanyeah, I think that's it14:40
*** bdemers has joined #openstack-chef14:48
*** stanchan has quit IRC14:53
*** jmickle has joined #openstack-chef14:58
*** ogny has quit IRC15:00
*** otter768 has joined #openstack-chef15:28
j^2markvan: any update or work that the CI chef-repo needs to do?15:31
markvanI have not respun it in a while, I can do that.  Next step is infra patch for at least a periodic run on the chef-repo15:32
*** otter768 has quit IRC15:33
*** libsysguy has joined #openstack-chef15:34
j^2nice15:37
j^2just wanted to double check there wasnt anything i could specificly get done today15:38
openstackgerritMerged openstack/cookbook-openstack-orchestration: Allow auth_encryption_key to be configured  https://review.openstack.org/19268915:45
j^2@core so i’m putting together my mailing list talk, can yall take a look at the options for the title for me? https://gist.github.com/jjasghar/867cdd22991a5c957bee16:01
os-chef-bot@j^2 @markvan @mattray @wenchma @jklare @cmluciano @zhiwei so i’m putting together my mailing list talk, can yall take a look at the options for the title for me? https://gist.github.com/jjasghar/867cdd22991a5c957bee16:01
markvanj^2: what's the deal the Chef Definitions?  2nd class citizen?  I see the apache cookbook uses them, but has TODOs in there to convert to LWRP.  I'm hit the main issue with definitions, no notify/subscribe support since it NOT a resource.16:01
markvanBTW, I now have keystone running under apache with a new recipe, but the defintiions are getting in my way to finish this.16:02
j^2markvan: i’m pretty sure Definitions are being depricated in favor for LWRPs. The mantra since January has been resource driven cookbooks, which is in line with the LWRPs not definitions16:02
j^2tl;dr, yep i think it’s safe to say that they are 2nd if not 3rd class16:02
markvank, any chance Apache cookbook will be refactored anytime soon?   If not, I have 2 choices, use current definition, but then have to hack a nofity.  Or tear into apache a bit lower level16:03
j^2probably hack the notify16:04
markvank, yup already started on that.16:04
markvan+1 for Swim, don't drown, in the OpenStack mailing lists16:05
markvanI'm currently doggie paddling...but no quite drowning16:05
j^2ha!16:08
*** jmickle_ has joined #openstack-chef16:16
*** jmickle_ has quit IRC16:24
j^2markvan: i +2’d CR the integration test. I think we’re ready to go16:56
*** jmickle_ has joined #openstack-chef17:09
*** jmickle_ has quit IRC17:09
*** os-chef-bot has quit IRC17:15
*** os-chef-bot has joined #openstack-chef17:16
markvanj^2: yeah, I still think something is not quite right with how the jobs runs, it seems to run a couple times and then die and get retried, but I can't see the reason for the retry.  I wonder if we're breaking rules running a qemu vm within a gate job17:23
*** libsysguy has quit IRC17:29
*** otter768 has joined #openstack-chef17:29
*** otter768 has quit IRC17:33
*** jmickle has quit IRC17:46
*** rtheis_ has joined #openstack-chef17:47
*** rtheis has quit IRC17:50
*** jaycee has joined #openstack-chef17:52
*** rtheis_ has quit IRC18:08
*** libsysguy has joined #openstack-chef18:14
j^2markvan: can you link the retry?18:28
markvanj^2: that's the issue, it's doing the retry silently from some type of catch in the jenkins java code.  So, I only get to see the final log (which in this latest run failed with a neutron l3 agent timing issue)18:31
j^2ah yeah, that’s the reason why i couldnt find the retry then?18:32
markvanI thought it was related to booting up the qemu vm, but not sure now...18:32
*** stevedoor has quit IRC18:40
*** nacer has quit IRC18:55
*** nacer has joined #openstack-chef19:00
*** mattray has quit IRC19:01
*** jmickle has joined #openstack-chef19:12
*** jmickle has quit IRC19:23
*** otter768 has joined #openstack-chef19:30
*** otter768 has quit IRC19:34
openstackgerritMark Vanderwiel proposed openstack/cookbook-openstack-dashboard: Allow keystone under apache  https://review.openstack.org/19370019:35
openstackgerritMark Vanderwiel proposed openstack/openstack-chef-repo: Allow keystone under apache  https://review.openstack.org/19370219:41
openstackgerritMark Vanderwiel proposed openstack/cookbook-openstack-dashboard: Allow keystone under apache  https://review.openstack.org/19370019:42
*** stevemar has joined #openstack-chef20:07
*** epcim has quit IRC20:18
*** libsysguy has quit IRC21:03
openstackgerritMark Vanderwiel proposed openstack/cookbook-openstack-identity: Allow keystone under apache  https://review.openstack.org/19372321:06
markvan@core ^^^ I made mucho progress on the Keystone under Apache blueprint, still needs more testing, but basic AIO tests are working21:09
os-chef-bot@j^2 @markvan @mattray @wenchma @jklare @cmluciano @zhiwei ^^^ I made mucho progress on the Keystone under Apache blueprint, still needs more testing, but basic AIO tests are working21:09
markvanj^2: I did just notice this "2 rechecks", checkout https://review.openstack.org/#/c/185085/ just above the chef-rake-integration,  not sure if that's ok or not?21:10
j^2markvan: I'm pretty sure that's fine. I think that's how many times you've ran the checks by hand21:15
*** otter768 has joined #openstack-chef21:31
*** libsysguy has joined #openstack-chef21:33
*** otter768 has quit IRC21:35
*** stevemar has quit IRC21:52
*** tmichael has joined #openstack-chef23:05
*** tmichael has quit IRC23:05
*** otter768 has joined #openstack-chef23:32
*** otter768 has quit IRC23:36

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