Replica sets re-enabled for local provider

2014-05-28 Thread Michael Foord
and report back if there are any problems. All the best, Michael Foord [1] https://code.launchpad.net/~mfoord/juju-core/local-replset/+merge/221117 -- Juju-dev mailing list Juju-dev@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju-dev

Re: critical regression blocks 1.19.3 release

2014-05-29 Thread Michael Foord
On 28/05/14 21:54, Curtis Hovey-Canonical wrote: I don't think we can do a release this week, or if we do, the release will be from a version that works from last week. The current blocker is lp:juju-core r2803 or lp:juju-core r2804 broke local precise deployments. Juju cannot bootst

Re: critical regression blocks 1.19.3 release

2014-05-29 Thread Michael Foord
On 28/05/14 21:54, Curtis Hovey-Canonical wrote: I don't think we can do a release this week, or if we do, the release will be from a version that works from last week. The current blocker is lp:juju-core r2803 or lp:juju-core r2804 broke local precise deployments. Juju cannot bootst

Re: Juju is now on Github

2014-06-04 Thread Michael Foord
On 04/06/14 01:40, Ian Booth wrote: On 04/06/14 09:54, Horacio Duran wrote: Thanks for the info Ian, you guys have done a wonderful job and have been very helpful during the day. You're welcome. The people who deserve special mention are Martin, Andrew, Curtis, and Aaron. There were a lot o

Re: Juju induction sprint summary

2014-07-15 Thread Michael Foord
On 14/07/14 09:43, Ian Booth wrote: Hi all So last week we had a Juju induction sprint for Tanzanite and Moonstone teams to welcome Eric and Katherine to the Juju fold. Following is a summary of some key outcomes from the sprint that are relevant to others working on Juju (we also did other stu

Session copying and i/o timeout bug

2014-07-16 Thread Michael Foord
eakages. If anyone wanted to pickup looking at the transaction runner breakages then we could move faster. We'd need to stay in sync as some of the root causes will be the same (especially auth failures). All the best, Michael Foord -- Juju-dev mailing list Juju-dev@lists.ubuntu.com Mo

Re: Can we get rid of the hash(password) dance?

2014-07-17 Thread Michael Foord
On 17/07/14 05:49, John Meinel wrote: Michael is working on changing how we handle sessions with Mongo, and noticed that his first attempt started running into Auth failures. It turned out that this was because of the hash(password) dance. (For those who don't know, in certain circumstances we

Simulating a slow disk with nbd

2014-09-04 Thread Michael Foord
can't restart or a device that you can't unmount / remount. The right order to (un)do things is: Shut down lxc container Unmount device Kill nbd-client / server I hope this is helpful to anyone else who may want to simulate a system with slow i/o performance. All the best, Michael

Re: Unit Tests & Integration Tests

2014-09-12 Thread Michael Foord
On 12/09/14 06:05, Ian Booth wrote: On 12/09/14 01:59, roger peppe wrote: On 11 September 2014 16:29, Matthew Williams wrote: Hi Folks, There seems to be a general push in the direction of having more mocking in unit tests. Obviously this is generally a good thing but there is still value i

Re: Agent API Versioning and Upgrades

2014-09-17 Thread Michael Foord
On 17/09/14 10:15, Dimiter Naydenov wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, TL;DR When introducing a new agent API facade version used by a worker, which requires an upgrade step (schema changes, migration), I propose to not to keep the old worker code (using the older API

Re: reviewboard-github integration

2014-10-21 Thread Michael Foord
On 20/10/14 22:38, Eric Snow wrote: This should be resolved now. I've verified it works for me. If it still impacts anyone, just let me know. I still have the issue I'm afraid. No reviewer set, no diff. http://reviews.vapour.ws/r/211/ Michael -eric On Mon, Oct 20, 2014 at 7:34 PM, Eric

Re: converting IPv4 string to uint32 (and back again)

2014-12-05 Thread Michael Foord
On 04/12/14 21:07, Gustavo Niemeyer wrote: I generally just "hand code" that sort of logic as well: http://play.golang.org/p/Hvi9t_ZFlw and yeah, big-endian is the "network byte order". Technically, anything would work (XOR it with 42!), but it would be surprising. Thanks guys. Both thos

Manual bootstrap to kvm (for testing behind a proxy etc)

2015-02-11 Thread Michael Foord
her kvm instance and use the form: juju deploy wordpress --to ssh:user@ Warm regards, Michael Foord [1] https://bugs.launchpad.net/juju-core/+bug/1403225 [2] https://bugs.launchpad.net/juju-core/+bug/1418139 -- Juju-dev mailing list Juju-dev@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju-dev

Re: Please, no more types called "State"

2015-03-12 Thread Michael Foord
On 12/03/15 05:01, David Cheney wrote: lucky(~/src/github.com/juju/juju) % pt -i type\ State\ | wc -l 23 Thank you. When I was new to Juju the fact that we had a central "State", core to the Juju model, but we had umpteen types called State - so where you saw a State you had no idea what

Re: Testing on windows

2015-03-19 Thread Michael Foord
On 19/03/15 01:40, Gabriel Samfira wrote: Hello folks, It has come to my attention that there may be some confusion in regards to some Windows testing. There have been a couple of branches that have merged which break windows tests in juju-core. I would like to remind everyone that there is a

Re: Is simplestreams spam worth having in the Log

2015-04-01 Thread Michael Foord
On 01/04/15 11:47, John Meinel wrote: I've been noticing lately that everytime a test fails it ends up having a *lot* of lines about failing to find simplestreams headers. (this last test failure had about 200 long lines of that, and only 6 lines of actual failure message that was useful).

kvm instance creation

2015-06-02 Thread Michael Foord
already have code support (need to check it works) for specifying a NIC with MAC address for lxc. All the best, Michael Foord juju-machine-0-kvm-0 2fec39e2-30ad-4bbf-b8be-1b6b678fc957 524288 524288 1 hvm destroy restart destroy

Re: kvm instance creation

2015-06-03 Thread Michael Foord
On 03/06/15 09:15, Robie Basak wrote: Hi Michael, (uvtool author here) On Tue, Jun 02, 2015 at 09:30:15AM +0100, Michael Foord wrote: In order to specify a MAC address for a KVM image we need to create a libvirt domain xml template to pass as the template argument to uvt-kvm. Right

Re: hacking upload tools for development

2016-04-19 Thread Michael Foord
On 14/04/16 19:38, Aaron Bentley wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi there. I've done a lot of work with simplestreams lately, and we've got some decent tools for generating them quickly and easily. I'd be happy to work with someone from core to develop a tool to genera

Re: Github Reviews vs Reviewboard

2016-10-14 Thread Michael Foord
0 On 13/10/16 23:44, Menno Smits wrote: We've been trialling Github Reviews for some time now and it's time to decide whether we stick with it or go back to Reviewboard. We're going to have a vote. If you have an opinion on the issue please reply to this email with a +1, 0 or -1, optionally

Bug 1642609: new model config defaults

2016-12-07 Thread Michael Foord
tream, agent-metadata-url, proxy settings etc. All the best, Michael Foord -- Juju-dev mailing list Juju-dev@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju-dev

Re: Bug 1642609: new model config defaults

2016-12-08 Thread Michael Foord
I created bug 1648426 to track discussion of which model config options should (if indeed any...) propagate by default. https://bugs.launchpad.net/juju/+bug/1648426 Michael On 07/12/16 21:37, Michael Foord wrote: Hey all, I spent far longer than was reasonable working out why OIL were