Matrix: Real world testing

2016-11-03 Thread Benjamin Saller
TL;DR there is a new testing tool for Juju and you should check it out at https://github.com/juju-solutions/matrix Paraphrasing Netflix, "If you can't run chaos monkey in production you're not really prepared to deal with failure". And it's true. It quickly becomes a question of constraints if doi

How to reproduce the same build output binaries?

2016-11-03 Thread Konstantinos Tsakalozos
Hi everyone, This is probably a question on best practises. A reasonable ask for a build process is to be able to reproduce the same output artifacts from a certain point in time. For example, I would like to be able to rebuild the same charm I build 10 minutes, or a week or a month ago. I can th

Re: Jenkins plugin to upload charm to store?

2016-11-03 Thread Merlijn Sebrechts
Hi all I wrote my own python script to test and publish bundles and their charms. It's very specialized for our use-case so I doubt it's useful for you guys although I like the idea of a reference script. I'd like to follow the development of that script to make sure it also fits our use-case.

Re: Matrix: Real world testing

2016-11-03 Thread Gabriel Samfira
This looks great! Are there any charm tests already leveraging this test engine? I would like to give it a shot for a few Windows charms. Some documentation, or some examples would be great. -- Regards, Gabriel Adrian Samfira Cloudbase Solutions SRL -- Juju mailing list Juju@lists.ubuntu.com Mod

Re: Jenkins plugin to upload charm to store?

2016-11-03 Thread David Britton
Looks cool Merlijn -- I may use this in the near future as I have some similar scripts I have cobbled together as well. :) On Thu, Nov 3, 2016 at 11:46 AM, Merlijn Sebrechts < merlijn.sebrec...@gmail.com> wrote: > Hi all > > > I wrote my own python script to test and publish bundles and their ch

Juju 1.25.7 is proposed for release

2016-11-03 Thread Nicholas Skaggs
A new proposed stable release of Juju 1.25.7, is now available. We invite you to test this proposed update to the 1.25 series and provide feedback before it's release. ## Getting Juju 1.25.7 A proposed version of juju-core 1.25.7 is available in the following PPA: https://launchpad.net/~juju/

Re: How to reproduce the same build output binaries?

2016-11-03 Thread Ryan Beisner
As far as I know, there is no notion of a stable Layer or a stable Interface. That makes it difficult to carry any layered charm as "stable," and quite awkward to cherry-pick and backport fixes to stable charms which depend on Layers and Interfaces. As you mention, you could synthesize stability

Crashdump plugin

2016-11-03 Thread Gregory Lutostanski
Hey everybody... I cobbled together a new juju plugin "crashdump" and thought some of you might find it useful. I also took a stab at getting some packaging together for https://github.com/juju/plugins I use "juju crashdump" to get quick tarballs of broken deploys when in a bad state so I or some

Re: Crashdump plugin

2016-11-03 Thread Adam Stokes
Nice, one thing you could do is tie this in with sosreport and just run that against the machines. It already has support for juju, lxd, openstack, etc. https://github.com/sosreport/sos And a list of all the plugins we support are here: https://github.com/sosreport/sos/tree/master/sos/plugins On

Re: Crashdump plugin

2016-11-03 Thread Louis Bouchard
Hello, Le 04/11/2016 à 03:43, Adam Stokes a écrit : > Nice, one thing you could do is tie this in with sosreport and just run that > against the machines. It already has support for juju, lxd, openstack, etc. > > https://github.com/sosreport/sos > > And a list of all the plugins we support are h