[00:05] anyone happen to know offhand whether there's an oh-my-zsh plugin for juju? [00:06] bodie_: http://askubuntu.com/questions/108689/how-can-i-get-tab-completion-with-juju-in-zsh [00:06] I did see that, but I was thinking of a simple dropin for the plugins spec on oh-my-zsh (it's nice) [00:07] bodie_: heh, while I <3 zsh benji and I aren't big fans of oh-my-* [00:07] bodie_: so no official thing for that I know of [00:08] it's a little bloaty, but the lazy in me approves [00:08] yea, I've had enough fun debugging broken things that I had no clue which thing did the breaking so vim, zsh, git, etc I go with my own config [00:09] "oh-my-abbynormal" === Kyle____ is now known as Eliz [01:17] what's juju-mongodb? [01:17] "mongodb for juju" doesn't exactly answer that question lol [01:18] bodie_: iirc, it's a mongodb with the javascript engine removed [01:18] don't ask me how that can work :) [01:18] de juju [01:18] but we're not interested in supporting a javascript engine for five years, hence this thing.. [01:18] .. so that juju can be supported in main [01:19] nifty :) [01:20] it's also mongodb with ssl enabled, which precise didn't have [01:22] Just Enough Mongo [01:22] really? why wasn't it enabled...? [01:23] iirc it was the TLS licensing thing [01:23] * jcastro uses technical terms at this time of night [01:25] jcastro: oh. that whole mess. ugh. :) [01:37] jcastro, marcoceppi, et al: as someone getting ramped up on juju, i just want to say these Charm School videos are great, thanks for doing them! [01:38] wow awesome! [01:38] I am glad people are actually watching them! [02:01] jcastro: yup, licencing [02:02] I love how I have to give no details [02:02] "the TLS thing" [02:02] and everyone knows what that is [02:02] jcastro: bad vibes, man [02:02] although ironically we don't use TLS to talk to the mongodb server anymore [02:02] all the clients talk to the api server [02:02] which runs mongo locally [02:02] it still talks TLS [02:03] but this isn't as important [02:03] * davecheney waits for someone to raise a small pedantic exception to my prevoius statement [02:07] hrm, the link to the copyright file from http://packages.ubuntu.com/trusty/juju-mongodb is broken [02:13] sarnold: broken on every single package === erkules_ is now known as erkules [04:46] Hey, is anyone working on an nginx charm now that it's going to be in Trusty? [12:24] frankban: thanks for looking at that juju-quickstart bug. I have another issue with a test failure - are you able to look at this for me for the MIR, please? [12:26] rbasak: sure, what's the probem? [12:28] frankban: http://paste.ubuntu.com/7084383/ [12:28] frankban: looks to me that the difference is ToMachineSpec [12:29] rbasak: yeah, this should be fixed in trunk [12:29] frankban: do you know which rev, please, so I can cherry-pick for the distro package? [12:29] rbasak: what's the output of .venv/bin/pip freeze | grep jujuclient ? [12:30] frankban: I also noticed that requirements.txt specifies jujuclient==0.11, but we have 0.17.5-0ubuntu1 in Trusty. I don't know if that's relevant. [12:30] frankban: there is no virtualenv here. The test is running as part of the package build (an MIR requirement) [12:30] rbasak: OIC so that's relevant [12:31] BTW, I'm on a bad connection. Workmen outside just removed my telegraph pole :( [12:31] I may drop. [12:31] rbasak: http://bazaar.launchpad.net/~juju-gui/juju-quickstart/trunk/revision/57 [12:32] rbasak: we plan to make a new pypi release asap, with updated dependencies and some fixes required by changes in juju-core [12:32] rbasak: we just need to wait for the new juju-core release [12:33] frankban: OK, thanks. I'll work with a cherry-pick of that revision if that works, then, and we can update Trusty when you can do a release. [12:33] frankban: please can you let me know when you do? [12:33] rbasak: sure, and thanks for your help [12:35] Can you pass multiple units to juju remove-unit? [12:50] frankban: test-requirements.pip was also missing, so I had to drop that part of the patch. I also dropped the bumping of quickstart.VERSION. Does that sound OK? [12:51] rbasak: he's run to lunch for a few min. I think that sounds ok [12:51] BTW, I'm a bit dubious about calling the top level module "quickstart". Using /usr/lib/python2.7/dist-packages/quickstart/ seems ripe for collision. [12:52] marcoceppi: yes, you can pass N units [12:52] mgz: ta [12:53] rick_h_: thanks [12:53] rbasak: I can understand. In checking pypi there's not much on that space https://pypi.python.org/pypi?%3Aaction=search&term=quickstart&submit=search [12:54] rbasak: if it's something we need to adjust we can jujuquickstart it. I don't think quickstart will be used as a lib so [12:54] rbasak: but in dist-pacakges isn't it juju-quickstart? [12:54] ah, guess not [12:56] rick_h_: I don't have a strong opinion. I don't think it should block the MIR. But it's something that I think I should flag with a Debian Python person, to avoid any potential problems in the future. [12:57] rbasak: definitely, and it's something we can adjust if required. [12:57] rbasak: appreciate you looking out for us :) [13:07] * rbasak tries to switch back to his main connection [13:48] ping frankban [13:48] zchander: hi [13:50] Hi, sorry I am bothering you again, but do you (or someone you know) have any knowhow to use 2 nics in a charm? I have just deployed an apache2 charm I am intending to test (yes, again ;) ) reverse proxying traffic from our school lan to the cluster network [13:50] e.g. how do I set up the second nic in the node to enable traffic from our school lan [13:54] zchander: I am not sure about that, I guess it depends on whether the apache charm supports that or not. You can investigate looking at the charm's docs, sshing into the deployed service node or asking the charm's maintainer [13:54] rick_h_: any ideas? ^^^ [13:55] yea, I don't think many charms support dual nics natively because most cloud environments give you one nic [13:55] you might be able to write a second nic subordinate I'd guess. Anyone ever try that marcoceppi? [14:16] Mmmmm, so much for another brainwave :D Seems the only option that is remaining for me, is to deploy a second server which isn't part of MAAS, to act as a reverse proxy (??) Or are there any other ideas to accomplish that === benji_ is now known as benji === cmagina is now known as cmagina-away [15:11] marcoceppi, ok how should I fix these bundles, reupload to new branches? [15:11] or can we copy over the ~charmers ones? [15:11] jcastro: we need to create new branches [15:11] and then considate multiple bundles [15:11] like the mediawiki ones [15:12] using simple namespaces [15:12] like mediawiki/simple instead of mediaiki-wiki/mediawiki-simple [15:12] marcoceppi: jcastro make sure to do a test one to verify how it looks and such [15:12] get them all in a branch somewhere, point me at it and I'll express promulgate after proof [15:13] not all in one branch though, you mean in their own individual service branches right? [15:13] jcastro: one branch per bundle(s) for that service [15:14] jcastro: right, so there would be a mediawiki branch with the two mediawiki bundles in the bundles.yaml file [15:14] right, ack === cmagina-away is now known as cmagina [15:27] marcoceppi, ok, pushed hadoop [15:29] * marcoceppi looks [15:30] for naming, how about "single" and "scalable"? [15:30] for say, mediawiki [15:30] jcastro: sounds good to me [15:35] marcoceppi, mediawiki and mongo pushed [15:35] that's all of them, all that's left is rails and django [15:36] jcastro: I'll push mediawiki first [15:36] to see how it renders [15:36] * jcastro nods [15:36] we'll see it in about 10 mins [15:46] jcastro: what's the comming-soon address for jujucharms? [15:46] apparently, I'm a little M friendly today [15:47] jcastro rick_h_ looks awesome in the gui [15:47] marcoceppi: woot! and should make nicer quickstart commands [15:49] jcastro: http://i.imgur.com/BIbDB3j.png [15:49] marcoceppi, comingsoon.jujucharms.com [15:50] marcoceppi, ok so now to remove old and busted .... ? [15:50] jcastro: we can't yet [15:50] * rick_h_ hides [15:50] not until the sometime next week [15:50] oh, until rick, got it [15:50] yeah, otherwise I'll start pushing the other new hotness up [15:51] keep on pushing [15:53] https://plus.google.com/hangouts/_/hoaevent/AP36tYdEL_9S543oWBGGJFmgI-6Vzdu2cLUpciThZmLeVlDfhr5Uhw?authuser=0&hl=en [15:54] Juju Eco Status session will be at that URL ^^ if you want to find out what's happening [15:54] we'll go live in 6 minutes [15:56] we're in the spill over room too, so you can ask questions here or in #ubuntu-uds-hallway [16:44] Hello all! Anyone know what if there is a way to use Juju to deploy multiple Wordpress sites on the same server (using Virtual Hosts or Server blocks)? Is this in the works? [16:46] ryanlee: if the charm doesn't support that, you could change the wordpress charm itself to allow for it [16:47] mgz, yeah, I actually was planning on contributing to it, but wanted to see if someone already had done something to make this possible. [18:02] jcastro: can we host future ones at ubuntuonair? just to keep track of all of them in one place [18:02] yeah sorry I just didn't have time [18:02] we'll do tomorrow's on UOA [18:06] hi! [18:07] Fishy_: o/ [18:10] So looking at using juju, have a Q. Say I have an app Foo i want to deploy. So I create a Foo charm. The problem is, Foo needs java installed to work. Do I a) Create a subordinate service of Java that Foo depends on? b) Install java in my gems hooks c) ???? [18:10] Fishy_: most simply, your foo charm installs java in your install hook [18:10] I could easily put 3 services on 1 machine, that all need Java (or some common thing) installed to run [18:11] ubuntu/debian has package management for a reason [18:11] though, how well java plays with that has long been open to question [18:11] ya that too [18:12] but also: say I have 20 instances of Foo around.. I want to upgrade java 1.7.x to 1.7.y.. but i want to roll it out slowly, to make sure it works [18:12] the hook way seems not helpful for that [18:12] but if i wrapped java in a charm [18:12] could roll it out [18:13] that's still perverse, even with this scenario [18:13] i guess if I just made a new Foo Charm and did an upgrade, the hook could upgrade it [18:13] java is not a charm it's a bit of infrastructure [18:13] ok so java dont make it a charm [18:14] the way people have tended to to rolling upgrades like that is have a config value that can be `juju set` on the service to pick a subset of units to upgrade [18:14] do I also need something like puppet to manage the underlying OS stuff like java ? [18:14] im trying to avoid puppet ;) [18:15] Ok so java.version a config value to my Foo charm.. then I can slowly upgrade the config value and roll out the new Java [18:15] no, you don't need it, but you can benefit from some management stuff off the side of a charm [18:15] Fishy_: that kind of thing [18:16] to do rolling upgrades you need more than just a version, because you want non-homogenous units [18:16] yah thats true [18:16] id rather tie version to the actual app not dependencies [18:16] but config seems to do that [18:17] a set of unit ids to upgrade would do [18:17] but 3 apps on the server, may end up with 3 different java.version variables i would need to have [18:17] http://askubuntu.com/questions/433842/how-to-resolve-error-machine-is-already-provisioned-in-manual-provision-set-up [18:17] then the roll back is leave the same set, and revert the version config change [18:17] any ideas here? [18:17] and a rollout is add all remaning unit ids to the config [18:17] i like [18:18] Fishy_, so how I would do it [18:18] is since deploying instances is an easy operation with juju I would do a java upgrade test in a seperate environment [18:19] rather than doing it instance per instance in an existing environment [18:19] we can't big bang to prod sadly [18:19] * jcastro nods [18:19] yeah so you could make it part of the charm and set the java version via config [18:19] see http://en.wikipedia.org/wiki/Knight_Capital_Group [18:19] for cost of failure ;) [18:19] heh, that is awesome man [18:20] Ok so then the choice is does the charm hook use apt-get, or does it install a local java [18:20] local java lets us have 3 apps with diff javas [18:20] but is "wasteful" [18:21] a subordinate could also work === jacekn_ is now known as jacekn [18:21] you likely don't want your apps in the same charm or smashed as services on the same machine anyway [18:21] but like are you apt-get installing your java currently or do you do the whole oracle manual install stuff? [18:22] right now we have a mix of 6 versions of se linux and 3 versions of ubuntu and a puppet server that is berserk and a bunch of hand configs [18:22] then the IT guy quit [18:22] i am trying to start fresh... thinking of a POC using juju to manage everything [18:23] ya in most cases I see 1 app to 1 VM or 1 MAAS [18:23] in which case I can just use apt-get like a sane person [18:23] yeah, in that case, it's just part of the install hook [18:23] that sounds... much nicer [18:24] would you guys reco juju on 12.04 LTS or 13? [18:24] I figured deployment is cheap so we don't NEED to use LTS [18:24] if we automate things right [18:24] LTS [18:24] all our charms and stuff all do LTS [18:24] 14 is soon I know [18:24] ok, LTS it is [18:25] yeah, but we're not even at 12.04's half way point in support, I'd base on 12.04, get the important things you mentioned in order [18:25] and target 14.04 like in the fall or something [18:25] we provide PPAs and updates back to 12.04 so you won't lose anything over choosing 13.x [18:26] right, heading home time for me [18:26] ya [18:26] some things 12 may not have that 14 will [18:26] tradeoffs.. [18:33] * Makyo is away: Lunch [18:40] * Makyo is back (gone 00:07:43) === zchander is now known as zchander__ === zchander_ is now known as zchander [18:48] is it possible to tell juju about an apt proxy? Cloud init lets you, but it doesn't seem possible to pass that through. [18:49] ev: it does it automatically for local lxc deployments [18:49] ev: not sure about other deployments [18:50] marcoceppi: it's for a ctslab openstack deployment [18:51] ev, there's a setting you put in environments.yaml that lets you define a proxy [18:51] I am looking for it [18:53] apt-http-proxy? [18:57] "apt-http-proxy": "value-set" [18:57] that seems to be it [19:05] ev, I filed a bug for thumper to document the value, I've CCed you on it [19:05] he usually comes online in about an hour [19:07] thanks [19:46] marcoceppi, I pushed the rails bundle up even though it's not passing proof [19:46] I wanted to get the readme and combining the 2 existing ones out of the way first [19:52] jcastro: we've got the RT in progress to deploy [19:52] jcastro: so hopefully have that ready in minutes vs hours now [19:52] excellent [19:52] jcastro: actually, I'm told it's deployed [19:52] jcastro: so try running charm proof on it and should work [19:52] I have the django one almost done, so really the only one we have to fix after is rails [19:52] <3 [19:53] I am confused, how would running charm proof on it work now? [19:53] jcastro: because charm proof asks charmworld for help in validating [19:53] oh! [19:53] jcastro: and that's been deployed with a new release [19:54] you sir, are correct! [19:54] passed first time! [19:54] boom! [19:54] marcoceppi, check out the rails bundle I just pushed please [19:54] jcastro: he's oot, i'll +1 it [19:54] you'll have django in a minute [19:54] k [19:55] I'm curious how much charm makers follow DigitalOcean docs :P [19:55] I have a couple of buddies who do those full-time, so it might be fun to get you guys together [19:55] hook me up! send them to me [19:55] we work on DO no [19:55] err, now [19:55] yeah, I saw :D [19:56] jcastro: link to branch with bundle? i dont see it in the revq [19:57] https://code.launchpad.net/~jorge/charms/bundles/rails/bundle [19:57] I didn't file a bug yet [19:57] lazyPower, I am reasonably certain the "sample-app" won't work ootb [19:57] ack [19:58] jcastro: is this going to be our common convention for bundles moving forward so i dont ask you this over and over again? [19:58] charms/bundles//bundle? [19:58] yeah, it's in the bundles doc page [19:58] ah ok [19:58] i haven't looked that over in a while. [19:58] and then the name is in the bundle itself [19:59] ty [19:59] so this one will be [19:59] juju-quickstart bundle:rails/single [19:59] juju-quickstart bundle:rails/scalable [20:01] jcastro: nix juju-gui [20:01] you left it in the bundle and quickstarts freaking out [20:02] ah! good catch [20:02] lazyPower, fixed, pushed [20:03] pulled & running [20:04] rick_h_: love the quickstart workflow btw <3 you guys are made of awesome [20:05] lazyPower: very cool, buy frankban a beverage next sprint. It's 99% his awesomeness [20:05] * lazyPower readies his credit card for rounds [20:06] frankban truly crushed it this cycle [20:06] lazyPower, django pushed, filing the bugs now to get them in the queue [20:07] rick_h_, notice how I am telling people the URL stucture before you write it? That forces you to fix the ~charmers thing, mwahahah. [20:07] jcastro: card is on the board and frankban started working on it today :P [20:07] sneaky sneaky [20:08] jcastro: jujucharms.com updated and shoiuld show recommended bundles now [20:09] lazyPower, marcoceppi: thanks for all your help! I have just sent out a mail to the mail list with my question. I'll continue my search and (hopefully) will be able to provide us all with more info on my quest [20:10] zchander: i saw that update. If you have any further questions dont hesitate to ask. We'll do everything we can to help you out. [20:10] * zchander forgot to also mention frankban *shame on me* [20:11] lazyPower: Maybe I should go the 'easy' way and use a separate reverse proxy server, which won't be part of the MAAS/Juju environment [20:11] rick_h_, well done sir, I was expecting to be up all night and here we are with 45 minutes to spare. [20:12] jcastro: :) we do our best to last-minute it as much as possible :P [20:12] * zchander is going to walk the dog and relax (playing BF4) [20:12] ok so all that's left is pushing these and then tomorrow I'll feature them === zchander is now known as zchander_ [20:14] rick_h_, hey so ... the ability to feature something is on manage.j.c [20:14] which only shows charms [20:14] so how do I feature a bundle? [20:22] jcastro: should be the same checkbox like a charm [20:22] jcastro: on mjc [20:25] yeah but how do I see the bundles? it only shows charms afaict [20:25] jcastro: search for bundle in the site search [20:25] http://manage.jujucharms.com/search?search_text=bundle&op= [20:25] dude [20:26] that is way better than jujucharms.com searching for bundles [20:28] rick_h_, nope, no link to adding featured in a bundle [20:28] tried to URL hack it too, no dice [20:30] jcastro: logged in? [20:30] yep [20:30] I can get to the charm ones no problem [20:30] jcastro: k, otp, will look in a sec [20:42] bac: do you recall how the bundle featuring was meant to work? I don't see links in the bundle template. [20:43] rick_h_: a bundle can be featured via the admin gui on mjc if it is promulgated [20:43] bac: yea, but it's not showing and there's no link in the bundle.pt like the charm.pt [20:45] oh, got a url that 403s on me [20:45] jcastro: try http://manage.jujucharms.com/bundle/mediawiki/single/featured/edit [20:46] jcastro: k yea that works for me ^ [20:50] rick_h_: http://manage.jujucharms.com/bundle/mongodb-cluster/mongodb-cluster/featured/edit [20:51] rick_h_: sorry, i was trying to figure it out. we need to add the link on the promulgated bundles. [20:51] bac: yep, added a card thanks [21:02] jcastro: so, i found the other issue [21:02] deployer isn't interpreting this correctly, its trying to deploy subordinate services to units - which is causing the issue. [21:03] jcastro: http://i.imgur.com/BIhknum.png [21:03] thats on rails-complex [21:03] lazyPower, hmm [21:04] lazyPower, config? [21:04] hazmat: http://bazaar.launchpad.net/~jorge/charms/bundles/rails/bundle/view/head:/bundles.yaml [21:04] lazyPower, shouldn't do that there are lots of extant deploys with subordinates.. [21:05] yeah, i'm looking at this, and thinking i may start deleting charms from the bundle until it deploys, and slowly re-add them back to find where its going awry [21:05] lazyPower, ie .. that assumption isn't correct. [21:05] afaics [21:05] well, its strange that was the error output. it may be something else causing the issue and bubbling that error message back up the stack [21:06] lazyPower: is there a num_units key on kibana? [21:06] if so, that's wrong [21:06] marcoceppi: ther eis [21:06] err, logstash-agent [21:06] the subordinate in other words [21:06] there is not on the logstash-agent [21:07] lazyPower: the bundle looks good to me [21:07] it looks fine to me too, but i cant get it to deploy on hpcloud or local [21:07] lazyPower: via gui or deployer or quickstart? [21:08] quickstart [21:08] huh [21:09] also when dragging/dropping on the gui, just finished confirming that [21:09] let me move to my laptop [21:09] my environment may be wonky [21:11] ok trying again - 1 sec while i fetch the bundle [21:18] marcoceppi, all roads there end at deployer [21:18] hazmat: good point [21:18] marcoceppi, num_units gets a log warning from deployer, but it ignores [21:18] jcastro: as an aside, the readme is full of lies [21:18] marcoceppi, on a subordinate [21:18] the bundle name is rails-complex, not rails-scalable [21:19] well, not lies, but its not correct :D [21:19] lazyPower: the name is all wrong to begin with [21:19] * lazyPower pokes at the revq to see if his bugs are open yet [21:21] oo its in here, ok doing the writeup [21:21] thanks for the responses gentlemen o/ [21:21] lazyPower, what's the error output? [21:22] hazmat: do you want the info from the gui or the machine log? [21:23] lazyPower, either or [21:23] lazyPower, how bout both [21:23] hazmat: the GUI error is http://i.imgur.com/BIhknum.png [21:23] let me fetch the machine log, 1 sec [21:23] lazyPower, okay the other one [21:23] * hazmat src dives into deployer [21:24] gah i destroyed env since that screenshot, let me run this again [21:24] sorry 1 moment [21:26] hmm [21:26] lazyPower, which version of core? [21:27] 1.17.4-saucy-amd64 [21:27] lazyPower, it does look like num_unit carries through on deploy [21:28] which it really shouldn't on a subordinate, but that's the first time its been an issue.. num_units is always 1 on deploy. [21:28] and deployer adds units subsequently which skips out on subordinates [21:28] ok i'm getting the same thing on 12.04 too - let me pastebin these logs [21:29] http://paste.ubuntu.com/7087033/ [21:30] Saucy ^ [21:30] precise > http://paste.ubuntu.com/7087044/ [21:37] lazyPower asked me to deploy this bundle and I am also seeing this bundle fail, but it appears mine will not connect to the GUI. [21:37] http://pastebin.ubuntu.com/7087061/ <== I am using hpcloud [21:38] juju-gui unit shows as started and exposed [21:39] But I am unable to raise it either on port 80 or 443 [21:40] Hey marcoceppi would this hp problem be related to the security groups being "full"? Don't you have a script that cleans that up? [21:40] mbruzek: probably [21:41] I'm going to tourch the hp account, one min [21:41] should I destroy-environment? [21:42] * mbruzek thinks that marcoceppi should explain the magic he is doing and when to know to do it. [21:42] mbruzek: yeah, go ahead and destroy [21:43] done [21:43] How can you tell if they are full? [21:43] mbruzek: I'm just running a little go program that uses the nova API to delete security groups [21:43] oh man i never thought of that [21:43] the sec groups being full [21:43] I mean, I don't really know, I just run it occasionally [21:43] * lazyPower hat tips [21:43] juju is getting pretty good at cleaning up these days though [21:43] orly? [21:43] lazyPower, I only *just* thought of that. [21:44] mbruzek: that was faster than I came up with it :D [21:44] marcoceppi, does your magic script tell us how many it deletes? [21:44] yes [21:44] Would that tell us if it is full? [21:44] hazmat: want me to pack the rest of the logs up and ship them or are you sated with just machine-0 logs? [21:44] mbruzek: it'll tell us how many it deleted [21:44] For example if 2048 security groups deleted then it was full [21:45] lazyPower, hmm.. what i need is the gui unit logs [21:45] mbruzek: we have a very finite limit [21:45] I think 75 [21:45] hazmat: ack, inc [21:45] or some high number, but if only 5 were deleted then that was likely not the problem. [21:45] haha, yeah 70 were deleted [21:45] mbruzek: try to bootstrap now [21:46] hazmat: http://paste.ubuntu.com/7087105/ [21:46] deploying that bundle [21:48] bootstrapping [21:50] OK I can now see the GUI [21:50] That must have been it, and 70 must be our limit [21:51] interesting [21:56] I'll talk to HP to get it increased, so annoying [21:56] Perhaps marco should share the script too [21:57] Looks to me like Quickstart thinks it deployed, but I only see 3 things on my GUI. [21:57] http://pastebin.ubuntu.com/7087146/ [21:58] Juju-GUI, kibana, and haproxy [21:58] Isn't there supposed to be a rails charm in there somewhere? [22:00] yeah I only see three charms deployed [22:00] http://pastebin.ubuntu.com/7087161/ [22:14] thanks for that deploy test mbruzek. You've validated what I found and outlined in the review === mrpink is now known as misterpink [22:27] lazyPower, whoa! I appear to have pushed the wrong bundle to rails [22:27] fixing [22:27] it's supposed to be single and scalable [22:28] jcastro: have you tried to deploy the django bundle? [22:28] i'm getting the same error output ont rying to deploy the bundles about subordinate services not being able to deploy with units. [22:28] so i'm not convinced this is a bundle issue as much as i'm wondering whats going awry causing this to be such a p [22:28] ita [22:29] we haven't touched the charm itself in a long time [22:29] ok found the issue, pushed new rails [22:29] ty - pulling update [22:29] it is no longer full of lies [22:30] haha [22:30] <3 [22:30] ... and left in juju gui again [22:30] jcastro: wipe juju-gui from scalable bundle [22:30] yeah [22:31] i want to stamp these as good but with them not deploying - i cant stamp them yet :( I'm sorry man [22:31] mbruzek tried too and couldn't get them to deploy [22:31] yeah that's fine [22:31] I just wanted to get them in line instead of blocking [22:31] fixing them is no problemo! [22:32] mission accomplished [22:32] pushed again [22:32] well, phase 1 anyway [22:32] I'm not even sure pavel's sample-app for rails works [22:33] jcastro: a good app to do this with would be stringer. [22:33] its a RSS reader, and an excellent test bed [22:33] ok so right now the rails charm is using a sample github url [22:33] if you think we can just put stringer in there and that will work then nod [22:34] ack. when i hear back from hazmat that he's got something for me to do differently, i'll give it another go, and if it fails i'll stick in a new rails app for ya [22:34] * lazyPower EOD's [22:34] it would not surprise me if either django or rails is broken [22:35] neither has tests and hasn't been touched in a while [22:35] its not the charms [22:35] wait huh? [22:35] did you see the screenie i posted ealier? [22:35] http://i.imgur.com/BIhknum.png [22:35] huh what is that [22:35] the craziest thing i've ever seen in my life [22:35] I didn't have that error [22:36] and i've encountered it on 3 machines so far [22:36] lazyPower, oh.. i thought you resolved the issue to limits [22:36] * jcastro goes to EOD, we'll find the issue in the manana [22:36] agreed [22:36] hazmat: negative, that was with the GUI being unreachable [22:36] * hazmat follows the path of wisdom [22:36] the subordinate error message is still standing [22:36] EOD ftw [22:36] haha :) [22:37] marcoceppi, i'm walking to lost dogs .. if you've got any interest.. dial me. [22:37] hazmat: I'm down, meet you there in 5 mins? [22:37] eta 45m [22:37] oh, see you in 45m [22:37] marcoceppi, walking.. its a ways. [22:37] gotchya, yeah I'll be over in about 30-45m [22:37] sweet, we'll EOD, you guys go to the bar and fix the bundles [22:37] sounds like a plan [22:38] lol [22:38] good try jcastro