=== wgrant_ is now known as wgrant === frankban|afk is now known as frankban [07:46] axw: hey, if i have (for licensing reasons) multiple vcenters which each have a few esxi6 hosts, can juju treat them all as one cloud? [07:55] hallyn: heya. you could treat them as regions. normally a region would be a datacenter in the same vcenter, but you could set the endpoint for each region. you'll need to use the same user/pass for each vcenter though [07:56] hallyn: though that'll only work if the DC in each vcenter has a different name [07:57] and if you're wanting Juju to deploy across all of them, in the same model - that's not going to work [08:11] Hello all, looking at the Github repo for juju and the vsphere provider in particular and I see that there doesn't appear to be support for deploying Windows machines. [08:13] This is something I'm interested in doing and would be prepared to commit some code, can anyone with familiarity point me in the right direction? [09:19] I'm wondering if it would be simpler to use MaaS as a layer between juju and vSphere. [09:19] Seeing as how MaaS can already deploy Windows machines. [09:50] Hi, lads - is there a (simple-ish) way to recreate juju environment once I 'juju ssh' into a unit? I can't use 'juju run' as relations are in error state and I need to verify some relation variables across the environment. So before I resort to peeking into the database I wonder can I run 'relation-ids, relation-list, ...' from the unit itself somehow? [11:25] Mmike: Not sure if it helps, but have you checked out the "juju debug-hooks ..." command? https://jujucharms.com/docs/stable/developer-debugging [11:27] zeestrat, yup, but I can't really use that :( [11:27] I have several dozen of units that I need to go trough [11:28] juju run would be awesome, but can't run that as most of my units are in error state [11:36] Mmike: Ah, right. This prod or dev? How about, "juju resolved" or "juju resolved --no-retry" to tell Juju to recover from the error state? [11:36] zeestrat, yup, no dice. It's production, and I need to rerun hooks to fix the env, but before that I need to gather info from the env [11:37] I'm going trough the database, so I'll have it for later too :) (unless database changes) [11:37] if I just 'juju resolved --no-retry', then I can't re-fire those hooks at later time [11:45] Gotcha. Yeah, I can see if it's prod then the --no-retry might get you a bit stuck if you can't easily restart the jujud services === cnfer is now known as cnf === frankban is now known as frankban|afk [17:25] what recourse do I have if I'm trying to add a space with a (known existing) subnet that juju says is not found? [17:26] ^ https://gist.github.com/wwwtyro/2954c1efd9b755d7d1d7c543a72a3dca [17:29] ryebot: new model [17:29] I think I saw some work going into that somewhere recently [17:29] autodetecting/autoupdating the subnets [17:54] bdx: ah, got it. gotta make the model with the vpc-id config. +1 [17:54] totally [20:46] how do I access network bindings from charmhelpers? [20:50] Via [20:51] I’m thinking I use network_get() then filter for the address in the network from the space specified in the bindings directive? [20:53] With networkbget you pass the endpoint in and tlget the binding info out right? [21:03] Ohhh I haven’t used it with bindings specifies yet [21:04] It lists the bindings in the output I’m guessing [21:04] If you have bindings specified [21:04] Ok [21:04] Cool [21:04] thx thx