=== lounge-user85 is now known as heckles1 [01:29] heckles1: welcome to #juju === lounge-user55 is now known as bdxbdxbdx [01:30] heckles1: you made it! [02:02] that i did [10:38] moin [11:27] DocScrutinizer05: join us at #opensuse-de-chat [16:47] this may be a silly question, why can't JAAS support all the providers? [16:48] if your maas or openstack had public endpoints that JAAS could talk to, it would theoretically be possible right? [16:48] bdx: in theory yes [16:50] rick_h: it probably isn't the best idea to have the agents talking to the controller over the wan though ... or is it? [17:02] bdx: yea, not a good idea. Between networking/egress complexity, having every hook fire event going over the wan, etc. [17:03] yeah [17:03] thats what I was thinking [17:03] rick_h: how come `juju users` doesn't work in JAAS? [17:04] is there another way to get the users in my model? [17:04] bdx: because it's SSO backed and doesn't list all users in SSO [17:04] bdx: juju show-model xxx [17:04] oh niceee [17:04] rick_h: thx [17:50] rick_h: https://gist.github.com/jamesbeedy/eaca40c935ffc8c2cfaf0ca7e0f33d4d [18:19] So [18:19] who do I scream at for trying to force me to use ubuntu username only when I could ssh in as root? [18:19] because that jackass has locked me out of my entire juju environment, and cost me 8 days of work [18:19] Oh, and wiped out about 40 non profits entire infrastructure [18:20] So fuck you *insert name here* [18:20] Other than that, juju is fucking stellar [18:21] Also, how do I upload my custom build xenial openstack build out? Id like to share that with the community, thankfully I have most of my work in yamls, its just a bitch waiting for it all to build out [18:23] fallenour_: not sure on the first one what you mean there. The ubuntu images used in cloud/lxd deployments and such are ubuntu which by default uses sudo and no root login. I'm guessing that conflicts with something you were expecting? [18:25] and for the second one, upload your custom xenial openstack build out, is that the bundle? ... oic you want to snapshot the images themselves to use as the deployment. Because the charms allow things to be mutable and respond to events/their environment the tricks to use custom images takes a bit of hackery and aren't fully supported [18:25] bdx: nice with the plugin :) [19:00] ughhh [19:00] so sad :( [19:04] anyone know how to create a permanent bundle for juju charms store? [19:07] fallenour_: the easy way is to use the juju-gui export button to export the yaml. The you use the charm command to upload to the store. Let me get the docs link for you [19:08] I got the charm yaml ready, I just need the guide if one exists [19:08] shweeet! [19:08] fallenour_: https://jujucharms.com/docs/2.0/charms-bundles [19:09] HAZAAH! [19:09] time to add a couple hundred charm bundles [20:34] seriously guys [20:34] whats the deal with juju [20:34] why does it need a machine for maas [20:34] a machine for juju [20:34] and then ANOTHER MACHINE for ANOTHER JUJU controller, when I already have juju installed? [20:34] why do I have to waste 3 servers for this shit? [20:35] conjure-up is seriously driving me insane [20:38] Why [20:38] Why indeed @stokachu [20:38] why cant it all deploy and manage from a single server, and then the juju enable-ha simply clone itself via maas to another box, and build another regional maas and juju for HA? [20:39] why waste so much hardware on something that uses next to no resources whatsoever? [20:39] Sorry I meant conjure-up [20:39] dhcp and IPMI pretty much anything over lan eats next to no ram, no cpu, and little bandwidth [20:39] yea conjure-up [20:39] and then it proceeds to grab anothe rbox for juju, a second one [20:39] for 3 wasted servers [20:40] and heaven forbid you are intereste din landscape, because that eats a 4th [20:40] So there is a architect button that will let you combine apps on same machine [20:40] you might as well buy a damn rack just to test the stack [20:40] no [20:40] unfortunately not [20:40] at this rate, I might as well point my ukranian team at rebuilding all of canonical stack [20:41] im half tempted to ask them on twitter if they hired Microsoft Teams after the lay offs with all the hardware they are wasting [20:41] If I wanted to blow this much resources on wasted hardware, I would have installed vSphere from the get go with NetApp [20:41] Well it is Sunday here and I'm working on some no related canonical stuff but will be willing to help later today [20:41] Yea I get it you're upset [20:41] I'll try to help as best I can [20:41] Its not that im upset, I can afford the wasted hardware [20:42] My issue isnt me, my issue is non-profits, and other less well off individuals and companies [20:42] they cant [20:42] Right well we don't want you wasti g hardware [20:42] Is it possible to put maas and juju all on one system? [20:42] I know the official guide says 2 systems [20:43] In a sense you can start a KVM instance on the maas machine [20:43] Use that as the juju controller [20:43] but Ive monitored the resource util,a nd even on older Dell r610s, the util even with deploying an entire rack at a time is less than 50% [20:43] yea I figured that much, but why cant I simply just do conjure-up --boostrap-to localhost ? [20:43] and install conjure-up on maas? [20:44] Just the way juju works [20:44] if its going to do a loopback to a local host, itll just hit itself at http://localhost:5240/MAAS instead [20:44] I know thats how juju works that way, but why? [20:44] I can help you more later when I'm back in the office tonight [20:44] Just the way juju works [20:44] was there ever an rfc done for it? [20:45] Don't think so [20:45] shame. I wouldnt mind helping contribute code cycles to get it to work, I know it can, we all do, but I feel theres something else that wasnt released or noted thats the reason why. Do you have any ideas? [20:46] Sorry I don't, but if you give me a little time today I'll be back in the office to assist more [21:03] I think i just hit the jackpot of all ideas [21:03] o.o [21:03] Ok so stay with me [21:03] LXD container autodeployed with MAAS, with a juju container [21:03] python installer to auto deploy a ha pair to another box via juju via maas, localhost > remote host [21:04] it deploys HA, then builds out openstack standard via conjure-up + relevant options [21:05] minimal changes to the config guides as well