/srv/irclogs.ubuntu.com/2012/01/20/#juju.txt

negronjlSpamapS: I approved your merge request (https://code.launchpad.net/~clint-fewbar/charms/oneiric/mediawiki/misc-fixes/+merge/89369)01:51
SpamapSnegronjl: sweet thanks02:02
=== bradm_ is now known as bradm
=== koolhead11 is now known as koolhead17
nijabalynxman: reg certificate transfer, I would recommend you to have a look at https://code.launchpad.net/~nijaba/charms/oneiric/drupal/nb (which is still waiting for a review - hint) as it is I think the best example.08:01
lynxmannijaba: thanks :)08:50
tyskahello guys11:39
tyskaniemeyer: are u there?11:39
niemeyertyska: I am indeed11:39
niemeyertyska: How're things?11:39
tyskaniemeyer: evolving11:40
niemeyertyska: That's good :)11:40
tyskaniemeyer: if someday you come to RG, come here to visit us11:41
niemeyertyska: Will do.. where are you located?11:41
tyskai am on FURG - campus carreiros11:42
niemeyertyska: Ok, any department/subdepartment?11:43
tyskayeah, Centro de Ciências Computacionais - C311:43
niemeyertyska: Nice name :)11:44
_markh_I'm using juju to set up some local (LCX) services on a single system. When that sys reboots, none of the services restart and juju status says "ERROR could not connect before timeout". How can I restore to the previously running state?11:44
_markh_LCX==LXC ... doh!11:45
niemeyer_markh_: Yeah, I could guess it :)11:45
niemeyer_markh_: There are two different angles to that question:11:45
niemeyer_markh_: The local LXC provider is really meant to be used for local experimentation11:46
niemeyer_markh_: Rather than for actual deployments11:46
niemeyer_markh_: So it won't survive a reboot11:46
niemeyer_markh_: The second angle is that the constraint of rebooting was inherited from the prototyping stages even for EC211:47
niemeyer_markh_: So the story isn't great with the trunk code11:47
niemeyer_markh_: On the bright side, though, the code fixing that is up for review already11:47
_markh_That's OK - we're not looiking to deploy immediately with juju. As long as I know the contraints then all is well11:48
_markh_Good to hear that there are improvements in the pipeline (12.04 ? )11:49
niemeyer_markh_: Cool.. so yeah, definitely in good ground there. Don't use the local provider for real stuff.11:49
niemeyer_markh_: There's a _big_ pipeline :-)11:49
_markh_:)11:49
niemeyer_markh_: There's code landing every week, and there will be for the foreseeable future11:49
tyskaniemeyer: do you have some new about that juju + eucalyptus problem?11:50
_markh_I'm really excited for juju. It could absolutely help with the deployment issues we struggle with.11:50
_markh_Thx.11:50
niemeyertyska: Hmm.. sorry, do you have a bug number?11:52
tyskaniemeyer: yeah, wait a minute11:52
niemeyer_markh_: That's great to hear.. it's indeed the kind of problem we're aiming at helping people on11:52
tyskaniemeyer: https://bugs.launchpad.net/juju/+bug/90745011:53
_mup_Bug #907450: juju does not work with Walrus when s3-uri has a suffix <Eucalyptus:New> <juju:New> <txAWS:New> < https://launchpad.net/bugs/907450 >11:53
niemeyertyska: Not much action there yet11:56
niemeyertyska: I'll clarify the problem for the folks asking11:57
tyskaniemeyer: great, thanks! ;)12:01
niemeyertyska: np, sorry it wasn't fixed yet12:03
tyskanp12:04
=== stub1 is now known as stub
mplniemeyer: that carmack quote is brilliant :)12:48
niemeyermpl: And true! :)12:48
mplyep12:48
NgI'm wondering about running juju in an openstack cloud - I know the juju docs currently say that only ec2 is supported as a cloud, but I'm guessing openstack support is coming. Is it something I can play with ahead of time if I run juju from, say, trunk?15:29
lynxmanquestion, when a new charm is deployed, after finishing install it'll always execute config-changed?17:01
hazmatlynxman, more specifically.. it will always execute config-changed when starting the service before executing the start hook17:19
hazmatNg, openstack is supported17:20
lynxmanhazmat: yeah just realised :) silly me17:20
lynxmanhazmat: thanks17:20
hazmatnp17:20
hazmatah.. the faq needs updating17:21
mbarnetthazmat: To run on an openstack implementation is it just a case of updating the type in environments.yaml to openstack and adding the appropriate keys there?17:44
hazmatmbarnett, the default-image-id also needs to be specified in addition to the ostack credentials.. on the openstack side we use the ec2 apis to talk to openstack so either s3server.py needs to be running or the swift s3 middleware.17:48
mbarnetthazmat: okay, thanks.17:48
andrewsmedinahazmat: it's possible I use openstack + s3?17:51
hazmatandrewsmedina, no.. the ec2/aws provider assumes the same credentials are valid for storage and compute, the s3 server could be setup just for juju's minimal storage usage if their isn't any need for the object storage server in the deployment17:53
andrewsmedinahazmat: I'm having problem to have the same authentication in nova and swift17:54
hazmatandrewsmedina, if your just looking to get started.. s3server.py is basically just a single module python s3 server (in nova), afaicr it doesn't even bother with verifying the signed url authentication.17:57
hazmatandrewsmedina, are you using keystone for both nova and swift?17:57
andrewsmedinahazmat: im using tempauth for swift17:57
andrewsmedinahazmat: I will try s3server.py instead swift18:05
lynxmanhazmat: quick question for you sir, any easy way to know the zk instance address from a juju instance?18:40
hazmatlynxman, its in the cloud-init data, and environ of the agents18:41
lynxmanhazmat: so how can I recover it from the environ?18:42
hazmatlynxman, cat /proc/<pid-of-agent>/env18:43
hazmater. /environ18:44
lynxmanhazmat: thanks :)18:44
=== wrtp is now known as rog
_mup_juju/twisted-precise-compat r444 committed by kapil.thangavelu@canonical.com20:18
_mup_orchestra storage provider twisted 11.1 forward compatibility20:18
hazmatjimbaker, how goes?20:23
hazmatbcsaller, jimbaker would either of you mind looking at this trivial, it fixes the precise builds. https://code.launchpad.net/~hazmat/juju/twisted-precise-compat/+merge/8949020:23
jimbakerhazmat, good. did you have a chance to talk w/ bcsaller about niemeyer's review of the subordinate spec?20:24
jimbakerhazmat, i'll take a look at the trivial20:24
hazmatjimbaker, i didn't, i looked over the niemeyer's review though20:25
jimbakerimho, i don't really such much implementation difference between the two approaches20:25
hazmatbcsaller, give me a ping when your up for a chat re spec20:25
hazmati'd still like to flush out the relation structure on disk20:25
hazmater. zk20:25
bcsallerhazmat: I can do it in 2 minutes if you'd like20:25
jimbakerhazmat, as far as i could see, that's the only real diff, but it doesn't really carry into the impl - either is fine20:26
hazmathey smoser what's cirros?20:27
smoserhttps://launchpad.net/cirros20:27
smoserin a nutshell, ttylinux-uec version 2.020:28
jimbakerhazmat, +1 on the trivial20:28
jimbakeri appreciate the good doc on rationale20:28
hazmatjimbaker, thanks... took way to long to find that magic line20:28
jimbakerhazmat, definitely understand that! :)20:29
bcsallerhazmat: yeah, the trival looks fine, but the api around _completelyDone *sigh*20:32
hazmatbcsaller, what api ? ;-)20:33
bcsalleryeah20:33
bcsallerand why the default it has?20:33
hazmatbcsaller, because by default most http requests are request/response and done20:33
bcsallerI'd say most client code wants to follow redirects though20:34
hazmatbcsaller, this one just signals that it might be multiple request/responses before the semantic request result is obtained20:34
hazmattrue20:34
bcsallerhazmat: want to have that talk now? shame gustavo isn't around20:36
hazmatbcsaller, sounds good re talk20:40
SpamapShrm... "lightning" talks that are 15 minutes long.. more like thunder talks. :p21:57
_mup_juju/trunk r444 committed by kapil.thangavelu@canonical.com22:30
_mup_[trivial/merge] fix orchestra storage provider compatibility with twisted 11.1 [r=jimbaker,bcsaller][f=917954]22:30
_mup_juju/upgrade-config-defaults r432 committed by kapil.thangavelu@canonical.com22:46
_mup_merge trunk22:46
_mup_juju/upgrade-config-defaults r433 committed by kapil.thangavelu@canonical.com22:49
_mup_address review comments22:49
=== hspencer is now known as hspencer[afk]
_mup_juju/trunk r446 committed by kapil.thangavelu@canonical.com23:41
_mup_merge upgrade-config-defaults, config values are lazily instantiated. [r=bcsaller,fwereade][f=900560]23:41
_mup_Previously configuration values where prepopulated from defaults, now23:41
_mup_values are lazily computed from explicitly set values, and defaults.23:41
_mup_For charm upgrades config values not explicitly set will recieve now new23:41
_mup_charm defaults.23:41

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