Re: Reminder: write tests fail first

2016-05-04 Thread Casey Marshall
An excellent demonstration of writing tests that fail first that I've seen recently: https://www.youtube.com/watch?v=PEbnzuMZceA On Wed, May 4, 2016 at 9:24 PM, Andrew Wilkins wrote: > See: https://bugs.launchpad.net/juju-core/+bug/1578456 > > Cheers, > Andrew > >

Re: Reminder: write tests fail first

2016-05-04 Thread Menno Smits
Good catch. On 5 May 2016 at 14:24, Andrew Wilkins wrote: > See: https://bugs.launchpad.net/juju-core/+bug/1578456 > > Cheers, > Andrew > > -- > Juju-dev mailing list > Juju-dev@lists.ubuntu.com > Modify settings or unsubscribe at: >

Reminder: write tests fail first

2016-05-04 Thread Andrew Wilkins
See: https://bugs.launchpad.net/juju-core/+bug/1578456 Cheers, Andrew -- Juju-dev mailing list Juju-dev@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju-dev

incorrect private address when using manual provider

2016-05-04 Thread Matt Rae
Hi we're seeing an issue where the juju private-address is chosen incorrectly when using the manual provider on a host with multiple interfaces. Are there any details regarding how the private-address is chosen when using the manual provider? Matt -- Juju mailing list Juju@lists.ubuntu.com

Re: juju 1.x add machine command: how to specify flavors in an openstack environment

2016-05-04 Thread Samuel Cozannet
Hi Eddy, Thanks for using Juju :) You can do juju deploy --constraints "mem=8G cpu-cores=4 root-disk=32G" then juju set-constraints "mem=8G..." You can find the list of available constraints here : https://jujucharms.com/docs/1.25/reference-constraints (for Juju 1.X) and there:

juju 1.x add machine command: how to specify flavors in an openstack environment

2016-05-04 Thread Eddy Truyen
Hey, How can I specify in juju1 in the `juju machine add` command the type of flavor (number of virtual cpus, GB of RAM).? I work in an openstack environment. As far as I can see I can only specify desired memory: juju machine add --constraints mem=8G but how do I specify the number of

Reviewed designs ibm-was-nd, ibm-xcat, ibm-was-wxs, ibm-dsm and ibm-pac

2016-05-04 Thread Matt Bruzek
Kevin Monroe and I reviewed several charm designs, and one bundle design from our parters at IBM. All these designs use the reactive framework and are well thought out. Most got our +1 but we had a few questions about ibm-pac that was unclear. Here is the summary: was-nd - approved last week,

Re: compute-data network

2016-05-04 Thread Dimiter Naydenov
On 05/04/2016 10:57 AM, Dimiter Naydenov wrote: > On 05/03/2016 10:07 PM, James Beedy wrote: >> Hello All, >> >> After reading Dimiter's >> post: >> https://insights.ubuntu.com/2015/11/08/deploying-openstack-on-maas-1-9-with-juju/, >> I have some questions regarding the network implementation. >>

Re: compute-data network

2016-05-04 Thread Dimiter Naydenov
On 05/03/2016 10:07 PM, James Beedy wrote: > Hello All, > > After reading Dimiter's > post: > https://insights.ubuntu.com/2015/11/08/deploying-openstack-on-maas-1-9-with-juju/, > I have some questions regarding the network implementation. > > Can someone please link me to some docs describing