/srv/irclogs.ubuntu.com/2014/04/30/#juju.txt

=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
=== CyberJacob|Away is now known as CyberJacob
=== Ursinha is now known as Ursinha-afk
=== CyberJacob is now known as CyberJacob|Away
chenxiongfeijuju09:34
_benoit_Hi09:47
_benoit_wanabee contributor question: I want to add support for an EC2 compatible provider to juju. Will the patches be wellcome ?09:48
=== mistotebe is now known as cargill
avoine_benoit_: which one? (note that I'm just curious and I'm not in the juju dev team)13:10
cargillwhat to do when a charm in the store needs to be obsoleted?13:12
avoinefill a bug I guess13:26
_benoit_avoine: Outscale cloud14:00
_benoit_avoine: there si two compagny Outscale INC and Outscale SAS who are providing a high performance cloud14:00
_benoit_avoine: If you are looking for an european EC2 alternative Outscale is  a good option14:03
=== Ursinha-afk is now known as Ursinha
mister_zombieHi, does Juju have a REST api of some kind?15:22
mister_zombieI found stuff in launchpad that suggest it does, but I didn't find any documentation about it. I did google words that I thought were appropriate, but the results were not what I was looking for.15:23
marcoceppimister_zombie: yes, it does15:30
marcoceppimister_zombie: not quite a RESTful API, but it's an API15:30
marcoceppimister_zombie: there's a package, jujuclient, in python for communicating with the bootstrap node15:31
mister_zombiemarcoceppi: Thanks, will look at that.15:37
mister_zombiemarcoceppi: It's using a websocket?15:40
marcoceppimister_zombie: yes15:40
mister_zombieOh, cool. I wanted to build some kind of client that could fire up/shut down instances of services from some web interface I'd build.15:41
mister_zombieWhich seems redundant to the web ui but yeah.15:42
marcoceppimister_zombie: cool, yeah, that's available to do15:52
=== seelaman` is now known as seelaman
magicrobotmonkeycan you make bootstrap leave the node up for debugging?16:04
marcoceppimagicrobotmonkey: can you elaborate?16:06
magicrobotmonkeywell i ran juju bootstrap and it died on cannot resolve streams.canonical.com16:07
magicrobotmonkeyand then shut the node down16:07
magicrobotmonkeybefofe i could get on it and investigate dns16:07
magicrobotmonkey(my nodes do not have internet access so things are running through proxies. hopefully)16:07
marcoceppimagicrobotmonkey: ah, yes, if a bootstrap fails during bootstrap it does a clean up16:22
marcoceppimagicrobotmonkey: I have no idea how to get around that though, possibly with the --debug flag during bootstrap16:22
=== murga__ is now known as psivaa__
magicrobotmonkeyis nova-volume called something different in trusty?17:05
=== negronjl is now known as negronjl-afk
whitlazyPower, heyo17:49
lazyPowerwhit: https://juju.ubuntu.com/docs/reference-reviewers.html17:49
lazyPowero/17:49
whitlazyPower, danke17:50
lazyPowerIhr Willkommen17:50
lazyPowerjose: new version of owncloud has been released18:09
lazyPower0.6.318:10
=== timrc is now known as timrc-afk
=== CyberJacob|Away is now known as CyberJacob
joselazyPower: ack, should be an easy fix, but can I get the other MP off the way?18:20
josethat way I can test that it actually works with the SSL integration stuff once it's updated18:20
lazyPowerjose: ack. sprinting so you know the drill. Will get to it asap18:21
joseyep, thanks!18:21
mhall119jose: lp:~mhall119/+junk/go-pronto-charm has my start charm18:24
* jose checks18:24
mhall119with a go-pronto binary for i386 in files/18:24
joseso what theda c mentioned is that $CHARM_DIR/files/go-pronto would be the path to look for if you want to run the binary18:25
mhall119or copy the binary somewhere else on install/upgrade-charm18:27
mhall119which was what I was going to do18:27
josethat could work, yes18:27
joseit's going to be 'go get' if 64bits else binary?18:27
mhall119I can probably just call it from the start hook and push it to a background process...but that seems hackish18:28
mhall119no, I was going ot just ship the binary, no go-getting18:28
josethen it needs to fail if the machine is 64bits18:28
mhall119it could run the 32bit binary on amd64, couldn't it?18:28
mhall119it'd just have to fail on arm18:28
josehmm, not sure18:29
josenow, for the upstart job you can just copy what's in http://bazaar.launchpad.net/~jose/charms/precise/communitycast-server/trunk/files/head:/data/18:30
josehttp://bazaar.launchpad.net/~jose/charms/precise/communitycast-server/trunk/view/head:/data/communitycast-server.conf specifically18:30
mhall119is that all there is to an upstart job?18:35
josemhall119: yep, at least I got it that way for communitycast-server18:42
joseoh, and you need to copy that to...18:42
jose/etc/init/job-name.conf18:42
joseto start it's `start job-name` and to stop `stop job-name`18:43
=== timrc-afk is now known as timrc
mhall119thanks jose18:45
josenp :)18:45
joselet me know if you need a hand with anything18:45
mhall119will do18:57
=== roadmr is now known as roadmr_afk
magicrobotmonkeyim having trouble with my keystone charm because localhost requests are getting sent through my proxy19:18
magicrobotmonkeythe only place i see the proxy set is in /etc/apt/apt.conf.d/42-juju-proxy-settings19:19
magicrobotmonkeyis there any way to add excpetions or anything in there?19:19
lazyPowermagicrobotmonkey: http://askubuntu.com/questions/92764/disable-proxy-server-for-one-apt-repository19:29
=== roadmr_afk is now known as roadmr
mhall119marcoceppi: jose: I'm getting a strange error from my go-pronto charm:20:21
mhall1192014-04-30 20:16:38 INFO juju-log Creating pronto settings in /etc/go-pronto/config20:21
mhall1192014-04-30 20:16:38 INFO config-changed + '[' '!' -d /etc/go-pronto ']'20:21
mhall1192014-04-30 20:16:38 INFO config-changed + cat20:21
mhall1192014-04-30 20:16:38 ERROR juju.worker.uniter.charm git.go:211 git command failed: exit status 12820:21
mhall119path: /var/lib/juju/agents/unit-go-pronto-0/state/deployer/update-20140430-16163899730581220:21
mhall119args: []string{"commit", "--allow-empty", "-m", "Imported charm \"local:trusty/go-pronto-7\"."}20:21
mhall119my charm isn't calling git anywhere....so why is it failing due to git?20:22
lazyPowermhall119: are you on 1.19.1 or on 1.18.x? the 1.18 series of juju still uses git as an internal versioning tool20:24
lazyPowerthis was removed as of 1.19.120:25
mhall119$ juju --version20:25
mhall1191.18.1-trusty-i38620:25
mhall119is 1.19.1 being backported?20:27
mhall119woot! success!20:31
gdeyhello everyone.20:53
marcoceppigdey: o/20:53
marcoceppimhall119: 1.19 series is bascially the RC for 1.2020:54
marcoceppimhall119: 1.ODD are dev releases20:54
gdeyAnyone one have a small tutorial or any documentation on how to create a provider for juju in go?20:54
marcoceppigdey: you should ping mgz20:56
marcoceppigdey: there's an example provider in the code base, but not really any documentation outside of the doc20:56
gdeymarcoceppi: k20:58
gdeymarcoceppi: Just making sure, in the juju-core code base; correct.20:59
marcoceppigdey: correct, under providers I believe21:02
qhartmanI've gotten my openstack setup working with Juju, with only a little bit of manual tweaking21:22
qhartmanone thing I'm having to do is add config-flags to the nova-compute config options21:22
qhartmanI've applied them in the gui, and they've appeared in the running config on one of my compute nodes that I have going, but not the other21:23
qhartmanhow long should it take to juju to propagate these changes to all node?21:23
tvansteenburghjose: ping22:02
josetvansteenburgh: quick-pong22:03
tvansteenburghjose: nevermind, i'll email you22:05
mbruzekjose are you there22:27
mbruzekI have a question about your owncloud charm.22:28
mgzjcastro: <http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#Using_AddingDefaultLocalInstanceStorageToAMI>22:51
mgz"For M3 instances, you must specify instance store volumes in the block device mapping for the instance. When you launch an M3 instance, we ignore any instance store volumes specified in the block device mapping for the AMI."22:51
mgzso, *if* he was switched to m3 instances from m1 instances by the pricing drop, he may well no longer be getting instance store when our images previously included it22:51
=== CyberJacob is now known as CyberJacob|Away

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