[00:20] aisrael: I do believe the config hook you fixed yesterday isn't loading correctly though. I need to investigate a little further but believe it is keeping the original service hook for the `haproxy.cf`'s frontend setting. Think everything else works though. [00:21] But that isn't your fault I believe its the charm wich isn't setup crrectly. [00:21] web: ack. I'll investigate that more tonight === kadams54 is now known as kadams54-away [02:04] axw: not sure if you noticed but the formatting is weird in that replicaset repo [02:04] axw: im sure youre still messing with it as it looks recent [02:04] stokachu: where abouts? [02:05] axw: https://github.com/juju/replicaset/blob/master/replicaset.go [02:05] maybe its just my browser [02:05] looks like go fmt wasn't run on it [02:06] I think it must be your browser, looks fine to me and go fmt isn't complaining [02:06] axw: ok cool [02:06] stokachu: thanks tho :) [02:07] wow its just go files [02:08] wtf is going on [02:16] man i need to start looking into GO. I am hearing it in passing to often now. === kadams54 is now known as kadams54-away === scuttlemonkey is now known as scuttle|afk [07:24] aisrael: I know your gone. I confirmed the config hooks for the `frontend` settings of the `defaut_backend` isn't using the service name of the correct `backend`. It keeps the default config service `haproxy_service`. [08:42] hello guys [08:42] is there a way to get from CLI the ip address of a service? [08:42] I mean, I can do it with stat - but need to do greps and cuts to get just the IP [08:42] (I need it in a script) [10:16] Hello, I'm a newbie with juju. We like to use is together with maas in order to install bare-metals. Within maas I removed all nodes as we just start with this setup. one new node has already been added. Now I'm trying to perform juju bootstrap, but I get the error it will use an old existing environment. I would like to destroy it, but how can I get the name of the existing environment as this needs to be specified with the destroy-environment [10:16] command? [10:25] willemgf: juju switch will give you the name of the current environment [10:26] $ juju switch [10:26] maas [10:56] thnx, I already found the solution how to destroy it. === beisner- is now known as beisner === Murali_ is now known as Murali === kadams54 is now known as kadams54-away === scuttle|afk is now known as scuttlemonkey === kadams54-away is now known as kadams54 === kadams54 is now known as kadams54-away === kadams54-away is now known as kadams54 [14:44] jamespage, These are the two mps for moving the neutron contexts to charmhelpers if you get a sec https://pastebin.canonical.com/128420/ === brandon is now known as Guest75740 [16:36] jose: did you see the good news? [16:36] jose: https://github.com/owncloud/core/issues/8537 [17:51] charmers and other charming folk, is there any guidance beyond http://www.jujugui.org/docs/1.20/authors-charm-interfaces with respect to more complex data exchange in charms? [18:37] stub: what TZ are you in? === Guest75740 is now known as web === lifeless1 is now known as lifeless [19:36] hi all. help. I'm running Juju 1.22 and kinda accidently, out of interest, tried what "juju user change-password admin" does since it sounded like a good thing to do. But how on earth do I then "log in", now juju status says access denied?? [19:36] no docs about the command [19:37] *luckily* I have a manual provisioned server where I also have another account to login... [19:49] ok so I needed to manually copy the generated .jenv into my environments/... file :P some documentation might be neat, 1.22 is like stable? [20:29] jaywink: correct 1.22 is our current stable release === jog_ is now known as jog [21:48] I am feeling so distressed about SSL with Haproxy , my time is become supper limited to mess with it anymore. Any other charm suggestions for creating a proxy to a Node.js application? [21:49] supper = super : Than again I am hungry [21:50] web: did you consider just nginx? [21:52] blr: no, thought it was a server for sites. [21:52] like apache [21:52] but yeah that make sense now that i look at what I am saying [21:53] blr: so could I have it handle the SSL termination? [21:53] web: it is a pretty capable load balancer [21:54] web: yep - this might be helpful https://www.digitalocean.com/community/tutorials/how-to-set-up-nginx-load-balancing-with-ssl-termination [21:55] * web lays back to read blr suggestion and de-stress himself. [21:55] not sure what state the nginx juju charm is in, but would guess it is pretty solid. [22:08] gonna give cs:~hp-discover/trusty/nginx-4 charm a try [22:14] blr: thanks the article is pretty straight forward. Should be able to do this fairly quick I hope. [22:15] nice gl web [23:07] Would this be the appropriate place to ask questions on charm setup of cgi-bin scripts? Not on the script, but on setting up cgi-bin. [23:09] Would this be the appropriate place to ask questions on charm setup of cgi-bin scripts? Not on the script, but on setting up cgi-bin in the charm install.