/srv/irclogs.ubuntu.com/2016/06/20/#juju.txt

=== axino` is now known as axino
=== arturt_ is now known as arturt
=== magicalt1out is now known as magicaltrout
neiljerramMorning all!  Does anyone happen to know the purpose of juju-br0 ?10:37
=== cargonza is now known as cargonza-holiday
marcoceppineiljerram: juju-br0 I think is used to bridge LXC/LXD containers and KVM machines deployed by juju to a network routable address11:58
magicaltroutI dont' think it includes LXD containers11:59
magicaltroutI have lxd local(although not the latest beta) and no juju-br011:59
magicaltroutjust a fat stack of veth adaptors11:59
marcoceppimagicaltrout: this would be more `juju deploy --to lxd:` than lxd running on your machine as a provider12:00
magicaltroutah, yeah12:00
neiljerrammarcoceppi, magicaltrout Thanks. I found some email trails that seemed to say that sometimes you get juju-br0 and sometimes lxcbr0 - but it wasn't clear to me why.12:12
magicaltroutI do have lxcbr0, I guess marcoceppi is correct, because lxd local stuff would all have networking at the same level, but if you dumped it into a running box, you'd have a hard time addressing it :)12:14
andrey-mphi! can somebody point me to instruction how to publish charms? I've read this - https://jujucharms.com/docs/stable/authors-charm-store#submitting     I've made all needed branches - https://code.launchpad.net/~cloudscaling  and  https://code.launchpad.net/~apavlov-e   but my modules was not appeared in Juju. where is my mistake?12:25
magicaltroutits out of date andrey-mp :(12:26
rick_h_andrey-mp: working on getting an updated link12:26
magicaltrouthttps://jujucharms.com/docs/devel/authors-charm-store12:27
rick_h_andrey-mp: yes, sorry. The new docs should be going live this week12:27
andrey-mpthanks! will read and try )12:28
rick_h_andrey-mp: let us know if you hit any issues12:28
andrey-mprick_h_: ok12:28
=== Tristit1a is now known as Tristitia
=== smoser` is now known as smoser
aisraeltvansteenburgh: Any known issues w/bundletester and juju 2 beta 9?14:29
tvansteenburghi haven't tried it yet but if beta9 has the service->application rename then it's probably broken14:31
tvansteenburghaisrael: ^14:31
aisraeltvansteenburgh: ack, confirming that's broken :/14:31
rick_h_aisrael: tvansteenburgh yes, the stack is broken on top of latest beta. We need to get things updated to work with the changes.14:33
rick_h_aisrael: tvansteenburgh another round will break in beta10 with the api updates coming as well14:33
aisraelrick_h_: Do we have a target date for beta 10?14:34
rick_h_aisrael: once a week is the beta request so I'd look at the end of this week14:34
aisraelrick_h_: awesome \m/14:34
=== zul_ is now known as zul
petevgtvansteenburgh aisrael: can also confirm that amulet tests (and therefore bundletester) seem to be broken in beta9.15:52
tvansteenburghpetevg: everything is broken15:52
petevgAt least it's not just me :-)15:52
tvansteenburghsing it to the tune of the lego movie15:53
petevgHas anybody filed a ticket about a cheetah dependency breaking charm tools in Python3?15:53
petevgNow I've got it stuck in my head :-p15:53
xiletwith the juju add-storage options, is there any way to use a lvm volume or does it have to be a physical device?16:14
arosalesHello, just as an fyi on the GUI, the charm store was updated today and looks to resolve:16:44
arosaleshttps://github.com/juju/juju-gui/issues/168516:44
arosaleshttps://github.com/juju/juju-gui/issues/176516:44
arosalesbut 2 new bugs came up as juju2 is still updating back-end services16:44
arosaleshttps://github.com/juju/juju-gui/issues/178116:44
arosaleshttps://github.com/juju/juju-gui/issues/178016:44
arosalesmarcoceppi: jcastro lazypower-travel ^^ note this week for conferences16:45
arosalesand thanks to the UI team for working hard to try and keep up with a fast changing juju-core16:45
bdxcharm store is bugging out18:26
bdxhttp://imghub.org/image/B6cP18:27
rick_h_bdx: is that public? Did your login expire? try /logout and login?18:29
bdxrick_h_: I did18:30
bdxmultiple times18:30
bdxrick_h_: it shows here -> http://imghub.org/image/BI0X18:30
bdx`charm list` shows it -> http://paste.ubuntu.com/17607650/18:31
rick_h_bdx: ugh, file a bug please? and I'll get folks to look at it. https://github.com/CanonicalLtd/jujucharms.com/issues18:32
rick_h_there was a deploy today so maybe a regression. Can you check if it works for staging.jujucharms.com as well ple`ase?18:32
bdxyes, omp18:32
bdxrick_h_: even worse on staging18:34
bdxrick_h_: http://imghub.org/image/BQyu18:34
bdxthat was after multiple logouts/logins18:34
cholcombethedac, for your keystone-credentials interface are you meant to relate to keystone when using it?18:35
rick_h_bdx: oh right, to be expected I guess since you didn't upload your charm to the staging charmstore18:35
cholcombethedac, i imagine the answer is yes18:35
bdxrick_h_: the charmstore client is developed at https://github.com/juju/charmstore-client ?18:45
rick_h_bdx: yes18:46
bdxrick_h_: ahhh, I previously missed the link you posted, you want the bug there instead of the charmstore-client repo?18:55
rick_h_bdx: right  i think the bug is in the website. you mention the cli tool working fine18:59
bdxentirely - gotcha18:59
kwmonroehey, does hookenv.log work in an action?19:23
kwmonroenm, yes it does19:24
aisraelkwmonroe: most, if not all, of the hookenv stuff works inside actions.19:35
kwmonroecool aisrael -- turns out i was debug-logging with -i on the wrong unit and being like, um, where's me logs!?!19:36
aisrael:D19:36
=== redir is now known as redir_lunch
=== redir_lunch is now known as redir
xiletIs there a way to just attach a block device to a running charm (working with juju 2.0) as a raw device?21:46
kjackalhey kwmonroe, r u there?22:25
marcoceppixilet: type: block for storage should be a "raw" disk22:29
xiletI am trying to get the syntax down, how would I add that to an exisiting charm?22:30
marcoceppixilet: it should look something like this: https://jujucharms.com/docs/devel/developer-storage#adding-storage22:30
marcoceppithe second example block shows blockdevices22:31
xiletyeah, but do I just give it the location: of the block device I want to use? And do I need to redeploy the charm for it or can I use the set-config command for it? (Sorry new to juju)22:39
kwmonroehey kjackal!  you're still on holiday.22:43
=== bradm_ is now known as bradm
bdxcharmers: I charmed up DHC's internal recommendation engine, and introduced one of our devs to charming/charmstore - he's super pumped23:31
bdxcharmers: this is whelp -> https://github.com/DarkHorseComics/layer-whelp23:31
bdxI can't publish it to the store bc the wresource need be kept private23:32
bdxthe charm layer is g2g for github - needs some tests though23:32
marcoceppibdx: bad ass!23:35
marcoceppibdx: a lightning talk on this at the charmer summit would be sweet23:35
magicaltroutdidn't he already do one last time around? :P23:36
bdxmagicaltrout: yeah - crashburnboom23:36
marcoceppimagicaltrout: great question23:37
magicaltrout"just wait... there is a chart coming" ;)23:37
magicaltrouttouche23:37
* magicaltrout can't be bothered googling the crazy e the french use23:37
bdxmarcoceppi: totally23:39
bdxmarcoceppi: what are you trying to do with that DjangoYamlTactic ?23:41
marcoceppibdx: convert django.yaml to layer options for backwards compat23:41
marcoceppihaven't really gotten around to it23:41
marcoceppi(yet)23:42
bdxok, I'm about to dump some cycles the next few days and refine some of mods I have for it ... how to you feel about approaching writing out settings files similar to pythonn-djago? - I already have this going on for memcache and postgres and was about to get busy on mongo and redis ...23:44
bdxhttps://github.com/jamesbeedy/layer-django/blob/modularize_and_refactor/reactive/django.py#L63-84 ?23:47

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