=== salmankhan1 is now known as salmankhan [13:49] Hi! [13:49] I'm having a hard time with juju [13:49] Getting an error : current model for controller not found [13:50] any fix for it? i've tried google already ^^ [14:07] Utking, can you provide more info? like how you created the controller and any models. also what command is giving that error? [14:09] Sure! [14:09] juju status Openstackmaas [14:09] gives the error [14:09] Openstackmaas is the name of the controller :) [14:39] also stuff like juju sync-tools gives the same error [14:40] juju status --model admin/default works though === agprado is now known as agprado|afk [20:55] so I am back to architecting environments, woot! Trying to determine how I want to build my build env [21:02] no to figure out how to get it to actually give me a string and not a list of ascii codes! [21:02] now* [21:37] Cynerva: you were the last objector to https://github.com/juju-solutions/layer-filebeat/pull/32. with the decorator swizzle, any objection to me merging that? [21:38] kwmonroe: no objection here, +1 to merge. thanks for following up on that [21:38] np [21:59] My odd question of the day, does anyone know how CDK would handle workers between stopped / started depending on load? [22:34] hi anyone know how to setup manually the lxc network with juju? [22:34] im just want to assing manually the ip address of each container [22:34] how i can do that? [22:56] Stormmore: I don't understand your question. Are you asking about automatic scaling of machines in CDK? [22:57] knobby, short answer - yes and no [22:58] knobby, long answer, I want to build a dynamic build environment where the underlying machine can be "powered off" during quiet periods and spun up when needed [23:00] I am thinking of using jenkins which can handle it appropriately but I want my build slaves to be containers not machines === agprado_ is now known as agprado [23:23] Stormmore: you can certainly instruct juju to add and remove workers whenever you want, but I'm not sure about any sort to automatic scaling. It might be a good idea to have the jenkins slave run as a daemonset with some tag on the kubernetes cluster and then create machines via juju and add that tag via kubectl whenever you want to grow. Jenkins would then have to be cool with slaves coming and going.