[00:53] <_mup_> Bug #906647 was filed: zookeeper fails to build when installing on OSX < https://launchpad.net/bugs/906647 > [00:54] <_mup_> Bug #906647 was filed: zookeeper fails to build when installing on OSX < https://launchpad.net/bugs/906647 > [07:06] moo [07:54] meh [09:05] hi alll [09:08] Hello, I have a FAILED to build on the charm-tools ppa that seems a bit odd to me: it fails on a test using wget with "wget not found" which would seem to be part of base Ubuntu install. See https://launchpadlibrarian.net/87956598/buildlog_ubuntu-natty-i386.charm-tools_0.2%2Bbzr95-4~natty1_FAILEDTOBUILD.txt.gz [09:50] jelmer, which part of the charm is supposed to be checked in to the branch? [09:54] jelmer, lp:~mbp/charm/oneiric/launchpad/trunk [09:54] it's not that impressive [09:54] i need to work out whether to just copy & paste from devscripts or somehow make it reused [10:01] poolie: thanks [10:04] poolie: yeah, that seems to be the sufficient bits [10:10] nijaba: I don't think that wget is always part of the base Ubuntu install though it does have priority standard which would imply that it would normally be installed. [11:19] Good morning! [15:24] nijaba: no, wget is not part of the base install, charm-tools needs to build-depend on wget [15:24] and I thought it did actually [15:25] nijaba: buildd's have *only* the absolute *minimal* install, + build-essential [15:30] nijaba: the reason that FTBFS was that it was using the old lp:~charmers/charm-tools/packaging bits. I re-pointed the charm-helpers-daily build to lp:ubuntu/charm-tools which has the most up to date packaging [15:32] nijaba: I'll take a look at the peer-scp stuff today [15:33] SpamapS: gah... /me was going mad [15:33] SpamapS: I thought it was due to the fix I merged yesterday... [15:33] * SpamapS considers deleting the old packaging branch to prevent further confusion [15:34] nijaba: no, its been FTBFS'ing since the first test merge. :-P [15:36] nijaba: as we add more build-deps, I'll need to merge them into the ubuntu packaging to keep the daily builds going (thats kind of the idea though.. keep packaging up to date with trunk. :) [15:40] * SpamapS nearly cries when he sees that he has 753 unread emails waiting for him [15:53] nijaba: do we have any juju marketing flyers? [15:53] jcastro: I do not think so [15:53] jcastro: should ask sonia [15:53] ok [15:54] so like if I want to have a collection of flyers that we send to conferences we attend, I ping her for that? [15:54] jcastro: no, that would be cezzaine [15:54] ok [15:54] jcastro: beware that she has a form for these request ;) [15:59] maybe I can do them all at once [15:59] and then we'll be set for the year [16:11] jcastro: I usually attend a few conferences, meetings and such in the Bay Area so, if you can score some for me to distribute on my side that would be great :) [16:16] * jcastro nods [16:25] m_3: around [16:34] i wanted to know if its good idea to use custom sql schema along with user created say "admin:admin" [16:35] koolhead11: he should be back in a few hours [16:35] jcastro: cool. [16:35] SpamapS: We should talk before the break about our scale talk (lunching now though, ping me later) [16:35] * koolhead11 leaves for home [16:36] jcastro: you ping me, I'll be answering email for the next few hours. :-/ [16:37] <_mup_> juju/ssh-known_hosts r449 committed by jim.baker@canonical.com [16:37] <_mup_> Test key files [16:52] Question about the Wordpress charm… Does it have code to sync wordpress instances when you scale them? I haven't looked at the Charm yet... [16:59] mchenetz: wordpress just uses the database for all storage [16:59] mchenetz: one thing I haven't checked on is whether it uses the databse for sessioning [16:59] not exactly… The graphics and files are stored locally [17:00] That is the problem i am having right now with EC2 and multiple wordpress instances [17:00] I might have to run rsync or something [17:01] I tired to use w3 total-cache, which uploads content to S3… However it did not work reliably [17:03] Spamaps: any suggestions… You probably know a hell of a lot more than i do about this.,, Any help is much appreciated. :-) [17:05] mchenetz: I use an s3 plugin on my wordpress blog, which is why I didn't even think about that. ;) [17:05] Which one do you use? [17:05] mchenetz: for mediawiki, m_3 was working on just doing an NFS server and maybe gluster to store the uploaded images. [17:05] mchenetz: let me check [17:05] spamaps: thanks [17:05] mchenetz: http://tantannoodles.com/toolkit/wordpress-s3/ [17:06] setup was pretty much a no-brainer [17:06] Spamaps: Perfect!!! Just what i needed. [17:09] The next question is advantages of using haproxy vs ELB… Currently I have them using ELB [17:10] mchenetz: there probably aren't any advantages. ELB should be cheaper [17:10] I will stick with that. ;-) [17:10] mchenetz: I believe there is an ELB charm [17:10] tho not in the official list [17:10] Really, i was just thinking about that [17:10] and not super useful since it will eat up an instance. :-/ [17:11] hmmm, maybe there should be the idea of using a single instance for multiple charms… Like for administration like ELB… This way yyou could create a local provider and have it use many management charms... [17:12] I believe once subordinate services lands though, the thought was that you would just deploy an ELB "client" like charm that would use the API to add the node to the ELB. I disagree with this approach, as it exposes the AWS credentials on machines, but its at least workable. [17:12] Or maybe there should be juju, "plugins" that add management commands to the actually juju interface… [17:14] I am just thinking out loud [17:14] mchenetz: we've talked about CLI plugins yeah [17:14] Spamaps: cool [17:14] mchenetz: but in the case of ELB, it needs to be responsive to adds/removes of units.. so it feels more like a charm. [17:15] mchenetz: another option would be to use ch_peer_rsync, once we can trigger relation events fron config-changed hooks [17:15] mchenetz: its just a charm that we don't want to take up space on an instance. I have suggested in the past this would be a "virtual" service that runs its hooks on the same node as ZK runs. [17:15] nijaba: in this case, you have to rsync on upload [17:15] Spamaps: That sounds like a good idea [17:16] mchenetz: this would allow for any content modified on the leader to be replicated elsewhere [17:16] nijaba: there's no need for the triggering of relation events from config-changed to implement that though... [17:16] SpamapS: the idea is: modifiy leader, change config param, and all goes from there [17:16] nijaba: That sounds like an interesting option. I will look into that [17:16] SpamapS: yes, because ch_peer_rsync needs to be done within a relation [17:16] nijaba: you can simply cache the relation settings locally in the relation hook. [17:17] SpamapS: sounds like a a lot of work for something that should be coming for free in juju in a little bit according to niemeyer [17:18] nijaba: when it lands, we can get rid of all that logic.. until it does, we can get cool things done now. [17:18] Sounds like there is some great future functionality in the pipline... [17:18] SpamapS: let's get ch_peer_rsync reviewed first, I'll see on extending it then :P [17:19] SpamapS: the biggest pb I have at the moment is with the test script [17:19] SpamapS: you'll see that in one of 756 emals you have to read ;) [17:19] Yeah I'm digging through them [17:20] its been starred, and I've moved on to less complex emails :) [17:20] hehe [17:21] Where would i find the charms that are unofficial… e.g. ELB)… I know they are not on http://charms.kapilt.com/charms [17:21] mchenetz: https://code.launchpad.net/charm [17:21] thanks [17:25] Just an FYI… The Wordpress Charm in examples that comes with Juju should be updated, because it does not include a website: association [17:34] m_3: you need a review on juju-classroom? [17:36] looks like owncloud hasn't had a review yet either [17:36] nijaba: ok so are you a "charmer" now or do we need to get a vote from someone? [17:37] jcastro: yep, I am a charmer now [17:37] \o/ [17:37] jcastro: you want me to look at it? [17:37] sure [17:37] https://bugs.launchpad.net/charm/+bug/905410 [17:37] <_mup_> Bug #905410: Charm needed: Owncloud2 < https://launchpad.net/bugs/905410 > [17:38] jcastro: it's marked in progress, and last comment from koolhead17looks like he is working on a mysql backend [17:39] nijaba: hey there. yes. currently owncloud works with sqlite [17:40] koolhead17: so, should I review it now or wait? [17:40] nijaba: it will be good if you could review it, i will consider it 1st iteration :D [17:40] koolhead17: ok, doing so now [17:40] thanks [17:41] mchenetz: thats intentionaly actually... the example charms are not necessarily integratable with the lp:charm charms. they're just meant to be super simple examples. [17:43] iirc I filed a bug about this [17:43] imo we should just not include example charms in the packages [17:44] What about a charm repo. So it can download automagically from the cli? [17:44] install charm-tools [17:44] oh, okay [17:44] I din't know it did that [17:44] "charm get mysql" etc. [17:44] okay cool... [17:45] yeah so hazmat is working on the charm store [17:45] so you can just go [17:45] juju deploy cs:mysql [17:45] awesome [17:45] but charm get is our bandaid for now [17:45] works for me [17:47] mchenetz: did you see Elliot's tips on the juju mailing list wrt. osx? [17:48] no, i just saw the bug report from last night [17:49] https://lists.ubuntu.com/archives/juju/2011-December/001132.html [17:49] see that thread [17:49] currently reading it... [17:50] might be a good idea to subscribe to the list, it's not high traffic (yet) [17:51] I agree with a lot of the stuff he's saying… A single method would work good… I didn't create the test model yet… It was a first revision. ;-) [17:52] mchenetz: I don't think it's a bad idea to try to see which one would work best [17:52] I would like to make it easier for people to install. Since Mac's come with easy_install, i was thinking it might be best… I do think the mac app store might be ideal though [17:53] I am still working out what the best option is... [17:56] I am looking at Elliots brew formula and i will se if i can get it to work with the current packages [17:58] <_mup_> juju/ssh-known_hosts r450 committed by jim.baker@canonical.com [17:58] <_mup_> Mock testing for key gen [18:08] koolhead17: review of Bug #905410 done. [18:08] <_mup_> Bug #905410: Charm needed: Owncloud2 < https://launchpad.net/bugs/905410 > [18:09] koolhead17: please set the bug status back to fix comitted when you think the issues have been addressed [18:10] thanks nijaba :) [18:21] <_mup_> Bug #907016 was filed: cannot set hardware constraints on services < https://launchpad.net/bugs/907016 > [18:26] <_mup_> Bug #907019 was filed: service constraints are not used when deploying units < https://launchpad.net/bugs/907019 > [18:26] hi ejat [18:32] <_mup_> Bug #907024 was filed: provisioning agent ignores machine constraints < https://launchpad.net/bugs/907024 > [18:44] jcastro : hi [18:53] ejat: any progress on the charms you signed up for? [18:53] remember to holler if you need help with anything! [18:55] on progress … yes i will holler to everyone :) … since now a bit tight with daily task :( [19:37] Okay, looking at the Mac app store… It seems to be the best method. I just need to build Juju and then submit it to the app store… I will charge 1,000,000 dollars… oh hahah… Okay, i guess i will give it away free.. I will get started on it. [19:40] mchenetz: What's the update process like for upgrading Juju? [19:40] I might be wise to wait until the 12.04 release to put it in the mac store [19:41] i just have to submit it to the mac app store and it will allow the update [19:44] upgrading juju is an unknown :-/ [19:45] I believe once we have the ability to reboot, upgrades will be more obvious, and work just like upgrading anything else. [19:45] hehe… We can wait… I will get the process started though [19:50] I think it would be great to have it in there. I'd say juju is still beta quality at best, so just mark it as such [19:53] okay, will do [19:54] +1 on marking as beta [19:54] * robbiew swings by the channel and makes a passing comment [19:55] I meant upgrading the app in the "store" [19:55] When are we going to see Juju for Android :) [20:04] Android should be relatively easy as i think it supports android by default [20:04] python i meant [20:06] will it be good idea to have our own software store for the sw which is not on repository? In this way our charm will not get broken if source/sw gets moved/modified/upgraded [20:06] just a thought [20:08] I thought about that… may be a next phase [20:09] cool!! :) [20:53] nijaba: yes, please review juju-classroom when you get a chance. There're additional things we can do to scale this, but it's useful as-is for demos [20:56] m_3: o/ ... just waving hi.. on my way to lunch.. ;) [20:56] hey man [20:57] yay... mup's back [21:01] * m_3 to the "manamanat" muppet song [22:35] <_mup_> juju/ssh-known_hosts r451 committed by jim.baker@canonical.com [22:35] <_mup_> Refactored mock keygen [22:36] <_mup_> Bug #907094 was filed: AWS credentials should not be in Zookeeper < https://launchpad.net/bugs/907094 > [23:23] mchenetz: I've still not been able to get Juju going on my Mac OS boxes [23:24] Evilbill, what issues are you having? [23:24] https://bugs.launchpad.net/juju/+bug/906647?comments=all [23:24] <_mup_> Bug #906647: zookeeper fails to build when installing on OSX < https://launchpad.net/bugs/906647 > [23:24] That permissions issue thing [23:25] hmmm, did you try the easy_install method? [23:25] no, just pure brew. [23:25] i would try the easy install, it seems to work better [23:25] ok, will do. [23:25] thanks. [23:25] gotta run to a meeting, will try after I get out [23:26] no prob… If you have issues just hit me up here or at mchenetz (at) inventivedigital.com [23:26] Will do, thx!