[00:07] woop figured it out tvansteenburgh, after looking at a hadoop test I found out that because pgrep was coming from an external call, it was picking itself up recursively! Needed to grep it out! [00:07] thanks for you help and advice today. [00:07] magicaltrout: ah, glad you figured it out. happy to help! [00:49] tych0! :-) [00:50] tych0: sorry missed you ping [00:51] tych0: are you running the lastest beata or the alpha? [00:57] tych0: you can pass the enable-os-upgrade flag in the bootstrap command: `juju bootstrap google --config enable-os-upgrade=false [00:57] arosales: np, from source so latest everything :) [00:57] cherylj: cool, thanks! [00:58] tych0: I'll be back around this evening (after I do bedtime for the kiddo) [00:58] * arosales was just reading release notes [00:58] cherylj: thanks [00:58] tych0: You can check out a presentation I did for the STS folks if you get stuck on other bootstrappy things [00:58] tych0: https://docs.google.com/presentation/d/1XnKjnBpCYY44Bw9EMnvkY8tYfhPPl-0I__HibXhYWS0/edit#slide=id.p3 [00:58] cherylj: will there be a way in juju 2.0 to keep these settings? [00:59] arosales: they should be applied to the model config after bootstrap [00:59] arosales: if you're seeing that they're not, I would think that's a bug [00:59] cherylj: ah, no worries. i actually have a branch coming up to make things a bit nicer for juju/lxd image handling [00:59] tych0: Look starting on slide 14 for the bootstrap help [00:59] cherylj: but i need something to be merged into lxd first, and everyone on my team is eating dinner :( [00:59] cherylj: cool, will check it out thanks [01:00] cherylj: sorry I was saying will there be a file on the client local filesystem to keep these changes through controller destroys, or will it always have to be passed in via the command line? [01:01] arosales: you will always need to supply it, but you can pass in a file with config to bootstrap [01:01] like juju bootstrap foo aws --config=/path/to/my/config.yaml [01:01] arosales: that was one of my gripes, but now I have files for config for each type of cloud I bootstrap [01:01] cherylj: ah interesting and that config.yaml will probably have conventions similar to env.yaml in 1.25? [01:02] ya I don't like editing env.yaml file, but once I have it working I don't have to touch it [01:02] arosales: yeah, checkout slide 15 in that deck [01:02] I show the contents of my config file [01:02] so setting up a cloud is tedious, but then I do like having my setting for each cloud env persist [01:02] cherylj: ok thanks for the pointer [01:03] cherylj: post 2.0 may be a usability point we gather feedback on, but for now doesn't seem like that big of a deal [01:03] cherylj: thanks for the reply here [01:03] cherylj: and have a good weekend [01:03] np! It took me a while to experiment enough to put that deck together. If it help people get started, then it's definitely worth it [01:03] you too! [01:04] cherylj: one other reminder we should meld your slides with rick_h__ ones he did for the summit and then mail the list. Very helpful info [01:04] arosales: I'll be using that deck to generate a "Getting started" section in the release notes [01:04] once we release beta2 [01:04] cherylj: very cool --thanks [01:04] * cherylj disappears for a bit [01:05] I'll let you get to your kiddo :-) [02:14] will 16.04 be available for bootstrapping as soon as it comes out or will there be some lag time until you can use it in juju? [02:34] metsuke: you can use xenial now if you use daily streams. What cloud are you using for bootstrap? aws? local / lxd? maas? [02:38] cherylj: we wiped our deployment, but we plan on using a private cloud with maas, juju deploying openstack and lxd hypervisor [02:39] metsuke: if you change the boot images Sync URL to http://maas.ubuntu.com/images/ephemeral-v2/daily/, you'll see 16.04 as a option for your MAAS images [02:40] metsuke: but I guess you need them in glance for openstack [02:40] you'll specify a default-series: xenial in your environments.yaml for that environment (if you're using juju 1.25) [02:41] we want to use juju2...if we can get it to work, but if all we need to do is change that url then we should be set, thanks! [02:41] metsuke: there's a lot that's changed to bootstrap for juju2. Want some help getting it set up? [02:42] we were able to get it up and running and got to the login screen [02:42] oh great! [02:42] as soon as we entered the credentials, it just spun forever [02:42] oh hmm, not so great [02:42] are you talking about logging into the maas controller? or a juju bootstrap node? [02:42] unfortunately we were on a deadline so we didn't look into it too much, but since we re-wiped again, we will try juju 2 again [02:43] logging into the juju-gui charm [02:43] oooh [02:43] are you using 2.0-beta1? [02:43] yes, that was the one [02:44] there were some API changes that have made juju incompatible with the gui, but the gui team is working hard to get it fixed. I thought I saw that they were going to release the updated version soon [02:44] let me see if I can find that announcement [02:45] that would explain it then. We really like juju and we think it would fit perfectly with our organization. We just need to work out the kinks ;) [02:45] metsuke: there's a beta juju gui charm that works on 2.0 [02:46] metsuke: cs:~juju/trusty/juju-gui [02:46] cherylj: ^ [02:46] thanks, rick_h__ ! [02:46] I was trying to dig that up [02:47] do we need a different repo for that? [02:47] metsuke: cherylj see http://ubuntuonair.com [02:47] for a lot of yalking on the new stuff, etc from today [02:48] very cool [02:48] metsuke: no, it's just not on the short main namespace until it leaves beta (cs:juju-gui) [02:48] only on trusty/etc in beta [02:49] for the deployed charm [16:59] is there a sahara charm that works? :-) [18:43] nagyz: I don't think we have a sahara charm at this point in time. We do have apache hadoop charms and a whole suite of big data plugins [20:11] marcoceppi, thanks! [21:42] hey guys! [21:44] Anyone can answer why the install hook downloaded files are deleted? [21:46] someone? [21:52] what do you mean by deleted? they shouldn't be [21:52] unless specified, of course [21:52] downloaded files [21:53] they aren't in the home folder [21:53] '~' [21:53] no, they shouldn't be [21:53] everything runs on the charm folder, which is where it will be [21:53] unless you specify a download location [21:54] do you know where the charm folder is? [21:54] in the vm? [21:56] the bitnami stack is installed =) [21:56] nice [23:35] Are there any plans for an Openstack: Manila charm? Or is there something in Juju that can give the same functionality (shared directories between containers/instances)?