Re: EC2 availability zones and bundles

2018-06-18 Thread George Kraft
Thanks Tim. I went ahead and opened a bug for this: https://bugs.launchpad.net/juju/+bug/1777487 Cheers, George Kraft On Sun, Jun 17, 2018 at 6:28 PM, Tim Penhey wrote: > I don't believe this is possible with bundles at the moment. > > The only placement directives that is currently supported i

Re: EC2 availability zones and bundles

2018-06-17 Thread Tim Penhey
I don't believe this is possible with bundles at the moment. The only placement directives that is currently supported in bundles are: new lxd:new lxd: kvm:new kvm: I *think* that is it. Tim On 16/06/18 05:57, George Kraft wrote: > Hey folks, > > Is there a way to assign units or

EC2 availability zones and bundles

2018-06-15 Thread George Kraft
Hey folks, Is there a way to assign units or machines to specific availability zones on EC2 when deploying from a bundle? I see there's a way to do it for standalone machines/units with either of the following: juju add-machine zone=us-east-1c juju deploy ubuntu --to zone=us-east-1c But I'm hav