/srv/irclogs.ubuntu.com/2016/09/28/#juju.txt

sivaI am trying to deploy my charms and I find that the machine creation itself has not succeeded01:18
sivait is showing the 'pending' state01:18
sivaHow do I debug this problem?01:18
sivaWhat can be the issue?01:19
sivaMAAS2.0 UI shows that the status of the machine is 'Deployed'01:19
sivaMACHINE   STATE    DNS            INS-ID   SERIES  AZ 0         pending  192.168.1.252  4y3hkh   trusty  default01:20
sivaThe above state is there for hours01:21
sivaAny help to debug this is much appreciated01:21
bildzhey I'm having an issue with conjure-up on xenial.  I have 5 machines allocated for MAAS (1) and Openstack (4).  Maas works great and I can conjure-openstack, but im having an issue with it wanting another host and there isnt one for neutron.  Do I need 5 openstack machines, instead of the 4 the previous one could work with?01:38
bildzhttp://pastebin.com/ZfDciFgM01:42
stokachubildz: so 1 machine is always created for the 'controller' or 'juju admin' node01:42
stokachuso if the bundle requires 5 machines that means you need at least 601:42
bildzI'm assuming thats the bundle requirement01:43
stokachubildz: yea01:44
bildzstokachu: where would i have read that?01:45
bildzI can barely find install information for 2.0-rc101:46
stokachubildz: jujucharms.com01:46
stokachuwe use https://jujucharms.com/openstack-base/ for conjure-up01:47
stokachujuju docs https://jujucharms.com/docs/stable/getting-started01:47
bildzthank you01:47
bildzthankfully, i have another to get me through the install, but i've been playing around with the cli commands and am getting familiar with managing the deployment01:48
stokachu:)01:48
=== thumper is now known as thumper-dogwalk
=== scuttlemonkey is now known as scuttle|afk
=== thumper-dogwalk is now known as thumper-coffee
=== thumper-coffee is now known as thumper
=== saibarspeis is now known as saibarAuei
=== saibarAuei is now known as saibarspeis
=== saibarspeis is now known as saibarAuei
=== aluria` is now known as aluria
KpuCkocan somebody help me with container stuck in error/pending state?07:07
KpuCkoi have machine which hosting kvm container (this juju says) so i want to remove role from this server07:08
KpuCkohow to do that? how to fix services on the host machine which is in broken state?07:08
spaokjuju resolved, but if you want it retry the last hook use juju resolved -r  then the name07:22
spaokKpuCko: ^^07:22
KpuCkospaok http://pastebin.com/BBkFtA4D07:23
KpuCkoi don't know anythink for this machine: 1107:23
KpuCkohow to recognize it?07:23
spaokso, typically that happens when you run a add or deploy command it didn't match one of the other nodes07:25
spaokit's trying to add a new one07:25
spaokyou can juju remove-machine 11 --force07:25
KpuCkomhm, command runs fine, but result is the same07:26
KpuCkooh sorry, i have to wait some time after im running juju status again07:27
spaokya07:27
spaokits a queue like system07:27
KpuCkothanks a lot07:27
spaoknp, that happens a lot :)07:27
spaokif your testing stuff, using --to against one of your machine ID's will help07:28
KpuCkoyeah, yeah im working with juju gui07:29
KpuCkobut i'm trying to learn how to debug hooks07:30
KpuCkohow to fix them, etc07:30
KpuCkomany thanks for the help07:30
=== Guest60664 is now known as cyberjacob
magicaltroutalrighty, signed off to talk Juju at Pentaho Community event this year.... better sort out some more travel08:53
spaokdoes anyone know a charm that uses the current python-basic template? trying to get a feel for writing a charm09:34
magicaltroutthere is a python basic template?09:38
magicaltroutwhat you looking at spaok ?09:38
marosgHi, I am very new to Juju. I was following https://www.stgraber.org/2016/06/06/lxd-2-0-lxd-and-juju-1012/   and I am getting an error when bootstrapping controller09:39
marosgtest@lxd:~$ sudo apt install juju09:39
marosg[sudo] password for test:09:39
marosgReading package lists... Done09:39
marosgBuilding dependency tree09:39
marosgReading state information... Done09:39
marosgThe following additional packages will be installed:09:39
marosg  distro-info juju-2.009:39
spaokmagicaltrout: its part of the charm create command09:40
spaokmarosg: that should work, that's the error?09:41
spaokThis post assumes that you already have LXD 2.0 installed09:42
spaokyou got that?09:42
marosgyes, LXD is working09:42
spaokthere's a bug with images, not sure if they fixed it09:42
spaokmight be that09:42
spaoktry sudo lxc image copy ubuntu:16.04 local: --alias ubuntu-xenial09:43
magicaltroutah just the default stuff spaok ?09:44
magicaltroutmost charms start with it09:44
magicaltroutI've got some basic-ish stuff kicking around hold on09:44
spaokya, just reading about the services framework09:44
spaokbe nice to see a current example09:45
magicaltrouthttps://github.com/buggtb/layer-mesos-master/blob/master/reactive/layer_mesos.py09:45
magicaltroutthats a simple one09:45
spaokcool, thanks09:45
magicaltrouthttps://github.com/buggtb/layer-drillbit/blob/master/reactive/drillbit.py09:46
magicaltroutthere's a slightly more complex or messy one09:46
magicaltroutdepending how you look at it ;)09:46
marosgspaok, thanks, looks like it did the trick09:48
spaokmarosg: np, I ran into that one also, I just pull the image now as ubuntu-xenial as part of my deployments09:48
marcoceppispaok: you need to update your version of charm10:10
marcoceppipython-basic isn't the best template, python-reactive is10:10
spaokok10:11
marcoceppispaok: if you `sudo add-apt-repository ppa:juju/stable` and upgrade charm and charm-tools you'll get a better experience10:11
magicaltroutah that explains my confusion10:12
* magicaltrout didn't use python pre reactive10:12
spaokI looked at https://jujucharms.com/docs/stable/tools-charm-tools10:13
spaokand http://pythonhosted.org/charmhelpers/getting-started.html10:13
magicaltroutread 2.0 docs10:13
magicaltroutthey are10:13
magicaltroutfail10:13
spaokhah, ya, I've had a lot of problems with things in 2.0 docs10:14
marcoceppis/fail/in progress/ :P10:15
spaokfair enough10:15
magicaltroutsorry i was referring to my comment10:16
magicaltroutnot the docs10:16
magicaltroutas I said read 2.0 without clicking the link as I read stable :)10:16
magicaltroutsaid/read10:16
spaokya, the ones I was looking at don't really change between stable and dev10:16
magicaltroutcoffee clearly didn't have the desired effect this morning10:17
spaokheh, its 3am here10:17
magicaltroutyeah i don't think charm build has changed much if at all10:17
magicaltroutwest coaster10:17
spaokyar10:17
magicaltroutwhere abouts?10:17
spaoksan jose10:17
spaokheart of silicon valley pretty much10:18
magicaltroutah very nice10:18
magicaltrouttook a drive up that way when I was out in Pasadena last week10:18
spaoknice10:18
spaoksome nice beach roads10:19
magicaltroutindeed10:19
magicaltroutnice part of the world10:19
spaokthis current?10:20
spaokcharm 2.2.0-0ubuntu1~ubuntu16.04.1~ppa210:20
spaokcharm-tools 2.1.410:20
spaokcause no template found for python-reactive10:21
magicaltroutmore current than mine10:21
magicaltroutdon't you just run "charm create"?10:21
spaokwasn't sure, I saw different things about using -t python, or -t python-basic10:22
spaokI can create it10:22
magicaltroutna10:22
spaoks/create/try/10:22
magicaltrout charm create mycharm10:22
magicaltroutthen i see10:22
magicaltroutINFO: Using default charm template (reactive-python). To select a different template, use the -t option.10:22
magicaltroutwhich is what you want10:22
spaokkk, ya10:23
spaokok, now to figure out how to populate it10:23
magicaltroutbefore you build it10:23
magicaltroutmake sure you have the environment vars set10:23
magicaltroutelse you'll end up build stuff wonky10:23
magicaltroutJUJU_REPOSITORY etc10:24
spaokfor local repo?10:24
magicaltroutyeah it'll stomp on your charm if you aren't careful10:24
spaokok10:24
magicaltroutyou have to build before deploying or pushing to the charmstore10:24
magicaltroutso JUJU_REPOSITORY INFERFACE_PATH and LAYER_PATH10:25
magicaltroutneed setting10:25
spaokcd10:25
spaokok, I'm going to mess with this some more in the day light, thanks for the help magicaltrout and marcoceppi, gives me a good starting place10:29
magicaltroutno problem10:29
magicaltroutswing back round in the afternoon and more clued up people are around10:29
MrDanhello12:30
MrDanif I shutdown physical mahcines on which i have juju units as LXDs, when I boot up the machines again, the LXDs should come up themselves, right?12:30
magicaltroutI don't believe that is the case although I've never tried12:32
marcoceppiMrDan: they should12:36
* marcoceppi powers off a node in maas to test12:38
rick_h_MrDan: yes, they should come back up12:39
rick_h_MrDan: I do it on my laptop all the time, but not tried it on a maas server12:39
magicaltroutbooo i'm 0 for 2 today12:48
magicaltroutsomeone else the other day said theirs weren't coming back up12:48
marcoceppimagicaltrout: it could be a bug12:49
magicaltroutsurely not?12:49
marcoceppibut the agent should bring back not just the workload on the machine, but also the containers (if any)12:49
rick_h_+1, definitely it should12:50
magicaltroutfair enough12:50
magicaltroutsounds sensible ;)12:50
magicaltrouti'm still waiting for my kickstarter stuff to finally have a way to test MAAS properly12:51
magicaltroutlooking forward to it12:51
rick_h_kickstarter stuff?12:52
magicaltrouthttp://www.udoo.org/udoo-x86/12:52
magicaltroutbought a bunch of these12:52
magicaltroutaltough they now have 32GB ram not 812:53
magicaltroutif they arrive before i'm due to demo Juju at the Pentaho meetup this year I'm gonna take them and do a "MAAS" big data deployment12:54
rick_h_ah nice12:54
zeestratCool stuff. Do they have some sort of management interface so they can be managed by MAAS?12:54
magicaltroutyou mean powerwise zeestrat ?12:55
zeestratmagicaltrout: Yes.12:55
magicaltroutdunno, good question12:56
MrDanHi, testing now beta18 for the neutron-gateway issues12:56
magicaltroutthe maas docs are a bit of a black hole12:57
rick_h_MrDan: k, the team's landing that fix today for the rc2 tomorrow as well so please watch for that to help you get back to rc12:57
magicaltroutlooks like there might be ipmi support zeestrat12:59
marcoceppimagicaltrout zeestrat if there's IMPI it'll work for sure with maas13:00
zeestratmagicaltrout: Then you are probably good to go. The MAAS docs aren't too bad. There's a list of power driver capabilities here: http://maas.io/docs/manage-power13:00
magicaltroutyeah13:00
marcoceppimagicaltrout: I know a guy who built a BMC with an arduino for raspberry pis. A lightweight restful api that would power on one of the GPIO pins to turn on or off an RPI13:00
magicaltroutthe problem with the docs is where they land on google13:00
magicaltroutthey don't seem to get indexed13:00
marcoceppimagicaltrout: yeah, getting google juice has always been...a struggle for us on some of our properties13:01
marcoceppimagicaltrout: I gave up googling and just go to the source, or use `site:jujucharms.com` or `site:maas.io`13:01
marcoceppimaas.io is pretty new compared to maas.ubuntu.com13:02
magicaltroutyeah but you google maas and you end up at maas.ubuntu.com but then maas.io is listed lower down but only the landing page13:02
magicaltroutwhich is weird13:02
magicaltroutanyway.... yeah these boards have an arduino built into them which is pretty crazy13:03
magicaltroutinteresting to see what you can do with an X86 board with an Arduino 101 on them13:03
MrDanrick_h: it works, the neturon gateway services are installed13:03
rick_h_MrDan: cool, hope that unblocks you until rc2.13:04
MrDanyep13:04
MrDantomorrow rc2 is out on ppa?13:04
rick_h_MrDan: yes, that's the plan13:04
MrDancool13:05
rockHi. We developed a "cinder storage driver"  charm. In this charm we are using "subordinateconfigcontext" to pass configuration values to cinder.conf. [I mean to modify the cinder.conf  charm]. we followed https://github.com/openstack/charm-cinder/blob/master/templates/mitaka/cinder.conf13:24
rick_h_marcoceppi: did we have the ability to list/etc plugins before? I don't see it in the command lists but curious how we missed this when doing the cli stuff13:26
marcoceppirick_h_: `juju-1.0 help plugins`13:26
marcoceppirick_h_: it was a help topic, but I don't see why it wouldn't be list-plugins today13:27
rockSimilary, Using the same charm we need to modify the nova.conf. We need to add use_multipath_option: true/false.13:28
rick_h_marcoceppi: gotcha, ok yea. I was trying to see why we didn't have any plugin based commands make it into the new cli planning13:28
rick_h_marcoceppi: but if it was under help we probably just missed it13:28
marcoceppirock: there is a way to do that without modifying the nova charm, but I don't remember what that is13:29
marcoceppirick_h_: I can build a `juju list-plugins` plugin, but it won't show up in help ;)13:29
rick_h_marcoceppi: lol yea13:29
marcoceppirick_h_: which brings up an interesting point13:29
marcoceppishould `help commands` show plugins as well ;)13:29
rick_h_marcoceppi: yea, replying to your email thinking that through13:30
marcoceppirick_h_: cool, thanks13:30
rick_h_marcoceppi: if plugins is a noun in the juju-verse...what all does that mean.13:30
marcoceppiyou can list-plugins or `juju plugins` which are aliases13:30
rick_h_list, show, add/remove is done automatically via install. What's the command to get to a list of available plugins to install?13:30
marcoceppibut I wonder about register-plugin13:30
rick_h_marcoceppi: that kind of stuff13:30
marcoceppiwhere you whitelist the plugin so it shows up in commands13:30
rick_h_marcoceppi: hmm, not sure about that one13:31
marcoceppibut that's a feature, listing plugins is parity13:31
marcoceppiwell, add-plugin, probably not register-plugin13:31
marcoceppifwiw, plugins still work13:31
rick_h_marcoceppi: yea, tbh as a whole this will have to fall into a 2.0.1 atm13:31
marcoceppipfft, PATCH RELEASE?13:31
rick_h_marcoceppi: exactly, we've got bugs of things that don't work that we need to get fixed for GA with it coming down to rc2 tomorrow and then a little gap for GA13:31
marcoceppijk, that sounds good13:31
rick_h_marcoceppi: so will file a bug and link it in my email reply13:32
marcoceppita13:32
marcoceppirick_h_: I made sure to cc the -dev list ;)13:32
rockmarcoceppi: OK. I have a question. To modify nova.conf we are trying to use https://github.com/openstack/charm-nova-compute/blob/master/templates/mitaka/nova.conf.13:32
marcoceppirock: I imagine #openstack-charms would be a better room, a lot of good openstack charm knowledge there13:33
rockmarcoceppi: OK. Thank you.13:33
=== rye is now known as ryebot
aisraeltvansteenburgh: I know I asked this recently, but wrt python-jujuclient, can we get a new release with the 2.0 rc1 support? A PPA won't work, in this case, because it's being run from fedora14:35
tvansteenburghaisrael: i'll do that now14:36
aisraeltvansteenburgh: thanks!14:36
tvansteenburghaisrael: uploaded14:41
tvansteenburgh(v0.53.3)14:41
aisraelexcellent, thanks!14:41
kwmonroehey rick_h_, if i add a user to my controller, and grant that person (let's call him tvansteenburgh) 'write' privileges to a model, should he be able to 'juju ssh X' into units of that model?15:04
rick_h_kwmonroe: you'll need to add his ssh key15:05
rick_h_kwmonroe: see juju add-ssh-key and such15:05
rick_h_kwmonroe: since he's not admin he can't manage keys and without a key, no access15:05
kwmonroeadd-ssh-key?!?!?  rick_h_, you're the best.  i didn't know of such sorcery.15:06
rick_h_kwmonroe: let me know how it goes15:06
=== natefinch is now known as natefinch-afk
pascalmazonhi. Can I provide --resource foo=bar when deploying a bundle? how will it know what application it is for?15:23
rick_h_pascalmazon: sorry, bundles currently only support resources from the charmstore15:29
rick_h_pascalmazon: as you note, the bundle deployment scenario is a bit more complicated and was pushed past rev1 atm15:29
pascalmazonrick_h: ok, thanks for the info!15:31
=== natefinch-afk is now known as natefinch
kwmonroehey beisner, suchvenu emailed mbruzek and i with some questions about the cinder charm (stuff like cinder for Z and cinder in lxd).  who is the best contact for those?  or would it be better to ask on the juju ML?16:18
kwmonroe(stand down beisner ^^; we got the routing sorted)16:30
beisnerwoot thx kwmonroe17:33
=== dpm is now known as dpm-afk
tvansteenburghrick_h_: is there any way to tell `juju ssh` which key to offer?18:10
rick_h_tvansteenburgh: hmm, with juju scp you can specify args to the underlying scp functionality with a --, but I think we redid juju ssh in a OS agnostic way.18:12
rick_h_tvansteenburgh: so honestly not sure, will have to ask around/look and see if I can see anything in the code18:13
tvansteenburghrick_h_: ok. right now i'm in a situation where i have to rename my keys to get juju ssh to work18:14
tvansteenburghrick_h_: should i file a bug about that18:15
tvansteenburgh?18:15
rick_h_tvansteenburgh: yes please. Will see if there's a flag that's just not in help/etc18:15
tvansteenburghrick_h_: roger, thanks18:15
rick_h_mgz: around? you were just in ssh-key land recently. any ideas on ^18:16
rick_h_tvansteenburgh: looking at https://goo.gl/0q2KWq18:23
rick_h_tvansteenburgh: looks like not supported :(18:23
tvansteenburghrick_h_: ack, thanks for looking18:25
rick_h_bdx_: heads up, comment/etc coming in on https://bugs.launchpad.net/juju/+bug/162755418:28
mupBug #1627554: juju binary broken on sierra <juju:Triaged by jamesbeedy> <https://launchpad.net/bugs/1627554>18:28
rick_h_bdx_: let me know if you're up for seeing it through or want to punt.18:28
junaidaliHi, i'm getting error 'ERROR unrecognized command:' for charm publish command. any idea?18:50
junaidalicharm * packages version: http://paste.ubuntu.com/23247897/18:51
lazyPowerjunaidali: the command changed to charm release18:59
junaidalithanks lazyPower. I missed the latest update19:00
marcoceppilazyPower junaidali I'm adding a silent plugin to the next charm snap, where charm publish is just an alias to charm release19:12
beisnerwait what, is the next charm tools command for publishing changing?19:29
beisnerwe've got automation on that, will need to know when that will affect stable users (deb)19:31
firllazyPower, congrats on getting kubernetes enterprise support ready!19:40
firlI had a question around it when you get a moment19:41
lazyPowerfirl: sure, i'm in/out but whats up?19:41
firlI saw the kibana / es / filebeat configuration with kube, awesome!19:42
firlis there a way to expose services yet like gce?19:42
lazyPowerfirl: we ship with an nginx reverse proxy, there's a demo action of microbots19:44
lazyPowerit has limited support for sockets, i'm still working to make that easier19:44
firlgotcha, I remember that being an issue19:44
lazyPoweri want to add an action that will let you pick from pre-configured ingress LB's and specify a namespace and it "just works" after that19:44
firlGotcha, yes that would be wonderful19:44
gQuigsare there daily builds available for juju 1.25?19:45
lazyPowerso we're 1/2 way there with whats in there :)19:45
firlyeah, sounds awesome19:45
lazyPowergQuigs: not daily, 2.0 is what would be in daily19:45
lazyPowerfirl: i'm highly interested in your return feedback this go around, please capture it for us19:45
firlyeah, I will try it out in Openstack19:45
lazyPowerfirl: if there's *anything* yinz need over there in the short term beta cycle, i want to get that captured.19:45
firlI am considering if I need to try it on bare metal19:45
lazyPowerwell your networking will be pokey19:45
gQuigslazyPower: right, but 1.25 is still maintained and I'd like to try a fix that's committed but not released19:46
lazyPoweroverlay in an overlay and all that19:46
firldo I need juju 2 for it?19:46
firlyeah the docker config would need to have 1404 mtu19:46
lazyPowerfirl: yeah, i def need that feedback of your network findings when deployed in openstack19:46
lazyPoweri'm probably going to have to expose some of the guts of the container rumtime for configuration there19:46
firlcool. I have a few nodes to test it in19:46
firlwhats the repo / guide again to get it going and I will try to test it this week19:47
lazyPowergQuigs: ah good point, try checking in #juju-dev19:47
lazyPowerfirl: the readme - jujucharms.com/canonical-kubernetes19:47
gQuigswill do, thanks19:47
firllazyPower perfect, I will try it with an openstack overlay. If it’s working enough I might put it on a couple bare metal machines.19:49
firldoes nodeport work through the juju overlay also?19:50
firlor do i have to do a nginx reverse19:50
thumperlazyPower: hey there19:52
lazyPowerif you want to do nodeport, you'll need to manually open the ports for now19:52
lazyPowerany worker can perform as a reverse proxy for both nodeport and for ingress19:52
lazyPowerthumper: yo19:52
lazyPowerfirl: but our recommendation is to use the ingress controller so its encapsulated. for the workdloads that demand nodeport, like a znc bouncer, we'll have to brianstorm and make that better19:55
firlim just thinking through if i wanted to have socket support19:55
firlbut this is all awsome, nice job!19:55
lazyPowerfirl: https://github.com/kubernetes/contrib/tree/master/ingress/controllers/nginx19:56
lazyPowerits pretty extensive19:56
lazyPoweri mean you can throw kubelego as a pod on the ingress and get free tls with letsencrypt19:56
lazyPowerbut thats the LB we shipped with for beta. it has the biggest portfolio of supported options without compromising support through advanced configuration.19:57
firlyeah19:57
firlcurrently I have an ssl secret with a single ssl proxy node that just acts as a termination point19:57
firljust to get ssl so that might be a nice change of pace19:57
lazyPowerlots of options19:58
firlya, I will have to get a juju 2.0 environment working and test it out19:58
kwmonroelazyPower: how often do you refresh your boot2docker/docker-machine?  my charmbox is kernel panic'ing more frequently these days, and i realize i haven't updated since 1.11.220:11
natefinchlazyPower: is it me, or does the demo button here not work? https://jujucharms.com/canonical-kubernetes/20:40
natefinchlazyPower: I presume it's supposed to bring up the demo page with canonical-kubernetes deploying/deployed, right?  for me it just brings up an empty demo window20:41
natefinchlazyPower: it says "fetching bundle data" but then... nothing20:41
rick_h_natefinch: known issue, gui team is updating the gui to make it work20:43
natefinchrick_h_: ahh, good to know.  Sucks that it happened after the announcement20:47
rick_h_natefinch: yea20:48
=== natefinch is now known as natefinch-afk
magicaltroutCongratulations, and welcome to Apache: Big Data Europe! Your submission, "Highly Scalable Big Data Analytics with Apache Drill",  has been accepted21:52
magicaltroutSeville here I come21:52
magicaltroutkwmonroe we have some interesting shit to work on21:53
magicaltroutsorry stuff21:53
magicaltroutnot allowed to swear21:53
kwmonroeright on magicaltrout!  i've always wanted to do Highly Scalable Big Data Analytics with Apache Drill ;)21:56
magicaltroutmeh22:01
magicaltrouti detect irony22:01
magicaltroutwell I can crack out the Big Top Stuff, Drill Stuff22:01
magicaltroutat ApacheCon22:01
magicaltroutI suspect it'll go down reasonably well and give me an excuse to have that upstream discussion22:02
kwmonroemagicaltrout: do you know if there's any work behind https://issues.apache.org/jira/browse/BIGTOP-2001?  it hasn't been updated in forever :/22:05
kwmonroeand from the drill side, even more foreverer: https://issues.apache.org/jira/browse/DRILL-11422:06
magicaltroutthey both seem like odd requests22:06
magicaltroutwhich is why they're probably both open22:07
kwmonroei'm guessing they're requests for bigtop to take over drill builds (or at least pin build versions for a particular bigtop release)22:07
magicaltrouthmm, yeah but you can run Drill over anything in HDFS, Hive or HBase22:08
magicaltroutits not vendor specific22:08
kwmonroeat the summit, we talked about a hackathon with bigtop (c0s, specifically).  when that happens, i'll see if there is any movement in bringing drill under the bigtop umbrella.22:10
magicaltroutI don't see that happening22:13
magicaltroutMapR have their claws in Drill22:13
magicaltroutI also don't see the benifit but thats neither here nor there22:14
magicaltroutespecially as drill queries a bunch of non hadoop stuff22:14
spaokmagicaltrout: is there a list of layers or interfaces you can use?22:50
magicaltroutindeed spaok22:51
magicaltroutinterfaces.juju.solutions22:51
spaokinteresting22:52
spaokthanks22:52
spaokmagicaltrout: sorry to bug ya, just wondering, if I want to write an interface, do I just make something in charms/interfaces? not sure the difference between charms/interfaces and charms/deps/interface22:56
magicaltroutno worries spaok i'm just trying to figure out where 150GB of non backedup science data has gone :)23:00
magicaltroutyeah you just put it into charms/interfaces23:00
magicaltroutno magic required there23:00
lazyPowerspaok: https://jujucharms.com/docs/stable/developer-layers-interfaces23:06
spaoklazyPower: thanks23:07
spaokhttps://jujucharms.com/docs/devel/developer-layer-example23:08
spaokhad a link to https://jujucharms.com/docs/devel/charms-layers-interfaces/23:08
spaokwhich is 404023:08
spaoks/4040/404/23:08
lazyPowerspaok: thanks for reporting that https://github.com/juju/docs/pull/141123:15

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