[00:25] Do I install juju on a single machine (like a CI server) or do I install juju on every developers machine? [00:27] nemothekid, you install the juju client on every developers machine [00:27] nemothekid: The client talks to a central "bootstrap" node that controls all of the units involved in the environment. [00:27] (or any number of environments)( [00:39] Makyo: okay, can I have the GUI exist on the "bootstrap" node and do everything from there? [00:40] basically all I want to have is the ability to just push to a git repo, and then for the bootstrap node to figure everything out [00:41] nemothekid: you can have the GUI on the bootstrap node with `juju deploy cs:precise/juju-gui --to 0` [00:45] nemothekid: as for the second part, others may have suggestions for post-receive hook type stuff wrt git repos? What one could do is have the config-changed hook pull HEAD of master, then the post-receive hook in your repo do something like, say, juju set last-update-timestamp= [00:45] thats perfect [00:45] really glad I cam across this project then [00:46] nemothekid: however, the bootstrap node doesn't necessarily listen for changes, that'd be something you'd have to automate outside of juju. Another option is to, say, up the revision number of your charm and then upgrade the charm for your service. [00:46] There are a few options, I guess :) [00:46] Cheers [00:47] The config-changed idea would also work for CI stuff, too, I guess. [00:47] === liam_ is now known as Guest63337 [01:44] hatch: https://www.exratione.com/2013/02/nodejs-and-forever-as-a-service-simple-upstart-and-init-scripts-for-ubuntu/ === freeflying_away is now known as freeflying === CyberJacob|Away is now known as CyberJacob [07:20] Hello everyone! === freeflying is now known as freeflying_away === CyberJacob is now known as CyberJacob|Away [10:11] I tried to deploy the MAAS environment, and run into the issue when I see assigned server under MAAS, but juju can't recognize it. I did the "destroy-environment " command and deploy everything again via "juju bootstrap" but the same issue happens again and again [10:12] I see only one sever of two [11:15] hey, how long should a `juju status' take? [12:46] Jujufy, sorry for the delay, it shows information immediately! === freeflying_away is now known as freeflying [13:25] thanks for answering, although the webchat stopped responding [13:26] ok finally set up a proper IRC client [13:28] i am updating 13.04 -> 13.10 and i spotted some maas updates [13:29] will try to see if juju feels better afterwards [13:46] upgrade done but nothing changed with juju [13:46] i'm trying to get a time for it [13:51] got the result back: http://paste.ubuntu.com/6283048/ [13:53] i already have an environment bootstrapped [13:53] it shows up in `juju env' [13:54] i'm trying `juju status' with `-e' but it looks like it will turn out the same [13:55] meanwhile, the original bootstrapping process did convert one maas node to `Allocated to root' [13:56] so i guess at least that worked === freeflying is now known as freeflying_away [14:47] got the same error , this time it does mention my environment [14:47] the timeout seems to be 10min [15:57] Jujufy: What version of juju did you bootstrap with? === CyberJacob|Away is now known as CyberJacob [19:55] Hi all! I need a little help… How can I tell juju to use a t1.micro when deploying? I tried bootstrapping with --constraints "cpu-count=0 mem=512M", "cpu-power=0 mem=512M" and "instance-type=t1.micro" but none of these works for me… [20:40] danielesalatti: cpu-power=0 mem=128M should have done it === CyberJacob is now known as CyberJacob|Away