Re: disabling upgrades on new machines by default?

2014-10-03 Thread Mark Shuttleworth
Versions, versions, everywhere :) To clarify this conversation, let's be more precise about the things that are being upgraded: Juju itself has three parts: * the juju client (usually installed on your workstation from a package) * the juju server (installed by the bootstrap process) * the j

SSH host key maintenance, local provider

2014-10-03 Thread Stuart Bishop
Hi. Has anyone got a simple mechanism for keeping their ~/.ssh/known_hosts and ~root/.ssh/known_hosts files clear of ephemeral juju machines? I did have a script that cleared it out on bootstrap, but it has stopped working and I thought I'd ask here for current best practice before debugging it.

Re: SSH host key maintenance, local provider

2014-10-03 Thread Simon Davy
This is what I have: Host 10.0.3.* StrictHostKeyChecking no UserKnownHostsFile /dev/null ForwardAgent yes LogLevel ERROR ControlMaster auto ControlPath /tmp/ssh_mux_%h_%p_%r ControlPersist 8h LogLevel ERROR is nice, means you don't get any key warnings. HTH -- Simo

Re: SSH host key maintenance, local provider

2014-10-03 Thread Simon Davy
On 3 October 2014 13:21, Simon Davy wrote: > This is what I have: > > Host 10.0.3.* > StrictHostKeyChecking no > UserKnownHostsFile /dev/null > ForwardAgent yes > LogLevel ERROR > ControlMaster auto > ControlPath /tmp/ssh_mux_%h_%p_%r > ControlPersist 8h > Sorry, for c

Re: SSH host key maintenance, local provider

2014-10-03 Thread Curtis Hovey-Canonical
On Fri, Oct 3, 2014 at 8:30 AM, Simon Davy wrote: > On 3 October 2014 13:21, Simon Davy wrote: >> This is what I have: >> >> Host 10.0.3.* >> StrictHostKeyChecking no >> UserKnownHostsFile /dev/null >> ForwardAgent yes >> LogLevel ERROR Juju-CI is in several clouds. We treat

Re: SSH host key maintenance, local provider

2014-10-03 Thread Stuart Bishop
On 3 October 2014 20:23, Curtis Hovey-Canonical wrote: > On Fri, Oct 3, 2014 at 8:30 AM, Simon Davy wrote: >> On 3 October 2014 13:21, Simon Davy wrote: >>> This is what I have: >>> >>> Host 10.0.3.* >>> StrictHostKeyChecking no >>> UserKnownHostsFile /dev/null >>> ForwardAgent yes >

Reminder: Getting Started with Charm Testing

2014-10-03 Thread Jorge O. Castro
Hi everyone, Charm Testing is a hot topic right now, so in order to help people spin up on testing this first charm school is about charm testing today at 3pm EDT/ 7pm UTC. We'll be on #juju and ubuntuonair.com As always we'll toss the videos up on youtube and send the link to the list. -- Jorg

[Review Queue] - Logstash-Forwarder

2014-10-03 Thread Charles Butler
Short update this week, I got to review the Logstash Forwarder submission by Chris Stratford which is going to be an excellent addition to the charm store. It introduces a non-java subordinate log shipping agent that integrates with the ELK stack. https://bugs.launchpad.net/charms/+bug/1375685 A

Multiple Juju Relationships to a Single Charm

2014-10-03 Thread Michael Schwartz
Juju'ers: If you consider virtual hosting on a web server, each web folder may be a different client, who may have their own OpenID Provider. I made a quick diagram: http://www.gluu.org/blog/wp-content/uploads/2014/10/juju_apache_charm.png As far as I can tell, there is no really good way

Re: Multiple Juju Relationships to a Single Charm

2014-10-03 Thread Kapil Thangavelu
not quite clear why you think it doesn't work, could you outline what you'd like to do and where the difficulty arises. a picture is worth a thousand words, but some words as context are useful to frame it. -k On Fri, Oct 3, 2014 at 1:15 PM, Michael Schwartz wrote: > Juju'ers: > > If you consi