=== kadams54 is now known as kadams54-away === kadams54-away is now known as kadams54 [01:52] blr: no.. if you want to manually configure containers, you can use the manual provider [01:53] hazmat: aware the correct thing to do is charm the other dependant service and set the IP with a relation, but the other service is super non-trivial to charm [01:54] will have a look at the manual provider though, thanks === mup_ is now known as mup === kadams54 is now known as kadams54-away === kadams54-away is now known as kadams54 === kadams54 is now known as kadams54-away === kadams54 is now known as kadams54-away === blahdeblah_ is now known as blahdeblah [10:15] hi guys [10:15] how can I detach a public address (floating IP) to a juju service? [10:24] marcoceppi, I'm adapting my charm to load balancing. Have you got any suggestion? Can I simply follow the WordPress charm code? [10:49] frankban, I detached a floating IP to a Juju VM; but Juju GUI isn't updating (still diplays the floating ip) [10:51] Muntaner: where is the ip displayed in the GUI? how did you detach the floating ip? [10:52] frankban, I detached it via OpenStack Horizon dashboard. I still can see the old IP by clicking on the charm, clicking on the mysql/0 - ish on the left [10:53] Muntaner: do you see the old ip with juju status? [10:54] frankban, this can sound strange - I tried to do that with mysql and haproxy. On mysql charm the status does not show the old IP, while for haproxy I still see the old one [10:55] in the GUI, I see the old IP from both of them [10:55] frankban, juju does not have a mechanism to detach the IPs? [11:01] Muntaner: not sure about the how juju reacts to this kind of changes directly done by using horizon. Perhaps you can get help from someone more expert of openstack stuff. Since openstack environments have a use-floating-ip option, I guess you can run "juju environment set" to enable or disable floating ips, but never tryed [11:01] tried even [11:08] frankban, ty [11:27] heya all. Am trying to write amulet test for apache, but it keeps using the wrong charm [11:27] I do: [11:27] d = amulet.Deployment(series='trusty') [11:27] d.add('apache2') [11:27] but I get the current cs version, not my local version on disk [11:47] marcoceppi, have you got a few minutes? [11:53] bloodearnest: The second argument to d.add is the path to the charm, which avoids the problem [11:55] stub, lovely, thanks [12:46] frankban: what is juju-quickstart 2.0's compatibility with older versions of Juju, please? [12:47] rbasak: no changes from previous versions, so it supports juju >= 1.18. [12:47] frankban: OK. Thanks! [12:47] rbasak: there is an open bug we are working on FYI and I we expect to release a 2.0.1 today or tomorrow. [12:49] ack. I can work on the packaging anyway, since that'll presumably be a minor change I can pull in before upload. [13:02] rbasak: +1 === axw_ is now known as axw [13:19] hi all, I haven't run bundletester before. I need help https://code.launchpad.net/~codersquid/charms/trusty/python-django/pip-extra-args/+merge/245785 [13:19] not urgently, but if you have a chance, please take a look and comment [13:20] also, would it be possible to unpin bundletester's dep on bzr and make it >= ? [14:09] hi whit, marcoceppi, asanjar, jcastro, arosales. A new week begins, and i return with my review requests :) This is a reminder: https://code.launchpad.net/~nicopace/+activereviews There are still 9 pending branches === kadams54 is now known as kadams54-away === kadams54-away is now known as kadams54 [15:06] good mornign guys [15:18] marcoceppi, toc toc [15:31] skay: fwiw, i branched python-django/trunk and ran `bundletester -e amazon -l DEBUG -v` and all the tests passed (using latest bundletester from github) [15:35] tvansteenburgh: thanks, I'll try that. [16:00] I am deploying a haproxy charm, and trying to connect to it, but nobody seems to happen === kadams54 is now known as kadams54-away === kadams54-away is now known as kadams54 === kadams54 is now known as kadams54-away [17:34] stub, adding path as a second arg to add() doesn't seem to work for me - I still need to have JUJU_REPOSITORY set for it work [17:37] I have a few questions regarding charm configuration is there someone who might have an extra minute or two to advise me of a best practice? [17:38] jamespage: Could you have a look at this https://github.com/Ubuntu-Solutions-Engineering/openstack-installer/issues/456 ? [17:40] charmers: Can anyone give any insight here https://github.com/Ubuntu-Solutions-Engineering/openstack-installer/issues/456 ? [17:57] Any takers https://github.com/Ubuntu-Solutions-Engineering/openstack-installer/issues/456 ? [18:05] anyone have any good ideas for the dockercon hackathon? [18:05] * whit means other than marcoceppi idea to go do something cool in lxc and then reveal it at the last moment [18:44] jamespage, charmers: If a charm, say cinder is deployed, and the configs os-admin-network, os-internal-network, and os-public-network are respectivly 10.50.0.0/24, 10.60.0.0/24 and 10.70.0.0/24, must then the physical node that the cinder charm is deployed to be connected on all three seperate networks? === kadams54-away is now known as kadams54 === roadmr is now known as roadmr_afk [19:28] marcoceppi, can you link to your actions blog post? [19:28] jorge: when I finish writing it [19:28] oh lol === kadams54 is now known as kadams54-away === roadmr_afk is now known as roadmr [19:54] bdx, indeed it must be [19:55] otherwise the charm will just fallback to private-address from juju === ctlaugh_ is now known as ctlaugh [20:09] marcoceppi, jorge I wonder if you could help with some project organization issues we're having. We've got a single project that is housing multiple charms. We've got a devel branch where we've been doing our work, but I'm having trouble figuring out how to handle publishing this to the charm store since they will be on different schedules. Can't just merge the whole devel branch with trunk as it will pull in charms that aren't ready. [20:09] Here's the project page: https://launchpad.net/ibmcharms === jorge is now known as jcastro [20:09] hi [20:09] Any advice? [20:10] soo/ [20:10] o/ * [20:10] when you mean publishing to the charm store [20:11] do you mean like just having everything in this lp project indexed on jujucharms.com? [20:11] Yes, and, and so users can eventually just deploy from there. [20:13] My understanding is that Launchpad will automatically find any charms pushed to a trunk branch. [20:13] yeah [20:13] you need to put /charms/ in the branch name though [20:13] Ah, ok, not just in the path. [20:13] so like I see in your branches you have like [20:13] ~username/ibmcharms/kimchi [20:14] you can push to ~username/ibmcharms/charms/trusty/kimchi for example [20:14] mchasal, but that's just how it is now [20:14] soon you can push to wherever you want, then just `juju publish` [20:15] Yes, I understand those changes are coming. [20:15] * jcastro nods [20:15] I think we're going to be pushing our first versions of these soon though, I'm guessing before publish is out there. [20:15] yeah [20:16] from there after you push I believe the threshold is 15 minutes for it to get listed [20:17] Ok, that's no problem. I'm just trying to get this project structured in a sensible way, which I don't think I did the first time around. [20:17] Trying to keep all the charms we're working on under this single umbrella. [20:18] But it looks like a single devel branch was too much. [20:18] yeah [20:18] also remember you need a place for the bundles too [20:22] I guess I'm still a little confused about the series, in your example above: "push ~username/ibmcharms/charms/trusty/kimchi" That's just going to go to whatever the development focus series is. [20:24] series is just linked to the distro though [20:24] wherever trunk development of the charm is can be anywhere [20:25] let me try to find how the openstack charmers do it [20:25] Hmm, maybe I'm mixing up my terminology. [20:25] they have a nice setup for devel and then propagating that to release [20:25] I was looking at their repos trying to understand this. [20:25] you want one place to do devel, and you want one place that is stable right? [20:26] right, I just don't want the automated process to pick stuff up before it's ready to be published. I was trying to encourage our members to push code regularly. [20:27] So yes, trunk/stable and devel [20:28] marcoceppi, do you have any insight into how the openstack guys do this? [20:28] I am noticing milestones, etc. in launchpad for their charms [20:29] Things like this confused me there too: "Merged branch lp:~hopem/charms/trusty/keystone/stable-precise-1423513" [20:29] So the branch with trust in its name has stuff for Precise. [20:29] hmm, I wonder if I can just ask them team to write up their whole workflow [20:31] That might be a good thing. [20:32] ok I'll go ahead and ask them to do so [20:33] COol [20:34] mchasal, aha! [20:34] https://wiki.ubuntu.com/ServerTeam/OpenStackCharms/ [20:34] looks like they did that already, see the "development flow" section === kadams54-away is now known as kadams54 [20:34] You mean they didn't just write that now? [20:35] heh [20:35] I'll go ahead and post this to the list too [20:36] I think I'll put this in best practices as well [20:39] Thanks for the help, I'll have to try and digest this all now. [20:39] It's still not clear to me where the trunk branch fits in. [20:40] Yeah, the reason I posted to the list was that if you had questions you can respond, because james is in the uk and will hopefully answer it before you start your day tomorrow [20:41] Ok, I'll keep an eye on it. === kadams54_ is now known as kadams54-away [23:38] lazyPower: ping [23:54] sebas5384: pong [23:54] lazyPower: hey! [23:55] whats up? [23:55] we have a team here that are starting to using docker + ansible [23:55] and the discussion of juju vs docker came up [23:56] I understand the diference [23:56] two completely different, and somewhat complimentary technologies. [23:56] yeah I know [23:56] but [23:57] the thing that was concluded at the end of the discussion was that juju is more like if you need to install a docker cluster [23:57] to then [23:57] use docker [23:57] and orchestrate your containers with other tool like flannel (i don't know really) [23:57] sebas5384: flannel isn't an orchestration tool [23:58] hmmm what is then? [23:58] sebas5384: flannel is a software defined networking stack that compliments docker's networking bridge, so you can do L2 over L3 networking. [23:58] eg: cross host networking [23:58] hmmm get it [23:58] thanks for the explaining [23:58] sebas5384: the way i explain this to people who ask... (give me a minute to type this out) [23:58] ok [23:58] :) [23:59] till that, the issue here was like, why Juju doesn't use docker as a provider