=== brandon is now known as Guest49817 | ||
=== kadams54 is now known as kadams54-away | ||
thumper | stub: ping - you around today? | 11:16 |
---|---|---|
=== lp|away is now known as lazyPower | ||
=== scuttle|afk is now known as scuttlemonkey | ||
=== tris- is now known as tris | ||
=== tris is now known as 7F1AALP94 | ||
skay | ARG google marked some juju emails as spam | 14:11 |
skay | lazyPower: it marked some of your posts as spam. GRAR | 14:11 |
=== ericsnow is now known as ericsnow_afk | ||
skay | I missed a nice post about Docker | 14:12 |
=== ericsnow_afk is now known as ericsnow | ||
drbidwell | If I have a local install of "juju-quickstart bundle:~landscape/landscape-dense-maas...", can I add my maas target to it so I can deploy on maas controlled hardware? If so, where do I find how? | 15:00 |
=== cmagina_ is now known as cmagina | ||
rick_h_ | drbidwell: so I think the trick is you have to use maas tags to target the deployment to those using contraints. | 15:29 |
rick_h_ | drbidwell: see https://jujucharms.com/docs/1.20/charms-constraints#maas-constraints would need to be updated in the bundle, so you'd have to edit the bundle file to add those constraints in | 15:29 |
=== scuttlemonkey is now known as scuttle|afk | ||
=== scuttle|afk is now known as scuttlemonkey | ||
=== jog_ is now known as jog | ||
=== natefinch is now known as natefinch-afk | ||
=== natefinch-afk is now known as natefinch | ||
=== scuttlemonkey is now known as scuttle|afk | ||
=== scuttle|afk is now known as scuttlemonkey | ||
skay | what is the right way to replace a block-storage-broker (it is not a subordinate) in an environment? | 19:15 |
skay | I don't want to tear everything down | 19:15 |
skay | what is the common practice? I'm going to go read the postgresql carm to see what it does when the relation is removed | 19:16 |
skay | before I go through and remove the unit and then add a new one and then relate it | 19:17 |
=== kadams54 is now known as kadams54-away | ||
=== kadams54-away is now known as kadams54 | ||
BradyForM | In order to use juju/juju-gui on a local machine I need to set up lxc networking as a better bridge so it is not using 10.* and 192.* ??? | 19:53 |
rick_h_ | BradyForM: you're deploying it to an lxc juju environment? | 19:56 |
rick_h_ | BradyForM: not following all the way what you're heading towards is what I'm getting at | 19:57 |
BradyForM | rick_h_, I ran juju-quickstart | 19:57 |
rick_h_ | BradyForM: with a lxc juju environment? | 19:57 |
BradyForM | and it says that everything is in a container for local | 19:57 |
rick_h_ | so if you do juju status you should see your gui deployed to an environment on a machine there with an IP address you can use to access it. | 19:58 |
BradyForM | with a 10.X.X.X for the juju gui. when I run juju status | 19:58 |
rick_h_ | BradyForM: and quickstart should auto open the gui for you once it's up and running | 19:58 |
BradyForM | But I can not acess it if it is out side my local ? | 19:58 |
rick_h_ | BradyForM: oh, outside of your machine elsewhere on the network? | 19:59 |
BradyForM | example I am on 192.X.X.X and the lxc contianer is on 10.X.X.X | 19:59 |
BradyForM | for the Gui ^^ | 19:59 |
rick_h_ | BradyForM: no, you'll have to configure lxc to pull from your outside network for IP addresses | 19:59 |
lazyPower | BradyForM: you can, but it takes some doing and i wouldn't say its "officially supported" - http://blog.dasroot.net/making-juju-visible-on-your-lan.html | 19:59 |
rick_h_ | BradyForM: or you'll have to proxy or ssh tunnel the gui out | 19:59 |
BradyForM | ahh | 19:59 |
rick_h_ | well check that out, lazyPower with even written docs on it woot :) | 19:59 |
lazyPower | BradyForM: the better solution would be to use sshuttle for a quick and dirty VPN | 19:59 |
BradyForM | is there a example of running juju on a VM ? | 19:59 |
BradyForM | on the local | 20:00 |
BradyForM | VM is bridged to my local | 20:00 |
lazyPower | you can, we have a vagrant image for it actually | 20:00 |
rick_h_ | lazyPower: do you know the latest on juju and that virutalbox tool folks were working on? | 20:00 |
rick_h_ | vagrant, that's it | 20:00 |
lazyPower | https://jujucharms.com/docs/1.20/config-vagrant | 20:00 |
BradyForM | you know for testing purposes | 20:00 |
BradyForM | Oo | 20:00 |
lazyPower | BradyForM: if/when you graduate from local usage and still want to isolate you environment, we haev a docker container that has all the tools for you | 20:01 |
BradyForM | thanks for all your help ! looking at that link and seeing what I can do that that. | 20:01 |
BradyForM | lazyPower, that sounds great | 20:01 |
lazyPower | BradyForM: https://github.com/whitmo/jujubox - due to app armor profile restrictions this will *not* work with the local provider. | 20:02 |
lazyPower | but its worth a bookmark and checking out later in your ventures when paired with a cloud provider like AWS or digital ocean. | 20:02 |
BradyForM | lazyPower, we are thinking about using ec2 thoughts ? | 20:02 |
lazyPower | Its a solid choice. I use EC2 quite a bit myself when testing | 20:03 |
BradyForM | cool | 20:03 |
BradyForM | lazyPower, rick_h_ that worked like a charm ;) | 20:26 |
lazyPower | Happy its working for you BradyForM o/ | 20:26 |
BradyForM | \o | 20:27 |
rick_h_ | BradyForM: woot | 20:27 |
=== _thumper_ is now known as thumper | ||
jamessapara | I’m trying to find a guide on how to recover a juju cluster when one of the state servers ip’s have changed. AWS rebooted one of our three and juju refuses to connect to anything. | 20:29 |
BradyForM | Is there a template to get started writing my own bundles or charms ? | 20:29 |
lazyPower | BradyForM: if you have the 'charm tools' package installed there is a generator | 20:30 |
lazyPower | charm create -h | 20:30 |
BradyForM | lazyPower, do you know if there is ports for debian jessie ? for the charm tools that is | 20:31 |
BradyForM | or should I add a ppa and just see if it works | 20:32 |
BradyForM | host is debian jessie | 20:32 |
lazyPower | I would think the ppa would work... but i haven't tested it tbh | 20:33 |
BradyForM | lets give it a shot ! :) | 20:33 |
=== scuttlemonkey is now known as scuttle|afk | ||
=== axw_ is now known as axw | ||
=== kadams54 is now known as kadams54-away |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!