Friday, 2015-06-26

*** otter768 has joined #openstack-chef00:16
*** rtheis_ has joined #openstack-chef00:43
*** rtheis has quit IRC00:45
*** otter768 has quit IRC00:58
*** zhiwei has joined #openstack-chef01:09
openstackgerritZhiwei Chen proposed openstack/cookbook-openstack-compute: Make vnc_enabled, use_usb_tablet, cpu_mode configurable  https://review.openstack.org/19457201:23
*** lan has quit IRC02:22
*** lan has joined #openstack-chef02:24
openstackgerritxiao pei liu proposed openstack/cookbook-openstack-block-storage: Allow fixed_key to be configurable in cookbook  https://review.openstack.org/19492402:54
*** otter768 has joined #openstack-chef02:59
*** otter768 has quit IRC03:04
openstackgerritxiao pei liu proposed openstack/cookbook-openstack-block-storage: Allow fixed_key to be configurable in cookbook  https://review.openstack.org/19492403:17
*** tmichael has quit IRC03:39
*** tmichael has joined #openstack-chef04:10
*** jmickle has joined #openstack-chef04:57
*** jmickle has quit IRC05:00
*** otter768 has joined #openstack-chef05:00
*** smija has joined #openstack-chef05:02
*** sushma has joined #openstack-chef05:02
*** otter768 has quit IRC05:04
openstackgerritMerged openstack/cookbook-openstack-common: CI - Depends-On support  https://review.openstack.org/19474705:19
openstackgerritMerged openstack/cookbook-openstack-common: Add RDO-Manager yum repos  https://review.openstack.org/18953105:19
openstackgerritMerged openstack/cookbook-openstack-block-storage: Allow fixed_key to be configurable in cookbook  https://review.openstack.org/19492405:39
*** ogny has joined #openstack-chef06:50
*** otter768 has joined #openstack-chef07:01
*** otter768 has quit IRC07:06
*** zhiwei has quit IRC07:06
*** chlong has quit IRC07:55
*** otter768 has joined #openstack-chef09:02
*** otter768 has quit IRC09:07
*** otter768 has joined #openstack-chef11:03
*** otter768 has quit IRC11:07
*** aspiers has joined #openstack-chef12:24
*** libsysguy has joined #openstack-chef13:02
*** otter768 has joined #openstack-chef13:04
*** otter768 has quit IRC13:08
*** willejs has joined #openstack-chef13:27
willejsohai chefs13:27
willejswe are having issues running berks install on your openstack/openstack-chef-repo13:27
willejsthere are some issues with dependencies, are you aware of this?13:28
*** bdemers has joined #openstack-chef13:29
willejsj^2: are you around?13:33
j^2willejs: yep I'm here now13:50
j^2Are you running on master?13:50
j^2Master is considered development and moves pretty fast. The stable branches shouldn't have the dependency issue(s)13:53
willejsahh yes we just figured that13:56
willejscheers!13:56
*** jmickle has joined #openstack-chef14:53
*** ogny has quit IRC15:00
*** otter768 has joined #openstack-chef15:05
*** otter768 has quit IRC15:10
markvanj^2: Here's issue with repo: https://review.openstack.org/#/q/status:open++branch:master+topic:bp/keystone-apache,n,z   Identity change already went in15:28
markvanNeed those 2 in to allow repo to work again15:29
*** bdemers has quit IRC15:38
j^2cool15:38
j^2markvan: yeah they are still broken15:40
j^2ah, so we need someone to +1 WF this: https://review.openstack.org/#/c/193700/15:40
j^2then we’re back in business15:41
*** bdemers has joined #openstack-chef15:41
markvanyup, that is the first one, then the repo one to match that: https://review.openstack.org/#/c/193702/15:41
j^2yep make sense now15:41
j^2well I CR’d it so we need another to WF15:41
j^2@core please WF this guy: https://review.openstack.org/#/c/193700/15:42
os-chef-bot1@j^2 @markvan @mattray @wenchma @jklare @cmluciano @zhiwei please WF this guy: https://review.openstack.org/#/c/193700/15:42
markvanI needed to bump up to use the latest apache cookbook, it had many fixes....BUT still has the ugly "definitions" instead of LWRPs15:42
j^2we’re getting there though ;)15:42
*** bdemers has quit IRC15:45
*** bdemers has joined #openstack-chef15:46
*** mattray has joined #openstack-chef16:01
*** ChanServ sets mode: +o mattray16:01
*** os-chef-bot1 has quit IRC16:12
*** os-chef-bot has joined #openstack-chef16:12
openstackgerritMark Vanderwiel proposed openstack/cookbook-openstack-common: CI TEST - based upon repo integration task  https://review.openstack.org/18892416:21
openstackgerritMark Vanderwiel proposed openstack/openstack-chef-repo: Minor cleanup to Berksfile  https://review.openstack.org/19613316:34
*** libsysguy has quit IRC16:41
*** libsysguy has joined #openstack-chef16:41
*** libsysguy has quit IRC16:42
sc`these issues i'm seeing with mariadb are confusing. /var/log/mysql doesn't get the correct permissions laid down even though the recipe has a block just for that directory16:42
*** libsysguy has joined #openstack-chef16:42
openstackgerritMark Vanderwiel proposed openstack/openstack-chef-repo: CI - Depends-On support - Repo  https://review.openstack.org/19613916:42
openstackgerritMerged openstack/cookbook-openstack-dashboard: Allow keystone under apache  https://review.openstack.org/19370016:43
markvan@core ^^^ Patch to enable Depends-On support for the Repo, piggy backs on the new support in the common bootstrap.16:43
os-chef-bot@j^2 @markvan @mattray @wenchma @jklare @cmluciano @zhiwei ^^^ Patch to enable Depends-On support for the Repo, piggy backs on the new support in the common bootstrap.16:43
markvansc`: sometimes when that happens, it's another package/rpm spec that messes with the file/directory after the recipe resource has run.  So, i've fixed that a few times by re-ordering the recipe a bit.16:44
*** mattray has quit IRC16:46
markvanj^2:  with these 2 patches: https://review.openstack.org/#/c/194747/ and https://review.openstack.org/#/c/196139/, we should now have Depends-On support for all cookbooks and the repo. We just need to remember to add that to our review check list, I'll update the wiki shortly16:46
sc`markvan: perhaps that's what is going on here. the directory block gets called before the package gets installed16:46
markvansc`: yeah, and the packages (rpms, debs) are very inconsistent across platforms for this, so I try to push all the package installs/updates to the beginning and not assume they to anything, then have resources to make sure all is in the right place16:48
sc`i'll have to spend some more time with the mariadb cookbook, it seems16:48
markvangood luck...16:52
*** willejs has quit IRC16:54
markvansc`: this is ready now: https://review.openstack.org/#/c/193702/  ;)16:55
*** libsysguy has quit IRC16:59
*** libsysguy has joined #openstack-chef17:00
markvanj^2: wiki updated with Depends-On support info: https://wiki.openstack.org/wiki/Chef/Contributing17:04
*** otter768 has joined #openstack-chef17:05
*** mattray has joined #openstack-chef17:06
*** ChanServ sets mode: +o mattray17:06
*** otter768 has quit IRC17:10
sc`looks like we need that apache2 change to go in first17:15
sc`then https://review.openstack.org/#/c/194463/ should pass CI17:15
markvansc`: yup.   j^2  https://review.openstack.org/#/c/193702/17:22
j^2nice17:22
openstackgerritMerged openstack/openstack-chef-repo: Allow keystone under apache  https://review.openstack.org/19370217:33
sc`yeah! got mariadb working properly17:51
sc`just need to upstream the recipe fix and get a new version released17:52
sc`then we might have a working centos again :)17:52
j^2rockon!18:07
j^2markvan: with the wiki edit, we may want to put a gist or something to show an example18:43
j^2it’s kinda confusing to read18:43
markvank, I can put an example18:43
j^2awesome thanks18:55
*** RabidCicada has joined #openstack-chef18:58
openstackgerritMerged openstack/openstack-chef-repo: Enable RDO midstream repos  https://review.openstack.org/19446319:00
j^2markvan: ping19:03
*** otter768 has joined #openstack-chef19:06
markvanhi19:11
*** otter768 has quit IRC19:11
j^2so i’m putting in a talk for our testing stack and integration testing for tokoyo. I’d like you to be a presenter too, do you have a Call for papers id/email i can add you with?19:13
j^2RE: https://www.openstack.org/summit/tokyo-2015/call-for-speakers/19:13
markvansure, yup, email is vanderwl@us.ibm.com19:16
j^2kk19:16
j^2markvan: i added you, can you edit it?19:17
markvanyeah, I see it19:19
j^2nice19:20
markvanj^2:  updated wiki with an example19:27
j^2awesome19:27
j^2markvan: it’s perfect, i think it makes so much more sense now19:31
*** rtheis has joined #openstack-chef19:31
*** mattray has quit IRC19:32
*** rtheis_ has quit IRC19:34
markvanyeah, should be very helpful down the road19:37
*** tmichael has quit IRC19:57
*** tmichael has joined #openstack-chef20:01
*** grealish has joined #openstack-chef20:36
*** grealish has quit IRC20:58
*** grealish has joined #openstack-chef21:00
*** otter768 has joined #openstack-chef21:07
*** otter768 has quit IRC21:12
*** openstack has joined #openstack-chef21:27
*** ChanServ sets mode: +o openstack21:27
*** libsysguy has quit IRC21:27
*** libsysgu_ has quit IRC21:53
*** tmichael has quit IRC22:37
*** tmichael has joined #openstack-chef22:38
*** bdemers has quit IRC22:48
*** bdemers has joined #openstack-chef22:48
*** otter768 has joined #openstack-chef22:55

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