=== xnox_ is now known as xnox === thumper is now known as thumper-afk [05:03] do juju charms have a way to bond network interfaces? === vladk|offline is now known as vladk === CyberJacob|Away is now known as CyberJacob === Ursinha-afk is now known as Ursinha [07:45] Hi I am trying to run a juju charm on my private openstack cloud but I get the following error [07:46] cannot start bootstrap instance: cannot allocate a public IP as needed: failed to allocate a floating ip [07:46] any idea what I need to do. [07:46] ? [07:47] the error returned is [07:47] cannot start bootstrap instance: cannot allocate a public IP as needed: failed to allocate a floating ip [07:47] returned unexpected status: 404; error info: {"itemNotFound": {"message": "FloatingIpPoolNotFound: Floating ip pool not found.", "code": 404}} === CyberJacob is now known as CyberJacob|Away === tedg is now known as ted === ted is now known as tedg [10:26] marcoceppi: am i right in understanding that there's no way to fake/double relations with amulet? i.e. if you have a mongodb relation, you have to deploy mongodb and relate to your charm in order the the sentries to be able to inspect relations? [10:35] bloodearnest: at the moment, yes, you have to deploy mongodb [10:35] marcoceppi: kk, thanks === Ursinha is now known as Ursinha-afk === thumper-afk is now known as thumper === Ursinha-afk is now known as Ursinha === tedg is now known as ted === swebb is now known as zz_swebb === dannf` is now known as dannf [14:32] fwereade: a bit late, sorry, but I just remembered that I was supposed to poke you about a 1.18 release (or somebody, anyway). I think James asked about this last week. Do we have a schedule? [14:32] rbasak, hmm, not sure about another 1.18, what did you need for that? [14:33] fwereade: Utopic needs the latest commits to work, and we need to upload that to push those fixes back to Trusty. [14:34] rbasak, ok, would you raise that on the call please? nate is there and should be able to handle the tech side [14:35] * fwereade dashes [14:35] Will do. Thanks! [15:03] marcoceppi: having issues using amulet to deploy local charms [15:06] marcoceppi: aaaand now it works. ignore me, sorry for the noise [15:19] marcoceppi: ah, no, I am getting failures. Am doing d.add('name', '/path/to/charm') but deployer is giving me this error [15:19] AttributeError: 'NoneType' object has no attribute 'branch' === zz_swebb is now known as swebb [16:17] tvansteenburgh: have you seen bloodearnest's issue in latest amulet? [16:18] * tvansteenburgh reads [16:18] bloodearnest what version of amulet? [16:19] tvansteenbur.5.0-0ubuntu1~ubuntu14.04.1~ppa1gh: [16:19] bah [16:19] tvansteenburgh: 1.5.0-0ubuntu1~ubuntu14.04.1~ppa1 [16:20] tvansteenburgh: I am trying to deploy 3 local charms (they are not public charms) [16:20] bloodearnest your bug is fixed in the 1.5.1 milestone: https://launchpad.net/amulet/+milestone/1.5.1 [16:20] tvansteenburgh: right, will it hit the ppa anytime soon? [16:21] sorry, only marcoceppi can answer that. i only fix the bugs, he releases :) [16:22] tvansteenburgh: I will try with the 1.5.1 tag from github, thanks! [16:22] tvansteenburgh: thanks for the answer. bloodearnest when marcoceppi returns he should be able to answer on date of next release [16:24] tvansteenburgh: hmm, my charm is in version control, fwiw, bzr [16:24] ah, but some of the others are not yet === isviridov is now known as isviridov|away [16:27] arosales: thanks for the prod :) === revagomes_ is now known as revagomes [16:33] tvansteenburgh: fyi, that gets me further, but then I get this: http://paste.ubuntu.com/7545136/ [16:33] how do I know which charms should be related to wchich ones..? In the GUI it gives me suggestion which charms I CAN link to which so should I just make as many links as I can? Its openstack deployment. [16:35] bloodearnest: looking [16:37] Marek1211: there's a bundle that will give you the deployment map of a simple openstack cluster, 1 moment while i fish that up [16:37] bundle:~makyo/openstack/2/openstack [16:38] or: https://jujucharms.com/sidebar/search/bundle/~makyo/openstack/2/openstack/?text=openstack [16:39] bloodearnest: humor me and try deleting /tmp/charm_pf_xiam/ and try again [16:40] tvansteenburgh: doing that, but I got it a few times [16:40] with different tmp dirs [16:41] bloodearnest: ok, then i'll need to repro and fix [16:41] am digging in to it [16:41] bloodearnest: cool, thanks [16:43] thank lazyPower I have already deployed my environment and looks like on the pic in the link. I made as many relations as possible but was wondering if this is the right way to do it... [16:43] https://dl.dropboxusercontent.com/u/105701583/juju.PNG === ted is now known as tedg [16:46] i dont see anything inherently wrong with that... but i'm not an authority on teh openstack deployments [16:47] bloodearnest: i think i found the problem [16:48] bloodearnest: if you're running from source now, try changing this line: https://github.com/tvansteenburgh/amulet/blob/master/amulet/charm.py#L135 [16:48] to: [16:48] temp_charm_dir = os.path.join(d, os.path.basename(os.path.dirname(path))) [16:50] tvansteenburgh: trying it now [16:53] tvansteenburgh: hmm. so now I'm getting the orginal error again [16:56] bloodearnest: weird, didn't expect that [16:57] yep, is odd [16:58] tvansteenburgh: I gotta eod, will dig some more tomorrow === andreas__ is now known as ahasenack === tedg is now known as ted === ted is now known as tedg === Ursinha is now known as Ursinha-afk === vladk is now known as vladk|offline === roadmr is now known as roadmr_afk [17:45] Is it possible to Autoscale with Juju ? === urulama is now known as uru-away === uru-away is now known as urulama [18:06] Marek1211: not automatically, no [18:08] Marek1211: it's something we'd like to support eventually, but it's a tricky problem, mostly around knowing when you *need* to scale up/down. === tedg is now known as ted === ted is now known as tedg === roadmr_afk is now known as roadmr === vladk|offline is now known as vladk [19:32] Okay, thanks :) doing a school project on juju+openstack, wanted to make sure, thanks! === vladk is now known as vladk|offline [19:34] natefinch: landscape don't integrate with juju charms to scale? === vladk|offline is now known as vladk [19:37] sebas5384: nope [19:37] damn [19:37] sebas5384: there's no integration between landscape and Juju [19:37] hehe [19:38] would be nice to have... :) [20:04] How can build relation between Rabbitmq-Server (as buffer for request interface) for my owm locla charm( process the requests) | http://askubuntu.com/q/474097 [21:01] what must be done to have more than on local environment running at the sametime? [21:01] i already changed the storage-port [21:02] but i'm geting "ERROR cannot use 37017 as state port, already in use" === sebas538_ is now known as sebas5384 === roadmr is now known as roadmr_afk === vladk is now known as vladk|offline [21:50] is anyone aware of juju charms for openstack services that would support multiple interfaces as well as bonded network interfaces with vlan tagging? === isviridov|away is now known as isviridov [22:30] Ubuntu MAAS Setup - Newbie - adding nodes | http://askubuntu.com/q/474140 [22:57] Anyone know how I can use the constraints to define the size of the root-disk foe EC2? [22:57] For what I understand the following should be possible also for EC2 "juju deploy --constraints "root-disk=16384M" mysql", but I get a '(error: no instance types in us-east-1 matching constraints "cpu-power=100 root-disk=16384M")' [22:57] Any suggestions ? === roadmr_afk is now known as roadmr === roadmr is now known as roadmr_afk