Friday, 2015-04-24

*** otter768 has joined #openstack-chef00:01
*** otter768 has quit IRC00:19
*** mattray has joined #openstack-chef00:20
*** ChanServ sets mode: +o mattray00:20
*** mattray has quit IRC00:30
*** otter768 has joined #openstack-chef00:40
*** zhiwei has joined #openstack-chef00:53
*** _joel has quit IRC00:57
*** tmichael has quit IRC01:18
*** _joel has joined #openstack-chef01:23
*** emagana has quit IRC01:27
*** kaseyalusi has quit IRC01:46
*** dvlwrk has quit IRC01:49
*** harlowja is now known as harlowja_away02:02
*** alanmeadows has quit IRC02:26
*** alanmeadows has joined #openstack-chef02:28
*** devlop has joined #openstack-chef02:40
*** wenchma has joined #openstack-chef02:50
openstackgerritMa Wen Cheng proposed stackforge/openstack-chef-repo: Bump rabbitmq version  https://review.openstack.org/17679202:59
*** devlop has quit IRC03:00
openstackgerritMa Wen Cheng proposed stackforge/cookbook-openstack-bare-metal: Move to rhel 7.1  https://review.openstack.org/16948203:00
*** devlop has joined #openstack-chef03:00
*** _joel has quit IRC03:07
*** tmichael has joined #openstack-chef03:19
openstackgerritMa Wen Cheng proposed stackforge/cookbook-openstack-identity: Fix for rabbit mq support  https://review.openstack.org/17700403:25
*** GonZo2K has quit IRC03:31
*** otter768 has quit IRC03:54
*** devlop has quit IRC04:00
*** emagana has joined #openstack-chef04:45
*** nkrinner has joined #openstack-chef04:52
*** otter768 has joined #openstack-chef05:55
*** otter768 has quit IRC06:00
*** stevemar has quit IRC06:32
*** chlong has quit IRC06:39
*** wojdev has joined #openstack-chef06:40
*** wenchma has quit IRC07:27
openstackgerritMerged stackforge/cookbook-openstack-bare-metal: Move to rhel 7.1  https://review.openstack.org/16948207:35
*** jerome80 has joined #openstack-chef07:52
*** otter768 has joined #openstack-chef07:56
openstackgerritZhiwei Chen proposed stackforge/cookbook-openstack-telemetry: Revert "Use new "service" role instead of "admin""  https://review.openstack.org/17666307:58
*** otter768 has quit IRC08:01
openstackgerritAdrian Smith proposed stackforge/cookbook-openstack-compute: Include neutron_url_timeout in nova.conf  https://review.openstack.org/17669608:02
openstackgerritAdrian Smith proposed stackforge/cookbook-openstack-compute: Include neutron_url_timeout in nova.conf  https://review.openstack.org/17669608:05
openstackgerritImtiaz Chowdhury proposed stackforge/cookbook-openstack-image: Make SSL settings configurable for Glance  https://review.openstack.org/17514408:07
openstackgerritJan Klare proposed stackforge/cookbook-openstack-common: refactore libraries/network.rb  https://review.openstack.org/17667608:18
openstackgerritMerged stackforge/cookbook-openstack-identity: Fix for rabbit mq support  https://review.openstack.org/17700408:32
*** jerome80 has quit IRC09:28
*** otter768 has joined #openstack-chef09:57
openstackgerritJan Klare proposed stackforge/cookbook-openstack-common: refactor libraries/network.rb  https://review.openstack.org/17667609:59
*** otter768 has quit IRC10:03
*** wojdev has quit IRC10:06
*** wojdev has joined #openstack-chef10:06
*** wojdev has quit IRC10:35
*** zhiwei has quit IRC11:08
*** otter768 has joined #openstack-chef11:58
*** otter768 has quit IRC12:02
*** wojdev has joined #openstack-chef12:20
*** andymccr has quit IRC12:24
openstackgerritYuki Nishiwaki proposed stackforge/cookbook-openstack-client: Standardize cookbook name to openstack_client  https://review.openstack.org/17720912:25
*** zhiwei has joined #openstack-chef12:30
openstackgerritYuki Nishiwaki proposed stackforge/cookbook-openstack-client: Standardize cookbook name to openstack-client  https://review.openstack.org/17721512:31
*** wojdev has quit IRC12:38
*** dvlwrk has joined #openstack-chef12:47
*** dvlwrk has quit IRC12:53
*** nkrinner has quit IRC13:03
*** neelashah has joined #openstack-chef13:05
*** libsysguy has joined #openstack-chef13:07
*** wenchma has joined #openstack-chef13:10
*** libsysguy has quit IRC13:23
*** libsysguy has joined #openstack-chef13:40
*** libsysguy has quit IRC13:42
*** andymccr has joined #openstack-chef13:42
*** libsysguy has joined #openstack-chef13:43
*** libsysguy has quit IRC13:43
*** smccully has quit IRC13:48
*** smccully has joined #openstack-chef13:49
*** libsysguy has joined #openstack-chef13:55
*** stevemar has joined #openstack-chef13:57
*** otter768 has joined #openstack-chef13:59
*** emagana has quit IRC14:00
*** otter768 has quit IRC14:04
*** libsysguy has quit IRC14:05
*** libsysguy has joined #openstack-chef14:08
*** _joel has joined #openstack-chef14:10
openstackgerritMark Vanderwiel proposed stackforge/openstack-chef-repo: Bump rabbitmq and erlang versions  https://review.openstack.org/17679214:46
*** libsysguy has quit IRC14:55
*** libsysguy has joined #openstack-chef15:00
jklaremarkvan_: any ideas about this error? i thought we fixed it with the libraries installed by the common bootstrap.sh http://logs.openstack.org/37/165737/2/experimental/gate-cookbook-openstack-integration-test-chef-rake/cb405a7/console.html15:20
*** dvlwrk has joined #openstack-chef15:20
markvan_jklare: yeah, was just looking at that.  I think since we are running the bundle command outside the ChefDK env, we are going to see issues like this.  It was the reason to switch to the ChefDK as it has the gems already installed.15:22
*** wenchma has quit IRC15:22
jklaremarkvan_: so just skip the whole bundle step?15:22
jklaremarkvan_: i will try this15:23
markvan_Seems like we should just skip the bundle install step, or detect that ChefDK is installed and issue the commands with "chef exec bundle"  at least that way the it will pick up the already installed DK gems.15:23
markvan_I think we want to move toward "requiring" ChefDK for our dev setup, and therefore change the Rake to use "chef exec" to run the commands.   If there comes a time where we need to update or install a gem, we can do that explicitly within the ChefDK env.15:24
markvan_If folks don't want to use ChefDK, then just do the old steps (as doc'd in the testing.md) to bundle install and berks vendor.15:25
markvan_Seems like a big waste of time to reinstall gems that are already part of the ChefDK.15:25
jklaresure15:26
jklarebut if we want to use chef exec bundle we probably need to bundle first15:26
jklarelike chef exec bundle install or something15:26
*** mattray has joined #openstack-chef15:26
*** ChanServ sets mode: +o mattray15:26
jklareof we could just try the whole thing without a Gemfile15:26
jklareif we are positive that our gems are included in chefdk15:27
markvan_yeah, I think at one point I had a clean setup and did everything with just the ChefDK gems, no bundle install, and therefore no bundle exec.  I just used "chef exec" for everything.15:28
openstackgerritJan Klare proposed stackforge/cookbook-openstack-integration-test: bootstrap.sh for infra testing  https://review.openstack.org/16573715:29
jklareif this works it would save us a great deal of work15:29
jklarewe could just throw the gemfiles15:29
jklarelets see15:29
markvan_But I think at some point I found and issue, but don't recall which gem off hand, bit it was 1 gem.  So, we can easily handle that in the common bootstrap and just install/update gems as necessary after we install the ChefDK, one stop shop.15:30
j^2looks like we’ll need to drop the hangouts officially: https://review.openstack.org/#/c/175000/15:31
jklarej^2: yeah i read that15:31
jklarei actually do not understand it completely15:31
j^2The only bar to entry in the big tent is "are you one of us", (do you handle your community in the OpenStack way), and we don't use Google Hangouts for our project team official meetings. There are multiple reasons for that, such as non-free software being needed, difficulty to casually follow the meeting without "joining the hangout", absence of searchable15:32
j^2logs, etc. You may find them more efficient, but they are arguably less inclusive, and definitely different from how we do things in OpenStack...15:32
markvan_j^2: yeah, saw that....while I can't fully agree with their points, it seems lke an up hill battle to try to convince them of how it's working well for us15:32
j^2yeah but it goes to do we want to be part of OpenStack name space, and offically not use Hangouts, or stay in the Stackforge and offically use the hangouts15:33
markvan_so maybe a 2 stage approach, switch to irc 9or whatever they suggest) for all our meetings, and then after we're in, begin a discussion about how we think video chats are a good way to communicate.15:34
jklarei do not see the reasoning why a video chat solution should not be allowed15:34
markvan_There has to be others that would agree that video chats are a good tool for (socail) community work15:34
jklareand in the end we are not bound to hangouts15:35
markvan_but we need to fight that battle after we're invited to the party15:35
jklarei guess we all are completely open for any other video chat solution15:35
jklaresure15:35
markvan_yup, there has to be something out there that other folks have tried and would be acceptable15:36
jklaremarkvan_: seems to work without bundling :D, just the specs are failing now15:37
markvan_yeah, and of course it's something related to I change I made for rhel 7.1, never saw that one before: Permission denied @ rb_sysopen - /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/fauxhai-2.2.0/lib/fauxhai/platforms/redhat/7.1.json15:38
markvan_fauxhai is supposed to auto download the latest platforms, seems like it's there but wrong file or dir ACL?15:39
jklarei saw something like this before, but cant remember how i solved it15:39
markvan_I'm going to try that spec locally15:41
markvan_jklare: Maybe we should try this Rake change with Common and Compute, that would give be a better warm fuzzy about this working in the gate15:42
jklaremarkvan_: on it :D15:43
sc`this is why i asked for a new gem to be cut :(15:45
markvan_@core http://paste.openstack.org/show/205733/ down to just the 2 ubuntu bugs for running aio_nova, both have workarounds, so we can at least run tests now.  I'm going to try my first tempest run15:45
os-chef-bot@j^2 @markvan @mattray @wenchma @jklare @cmluciano @zhiwei http://paste.openstack.org/show/205733/ down to just the 2 ubuntu bugs for running aio_nova, both have workarounds, so we can at least run tests now.  I'm going to try my first tempest run15:45
openstackgerritJan Klare proposed stackforge/cookbook-openstack-compute: TESTING TESTS WITHOUT BUNDLING AND JUST CHEFDK  https://review.openstack.org/17732115:45
openstackgerritJan Klare proposed stackforge/cookbook-openstack-compute: TESTING TESTS WITHOUT BUNDLING AND JUST CHEFDK  https://review.openstack.org/17732115:46
markvan_sc`: yeah, I'm not sure this is related to the gem itself, it might be something else15:46
sc`likely so, but the easiest way around it would have been to bump the version by +0.0.115:47
markvan_I just ran the tests locally (ChefDK) and it worked fine15:47
jklaremaybe a new chefdk version?15:47
sc`what version of chefdk?15:48
j^20.5.0 should be out soon15:48
markvan_humm, I'm still using 0.4.015:48
jklarei was talking about the version mark tested with and the one we install with bootstrap.sh15:48
markvan_but I know I have messed a bit with the gems in there.15:49
j^2ah15:49
markvan_jklare: yup, I'm going to dig to see which fauxhai I'm using and how it looks for rhel 7.115:49
jklarebtw. did we agree on joining the big tent without our beloved hangouts now?15:50
markvan_humm, found one big difference, the test shows "/opt/chefdk/embedded/lib/ruby/gems/2.1.0"   I have 2.0.0.   What do you guys have in this ChefDK path for this ruby version?15:51
sc`j^2: so re: big tent. would it be agreeable to just hold meetings over irc, and hangouts for ad hoc face time? or no video chat period?15:51
markvan_jklare: +1 to using irc for a while to get into bigtent15:51
sc`the video bit is useful imho, as the distributedness dehumanizes some things to some extent15:52
sc`just my stark view on it :)15:52
j^2sc`, markvan_, jklare: yeah to get to the big tent IRC is probably the best way. and like the ah-hoc conversations though too, but yeah offcially we should axe hangouts :)15:52
markvan_yeah, after we're in, we can discuss with others about ways to use a video chat, maybe a topic to throughtout in Vancouver15:54
j^2sounds good. i’ll figure out a wording for the review to say we’re axing it. i have a meeting to get to in about 20 and i don’t want to be late :)15:54
markvan_jklare: sc` what do you have in this dir?  /opt/chefdk/embedded/lib/ruby/gems/15:55
jklaremarkvan_: i have to admit that i acutally do not use chefdk locally because it breaks my rvm stuff :(15:56
markvan_jklare: ah, ok.  I think they we're trying to fix that up a bit in 0.515:56
sc`markvan_: 2.1.015:57
markvan_I'm running this box on windows 7 with ChefDK, and it's been running well.15:57
sc`i use both chefdk and rvm15:57
markvan_sc`: thx, so why do I have 2.0.0.  humm.   whas there a 0.4.1 that came out?15:57
markvan_sc`: do you have the /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/fauxhai-2.2.0/lib/fauxhai/platforms/redhat/7.1.json  file?15:58
openstackgerritJan Klare proposed stackforge/cookbook-openstack-common: TESTING TESTS WITHOUT BUNDLING AND JUST CHEFDK  https://review.openstack.org/17732715:58
markvan_fauxhai is trying to auto download the latest platform files from git, this permission issue might be because it can't write that new file since we're running tests without sudo15:58
sc`using chefdk 0.4.0 here. the fauxhai json doesn't exist15:58
*** libsysguy has quit IRC15:59
markvan_Can you give the failing spec a spin?15:59
jklareits 0.4.0-1 right?15:59
*** otter768 has joined #openstack-chef16:00
markvan_my version just shows 0.4.0, but let me check the actual version files (different on windows...).  And I can try this spin on my linux boxes16:00
*** libsysguy has joined #openstack-chef16:04
*** otter768 has quit IRC16:04
sc`just for grins i jumped in the pristine copy of compute and ran rspec. loads of deprecation warnings but no failures so far. what are the failing specs? i missed it16:05
sc`even after that rspec run, i just have up to 7.0.json in /opt/chefdk16:07
jklaresc`: also this was not the inital error, here is another spec that failed in the same way but more impressive :D http://logs.openstack.org/21/177321/2/experimental/gate-cookbook-openstack-compute-chef-rake/1f70d13/console.html16:07
*** smccully has quit IRC16:08
sc`how strange. it makes me wonder if whatever user is kicking off the test just can't write to /opt/chefdk16:11
sc`but 7.1.json doesn't even show up on my system16:11
jklarebut why is this only happeing for redhat?16:12
*** smccully has joined #openstack-chef16:12
jklareor for the redhat specs to be more precise :D16:12
*** thumpba has joined #openstack-chef16:12
sc`ok, i'm wrong16:13
sc`E_NOCOFFEE16:13
sc`it's a problem16:13
markvan_jklare: it's the new redhat 7.1 I recently added.  as sc`stated, the fauxhai gem is unique.  I added it to that project, but the gem did not get a newer version.16:13
sc`my specs failed16:13
sc`same difference. can't write 7.1.json16:13
markvan_instead, fauxhai tries to auto download the latest when it run, but since the tests are not run with sudo, I think we get permission deinied trying to bring down that file.16:14
sc`so it needs to be running as root, or at least have the chefdk bits chowned to a user with write privs16:14
markvan_sc`: running as root, so can acess that dir?16:14
markvan_So, jklare this might be the first one we need to add to the Common bootstrap to force an update to the fauxhai gem after the ChefDK install  (chef exec gem install fauxhai  --no-user-install)16:15
markvan_but, not sure that will solve this as the gem is not version updated, it relies on it's runtime auto download.  So, that would be we would need to run a dummy spec in the Common bootstrap while to get that update to happen16:16
markvan_Or we all push yet again to get fauxhai to put out a new version....would make life to easy16:17
openstackgerritMerged stackforge/openstack-chef-repo: Bump rabbitmq and erlang versions  https://review.openstack.org/17679216:18
markvan_I wondier if during the fauxhai gem install, does the download take place?  I'll try to figure that out16:18
sc`markvan_: running sudo chef exec rspec on my mac works16:20
sc`and now i have 7.1.json16:20
markvan_No, it looks like (https://github.com/customink/fauxhai/blob/master/lib/fauxhai/mocker.rb) its all down when the fauxhai is actually used in a spec for mocking a platform, then the download happens.16:21
jklarechef exec gem install fauxhai actually install fauxhai 2.3.016:22
markvan_sc`: thx for the confirmation.  So, looks like 2 choices to solve this.  1 Beg for a new fauxhai version (and include that in DK 0.5.0),  2 Add messy logic to Common bootstrap to run a single Common redhat spec (chef exec rspec spec/client-redhat_spec.rb) to "prime" the 7.1 json16:23
markvan_/chef/ sudu chef/16:24
sc`the most straightforward way, imho, is for a new fauxhai gem to be cut, but that seems to prove more difficult16:24
markvan_yeah, seems like they are really proud of this "auto" download magic, but it only works in some cases.  Should be no need for sudo running tests (to update test tools)16:25
markvan_jklare: humm, I don't think 2.3 has the 7.1, but we should check that.16:26
sc`2.3.0 from rubygems doesn't have it afaik16:26
markvan_and 2.3 was called the "annual" release....bummer16:26
markvan_thx sc`16:26
jklaremarkvan_: currently waiting for the specs to fail16:26
sc`i mentioned this in my issue, which was summarily closed with "here's the code where it downloads from github"16:27
markvan_jklare: so, want to try add that sudo rspec run to Common after we install the ChefDK?16:27
jklaremarkvan_: not sure, sounds bit messy, but i guess if it does the trick16:28
markvan_sc`: yeah, I recall that....they did not want to discuss our (imo) valid use case where a new version is necessary16:28
sc`annoying16:28
sc`but it's not the first time that's happened16:28
jklaremarkvan_: sc` : mhhh interesting, this gem install fauxhai --no-user-install did the trick16:29
sc`the plot thickens16:29
markvan_jklare: yeah I thnk sometihing like even running the Common rake would do the trick, but we only need 1 redhat test to run.16:29
openstackgerritMerged stackforge/cookbook-openstack-dashboard: Allow ssl ciphers to be optionally configured for horizon  https://review.openstack.org/17686316:29
sc`i mean, if it works it works, but it's an awful hacky approach to get around bumping the version by 0.0.116:30
markvan_jklare: k, maybe w ecan try adding that to the Common bootstrap   (sudo chef exec gem install fauxhai --no-user-install)16:30
markvan_sc`: yeah this seems like an issue to have j^2 bring up with the Chef folks, fauxhai is a vital part of doing specs, and putting out a release for major platform updates seems reasonable.16:31
openstackgerritJan Klare proposed stackforge/cookbook-openstack-common: TESTING TESTS WITHOUT BUNDLING AND JUST CHEFDK  https://review.openstack.org/17732716:31
sc`fauxhai isn't under the chef umbrella though16:31
sc`is it?16:31
markvan_sc`: ah, don't know that part, good point16:32
markvan_maybe we send them free pizza coupons?16:32
openstackgerritJan Klare proposed stackforge/cookbook-openstack-compute: TESTING TESTS WITHOUT BUNDLING AND JUST CHEFDK  https://review.openstack.org/17732116:33
j^2sc`: yeah fauxhai I think is still under Seth Vargo. I can ask around to see if I can find someone to commit/push rights16:36
markvan_jklare: I tried the  chef exec gem install fauxhai --no-user-install, but still don't see the 7.1 json, so not sure this is going to work, might need to actually run a spec as well.16:42
jklaremarkvan_: yeah not sure, but it seemed to work on my ubuntu instance16:42
markvan_I wonder why this does not fail on the current gates.  could it be that ChefDK has a bug16:43
jklaremarkvan_: but the current run does not look like its working ... https://jenkins02.openstack.org/job/gate-cookbook-openstack-compute-chef-rake/3/console16:43
markvan_maybe the ChefDK gem tree is locked down a bit to tight?  unlike the normal gem install path?   just guessing here16:44
jklarewe could just change that16:45
markvan_jklare: yeah, chmod on that one dir might do the trick for us.  Not sure what user we run under, but something like (sudo chmod  u+rw,g+rw /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/fauxhai-2.2.0/lib/fauxhai/platforms/redhat/)16:48
markvan_or something like that?16:48
markvan_what does your box show for those permissions?16:49
jklare0744 for all sub directories16:50
jklarebut its fauxhai-2.2.0 for whatever reason16:51
markvan_yeah would need to open that up, or just download this file and put it there with a (sudo wget...)16:51
markvan_yeah that the embedded install path, there's also a ~/.chefdk with installed gems in it16:52
sc`how about opening up umask? perhaps that's locked down too tightly for fauxhai16:52
*** _joel has quit IRC16:53
jklarethe path in home has 0774 for all subdirs16:53
jklarebut i do not understand how this could be an issue at all, because all of these files should be owned by jenkins (or ubuntu in my case)16:54
markvan_jklare: but we're using sudo to install the ChefDK, which is right, but means root only change to what was installed16:56
markvan_so ,unless we run our tests with sudo it will fail right now16:56
markvan_and I don't know how big a deal it is to run our gate tests that way16:57
markvan_to test that now, we can just change the rake to "sudo chef exec" right?16:59
jklaresure17:00
jklareunless we dropped the privileges17:00
jklarenot sure about that right now, but i can check that in infra17:00
markvan_or back to my other idea, just run a (sudo chef exec rspec spec\client-redhat_spec.rb)  in the common bootstrap to prime this 7.1 json, then other tests will be fine without sudo.17:02
markvan_won't matter the version of fauxhai, it should do the download with that spec run17:03
jklaresounds like a doable workaround until the next fauxhai release17:05
jklarebut since we probaly do not have a common redhat spec in all cookbooks17:07
markvan_yup, I just tried that on my ubuntu box and it worked17:07
jklarethis one would need to be special for each project17:07
jklareor we try some crazy wildcard stuff17:07
markvan_do this in the common bootstrap just after the DK is installed.17:07
jklarebut the spec\client-redhat_spec.rb does not exist in all projects, does it?17:08
markvan_jklare: ah, yup.  so maybe we create a dummy test on the fly that just makes use of the 7.1 but does nothing and is not even a cookbook spec, just a standalone spec.17:10
jklaremarkvan_: although i like doing stuff like that, this sounds a bit too workaroundy17:11
*** _joel has joined #openstack-chef17:12
markvan_yeah, a bit ugly, but at least allows  small mess to be in one place to easy remove later and other rakes/bootstrap don't care17:13
jklarei am still working on this permission change17:15
jklaremaybe its easier to just make this folder accessible for everybody17:16
*** GonZo2K has joined #openstack-chef17:18
*** GonZo2K has quit IRC17:18
*** GonZo2K has joined #openstack-chef17:18
markvan_jklare: hey check this out, how about a direct call into Fauxhai to do the work...17:24
markvan_sudo chef exec ruby -e "require 'fauxhai'; Fauxhai.mock(platform:'redhat', version:'7.1')"17:24
jklaremarkvan_: that sound good17:24
markvan_I think that will do the trick, and we can add more of these for other platforms as needed, it will do the auto download thingy17:25
sc`+1 to that if it works. it's the least hacky hack :)17:26
openstackgerritJan Klare proposed stackforge/cookbook-openstack-common: TESTING TESTS WITHOUT BUNDLING AND JUST CHEFDK  https://review.openstack.org/17732717:27
jklare^^ i will ofc update the commit message and typos :D17:28
markvan_And with this change to the Rakefile, is it time to then start updating the TESTING.md to make note of the ChefDK env requirement, and if you want manual, play with the Gemfile/bundles your self?17:31
jklarei think thats a good idea, i will update the TESTING.md as soon as this is working and we drop the gemfile17:33
markvan_And this kinda also means making a statement about the Gemfiles, if they are not going to be used in the gates, do we want to keep them up to date?   or maybe just have one up to date example in the Common cookbook for those that still want to do it that way17:33
*** libsysguy has quit IRC17:33
jklarei would just drop dem17:33
jklaresince this this a cookbook and not a ruby project, using chefdk as a dependency should be sufficient17:34
jklareif it does the job ofc17:34
markvan_yeah, I basically agree there.   But I'm guessing there will be at least one gem out there in a ChefDK that we will want to update/change, that would mean just Common bootstrap updates.  Just need to doc that somewhere.17:35
markvan_and dropping also means one less file to dea with for stable branches, yeh!17:36
jklare^^17:36
jklarehttps://jenkins03.openstack.org/job/gate-cookbook-openstack-common-chef-rake/3/console17:37
jklareyay17:41
jklaresuccess17:41
markvan_:)17:41
markvan_and about 4x faster...17:42
jklare^^17:42
j^2Sweet!17:45
markvan_j^2:  cmluciano  thx for getting that rabbitmq cookbook out...means I can escape a few status cages....17:45
cmlucianothat was all JJ17:46
cmlucianoI just label things lol17:46
j^2Yeah I need to put cheeseplus s change in today too17:46
markvan_might help if EVERYONE could mark themselves as affected by this bug:  https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1439280   still has not been fixed, seems like a simple version mistake for trusty.17:47
openstackLaunchpad bug 1439280 in nova (Ubuntu) "Libvirt CPU affinity error" [Undecided,Confirmed]17:47
openstackgerritJan Klare proposed stackforge/cookbook-openstack-common: moving from bundler to chefdk  https://review.openstack.org/17732717:50
*** harlowja_away is now known as harlowja17:51
jklareneed to go now, but if you leave comments for this patch i will try to get them in until monday17:51
jklarehave a nice weekend17:51
markvan_jklare: l8r, nice job moving this forward...17:59
*** otter768 has joined #openstack-chef18:01
*** otter768 has quit IRC18:05
openstackgerritMark Vanderwiel proposed stackforge/cookbook-openstack-common: Move role and recipe include methods to Common  https://review.openstack.org/17738218:54
*** mattray has quit IRC19:14
openstackgerritMark Vanderwiel proposed stackforge/cookbook-openstack-compute: Dont install db packages on compute nodes  https://review.openstack.org/17738719:14
openstackgerritMerged stackforge/cookbook-openstack-client: Standardize cookbook name to openstack_client  https://review.openstack.org/17720919:24
*** petertr7 has joined #openstack-chef19:34
openstackgerritMark Vanderwiel proposed stackforge/cookbook-openstack-common: Move role and recipe include methods to Common  https://review.openstack.org/17738219:43
openstackgerritMark Vanderwiel proposed stackforge/cookbook-openstack-compute: Dont install db packages on compute nodes  https://review.openstack.org/17738719:47
openstackgerritMark Vanderwiel proposed stackforge/cookbook-openstack-telemetry: Dont install db packages on compute nodes  https://review.openstack.org/17739919:48
openstackgerritSamuel Cassiba proposed stackforge/cookbook-openstack-compute: Fix deprecation notices  https://review.openstack.org/17740019:50
sc`i expect that to be broken with fauxhai acting up19:50
sc`wanted to see what not-my-machine looked like :)19:51
openstackgerritMark Vanderwiel proposed stackforge/cookbook-openstack-bare-metal: Dont install db packages on compute nodes  https://review.openstack.org/17742019:58
*** otter768 has joined #openstack-chef20:02
*** otter768 has quit IRC20:06
markvan_sc`: yeah those deprecation notices only come from the rake/chefdk side right now...we're still using chef 11 in the old gates20:19
markvan_sc try running that with "check experimental"  to see if that clears up the rake/chefdk side.20:20
markvan_sc`: hang on, your doing that in compute....can only be done after the new common bootstrap goes in with the fauxhai fix20:21
*** dvlwrk has quit IRC20:21
j^2wow, i got completely lost in the rabbitmq cookbook20:23
j^2but it’s gonna have some of the largest longrunning PRs merged in abit20:23
j^2:) :) :)20:23
markvan_j^2: which ones, I can do a quick review if you want...20:24
j^2no worries, I’ve already merged them locally, i’m running the integration tests now :)20:24
j^2it’s just time consuming20:24
j^2btw, i’m gonna put rabbitmq on openstack.chef.io whenever i finally make it just as _another_ ci/integration tester thingy20:25
markvan_ah, ok...does that mean a 4.x release?20:25
j^2i was debating that20:25
sc`markvan_: ah, wasn't aware it was still chef 1120:26
j^2when i push up my “i’m ready to push the cookbook” PR, i’ll ask around for the input on the 4.y.z or 3.Y.z release20:27
markvan_ok, that would be good20:27
*** dvlwrk has joined #openstack-chef20:30
j^2markvan_: https://github.com/jjasghar/rabbitmq/pull/25720:43
j^2cmluciano: https://github.com/jjasghar/rabbitmq/pull/25720:43
markvan_k20:43
j^2anyone else interested in rabbitmq: https://github.com/jjasghar/rabbitmq/pull/25720:43
markvan_j^2: put my 0.02 in on that PR20:56
j^2thanks20:56
*** libsysguy has joined #openstack-chef21:23
*** _joel has quit IRC21:24
*** libsysguy has quit IRC21:26
*** libsysguy has joined #openstack-chef21:28
sc`was just about to tell you kitchen/specs looked good21:34
*** smccully has quit IRC21:52
*** stevemar has quit IRC21:53
*** neelashah has quit IRC22:01
*** otter768 has joined #openstack-chef22:03
*** otter768 has quit IRC22:07
*** harlowja_ has joined #openstack-chef22:41
*** harlowja has quit IRC22:41
*** petertr7 has quit IRC23:31
*** os-chef-bot has quit IRC23:47
*** os-chef-bot has joined #openstack-chef23:48
*** grealish has quit IRC23:58

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