Re: Juju 2.3-rc2 is here!

2017-12-06 Thread Nicholas Skaggs

Is your agent stream set to released per chance?

juju model-config -m controller

If so, your client won't see the agent binaries as they aren't in the 
release stream (2.3 isn't yet released).


Nicholas

On 12/06/2017 03:10 PM, Merlijn Sebrechts wrote:
I tried this but I get the error that no agent binaries are found? I 
can send you the exact error tomorrow, I don't have my laptop with me 
at the moment.


On 6 Dec 2017 20:56, "Tim Penhey" > wrote:


Hi Merlijn,

You should be able to go:
  juju upgrade-juju -m controller

That should do the trick. If the client version is different you may
want to specify the agent version:

  juju upgrade-juju -m controller --agent-version 2.3-rc2

Tim

On 07/12/17 06:26, Merlijn Sebrechts wrote:
> Is there a way to upgrade a controller from rc1.1 to rc2?
>
> 2017-11-29 1:03 GMT+01:00 Nicholas Skaggs

> >>:
>
>     A new release of Juju is here, 2.3-rc2. This is primarily a
bug fix
>     release which addresses issues carried over from rc1.
>
>
>     ## New and Improved
>
>
>     * juju list-models is significantly faster, especially on
>     controllers with large numbers of models
>
>
>     * juju no longer records the execution of the update-status
hook.
>     This means that you will no longer see 'idle' units move to
>     'executing' showing 'running update-status hook'. This also
means
>     that it isn't recorded in the show-status-log for the unit. As a
>     related item, the squashing of the status-log, which was
buggy, has
>     been removed.
>
>
>     ## Fixes
>
>
>     For a list of all bugs fixed in this release, see
>
>
> https://launchpad.net/juju/+milestone/2.3-rc2

>     >
>
>
>
>     ## How can I get it?
>
>
>     The best way to get your hands on this release of Juju is to
install
>     it as a snap package (see https://snapcraft.io/for more info
on snaps).
>
>
>     snap install juju --classic --candidate
>
>
>     Other packages are available for a variety of platforms.
Please see
>     the online documentation at
> https://jujucharms.com/docs/stable/reference-install

>     >. Those
>     subscribed to a snap channel should be automatically
upgraded. If
>     you’re using the ppa/homebrew, you should see an upgrade
available.
>
>
>     ## Feedback Appreciated!
>
>
>     We encourage everyone to let us know how you're using Juju.
Send us a
>
>     message on Twitter using #jujucharms, join us at #juju on
freenode, and
>
>     subscribe to the mailing list at juju@lists.ubuntu.com

>     >.
>
>
>     ## More information
>
>     To learn more about juju please visit https://jujucharms.com.
>
>     --
>     Juju-dev mailing list
> juju-...@lists.ubuntu.com 
>
>     Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/juju-dev

>     >
>
>
>
>




--
Juju mailing list
Juju@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju


Re: Juju 2.3-rc2 is here!

2017-12-06 Thread Nicholas Skaggs

Is your agent stream set to released per chance?

juju model-config -m controller

If so, your client won't see the agent binaries as they aren't in the 
release stream (2.3 isn't yet released).


Nicholas

On 12/06/2017 03:10 PM, Merlijn Sebrechts wrote:
I tried this but I get the error that no agent binaries are found? I 
can send you the exact error tomorrow, I don't have my laptop with me 
at the moment.


On 6 Dec 2017 20:56, "Tim Penhey" > wrote:


Hi Merlijn,

You should be able to go:
  juju upgrade-juju -m controller

That should do the trick. If the client version is different you may
want to specify the agent version:

  juju upgrade-juju -m controller --agent-version 2.3-rc2

Tim

On 07/12/17 06:26, Merlijn Sebrechts wrote:
> Is there a way to upgrade a controller from rc1.1 to rc2?
>
> 2017-11-29 1:03 GMT+01:00 Nicholas Skaggs

> >>:
>
>     A new release of Juju is here, 2.3-rc2. This is primarily a
bug fix
>     release which addresses issues carried over from rc1.
>
>
>     ## New and Improved
>
>
>     * juju list-models is significantly faster, especially on
>     controllers with large numbers of models
>
>
>     * juju no longer records the execution of the update-status
hook.
>     This means that you will no longer see 'idle' units move to
>     'executing' showing 'running update-status hook'. This also
means
>     that it isn't recorded in the show-status-log for the unit. As a
>     related item, the squashing of the status-log, which was
buggy, has
>     been removed.
>
>
>     ## Fixes
>
>
>     For a list of all bugs fixed in this release, see
>
>
> https://launchpad.net/juju/+milestone/2.3-rc2

>     >
>
>
>
>     ## How can I get it?
>
>
>     The best way to get your hands on this release of Juju is to
install
>     it as a snap package (see https://snapcraft.io/for more info
on snaps).
>
>
>     snap install juju --classic --candidate
>
>
>     Other packages are available for a variety of platforms.
Please see
>     the online documentation at
> https://jujucharms.com/docs/stable/reference-install

>     >. Those
>     subscribed to a snap channel should be automatically
upgraded. If
>     you’re using the ppa/homebrew, you should see an upgrade
available.
>
>
>     ## Feedback Appreciated!
>
>
>     We encourage everyone to let us know how you're using Juju.
Send us a
>
>     message on Twitter using #jujucharms, join us at #juju on
freenode, and
>
>     subscribe to the mailing list at j...@lists.ubuntu.com

>     >.
>
>
>     ## More information
>
>     To learn more about juju please visit https://jujucharms.com.
>
>     --
>     Juju-dev mailing list
> Juju-dev@lists.ubuntu.com 
>
>     Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/juju-dev

>     >
>
>
>
>




--
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev


Re: Juju 2.3-rc2 is here!

2017-12-06 Thread Merlijn Sebrechts
I tried this but I get the error that no agent binaries are found? I can
send you the exact error tomorrow, I don't have my laptop with me at the
moment.

On 6 Dec 2017 20:56, "Tim Penhey"  wrote:

> Hi Merlijn,
>
> You should be able to go:
>   juju upgrade-juju -m controller
>
> That should do the trick. If the client version is different you may
> want to specify the agent version:
>
>   juju upgrade-juju -m controller --agent-version 2.3-rc2
>
> Tim
>
> On 07/12/17 06:26, Merlijn Sebrechts wrote:
> > Is there a way to upgrade a controller from rc1.1 to rc2?
> >
> > 2017-11-29 1:03 GMT+01:00 Nicholas Skaggs  > >:
> >
> > A new release of Juju is here, 2.3-rc2. This is primarily a bug fix
> > release which addresses issues carried over from rc1.
> >
> >
> > ## New and Improved
> >
> >
> > * juju list-models is significantly faster, especially on
> > controllers with large numbers of models
> >
> >
> > * juju no longer records the execution of the update-status hook.
> > This means that you will no longer see 'idle' units move to
> > 'executing' showing 'running update-status hook'. This also means
> > that it isn't recorded in the show-status-log for the unit. As a
> > related item, the squashing of the status-log, which was buggy, has
> > been removed.
> >
> >
> > ## Fixes
> >
> >
> > For a list of all bugs fixed in this release, see
> >
> >
> > https://launchpad.net/juju/+milestone/2.3-rc2
> > 
> >
> >
> >
> > ## How can I get it?
> >
> >
> > The best way to get your hands on this release of Juju is to install
> > it as a snap package (see https://snapcraft.io/for more info on
> snaps).
> >
> >
> > snap install juju --classic --candidate
> >
> >
> > Other packages are available for a variety of platforms. Please see
> > the online documentation at
> > https://jujucharms.com/docs/stable/reference-install
> > . Those
> > subscribed to a snap channel should be automatically upgraded. If
> > you’re using the ppa/homebrew, you should see an upgrade available.
> >
> >
> > ## Feedback Appreciated!
> >
> >
> > We encourage everyone to let us know how you're using Juju. Send us a
> >
> > message on Twitter using #jujucharms, join us at #juju on freenode,
> and
> >
> > subscribe to the mailing list at juju@lists.ubuntu.com
> > .
> >
> >
> > ## More information
> >
> > To learn more about juju please visit https://jujucharms.com.
> >
> > --
> > Juju-dev mailing list
> > juju-...@lists.ubuntu.com 
> > Modify settings or unsubscribe at:
> > https://lists.ubuntu.com/mailman/listinfo/juju-dev
> > 
> >
> >
> >
> >
>
-- 
Juju mailing list
Juju@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju


Re: Juju 2.3-rc2 is here!

2017-12-06 Thread Merlijn Sebrechts
I tried this but I get the error that no agent binaries are found? I can
send you the exact error tomorrow, I don't have my laptop with me at the
moment.

On 6 Dec 2017 20:56, "Tim Penhey"  wrote:

> Hi Merlijn,
>
> You should be able to go:
>   juju upgrade-juju -m controller
>
> That should do the trick. If the client version is different you may
> want to specify the agent version:
>
>   juju upgrade-juju -m controller --agent-version 2.3-rc2
>
> Tim
>
> On 07/12/17 06:26, Merlijn Sebrechts wrote:
> > Is there a way to upgrade a controller from rc1.1 to rc2?
> >
> > 2017-11-29 1:03 GMT+01:00 Nicholas Skaggs  > >:
> >
> > A new release of Juju is here, 2.3-rc2. This is primarily a bug fix
> > release which addresses issues carried over from rc1.
> >
> >
> > ## New and Improved
> >
> >
> > * juju list-models is significantly faster, especially on
> > controllers with large numbers of models
> >
> >
> > * juju no longer records the execution of the update-status hook.
> > This means that you will no longer see 'idle' units move to
> > 'executing' showing 'running update-status hook'. This also means
> > that it isn't recorded in the show-status-log for the unit. As a
> > related item, the squashing of the status-log, which was buggy, has
> > been removed.
> >
> >
> > ## Fixes
> >
> >
> > For a list of all bugs fixed in this release, see
> >
> >
> > https://launchpad.net/juju/+milestone/2.3-rc2
> > 
> >
> >
> >
> > ## How can I get it?
> >
> >
> > The best way to get your hands on this release of Juju is to install
> > it as a snap package (see https://snapcraft.io/for more info on
> snaps).
> >
> >
> > snap install juju --classic --candidate
> >
> >
> > Other packages are available for a variety of platforms. Please see
> > the online documentation at
> > https://jujucharms.com/docs/stable/reference-install
> > . Those
> > subscribed to a snap channel should be automatically upgraded. If
> > you’re using the ppa/homebrew, you should see an upgrade available.
> >
> >
> > ## Feedback Appreciated!
> >
> >
> > We encourage everyone to let us know how you're using Juju. Send us a
> >
> > message on Twitter using #jujucharms, join us at #juju on freenode,
> and
> >
> > subscribe to the mailing list at j...@lists.ubuntu.com
> > .
> >
> >
> > ## More information
> >
> > To learn more about juju please visit https://jujucharms.com.
> >
> > --
> > Juju-dev mailing list
> > Juju-dev@lists.ubuntu.com 
> > Modify settings or unsubscribe at:
> > https://lists.ubuntu.com/mailman/listinfo/juju-dev
> > 
> >
> >
> >
> >
>
-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev


Re: Juju 2.3-rc2 is here!

2017-12-06 Thread Tim Penhey
Hi Merlijn,

You should be able to go:
  juju upgrade-juju -m controller

That should do the trick. If the client version is different you may
want to specify the agent version:

  juju upgrade-juju -m controller --agent-version 2.3-rc2

Tim

On 07/12/17 06:26, Merlijn Sebrechts wrote:
> Is there a way to upgrade a controller from rc1.1 to rc2?
> 
> 2017-11-29 1:03 GMT+01:00 Nicholas Skaggs  >:
> 
> A new release of Juju is here, 2.3-rc2. This is primarily a bug fix
> release which addresses issues carried over from rc1.
> 
> 
> ## New and Improved
> 
> 
> * juju list-models is significantly faster, especially on
> controllers with large numbers of models
> 
> 
> * juju no longer records the execution of the update-status hook.
> This means that you will no longer see 'idle' units move to
> 'executing' showing 'running update-status hook'. This also means
> that it isn't recorded in the show-status-log for the unit. As a
> related item, the squashing of the status-log, which was buggy, has
> been removed.
> 
> 
> ## Fixes
> 
> 
> For a list of all bugs fixed in this release, see
> 
> 
> https://launchpad.net/juju/+milestone/2.3-rc2
> 
> 
> 
> 
> ## How can I get it?
> 
> 
> The best way to get your hands on this release of Juju is to install
> it as a snap package (see https://snapcraft.io/for more info on snaps).
> 
> 
> snap install juju --classic --candidate
> 
> 
> Other packages are available for a variety of platforms. Please see
> the online documentation at
> https://jujucharms.com/docs/stable/reference-install
> . Those
> subscribed to a snap channel should be automatically upgraded. If
> you’re using the ppa/homebrew, you should see an upgrade available.
> 
> 
> ## Feedback Appreciated!
> 
> 
> We encourage everyone to let us know how you're using Juju. Send us a
> 
> message on Twitter using #jujucharms, join us at #juju on freenode, and
> 
> subscribe to the mailing list at juju@lists.ubuntu.com
> .
> 
> 
> ## More information
> 
> To learn more about juju please visit https://jujucharms.com.
> 
> --
> Juju-dev mailing list
> juju-...@lists.ubuntu.com 
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/juju-dev
> 
> 
> 
> 
> 

-- 
Juju mailing list
Juju@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju


Re: Juju 2.3-rc2 is here!

2017-12-06 Thread Tim Penhey
Hi Merlijn,

You should be able to go:
  juju upgrade-juju -m controller

That should do the trick. If the client version is different you may
want to specify the agent version:

  juju upgrade-juju -m controller --agent-version 2.3-rc2

Tim

On 07/12/17 06:26, Merlijn Sebrechts wrote:
> Is there a way to upgrade a controller from rc1.1 to rc2?
> 
> 2017-11-29 1:03 GMT+01:00 Nicholas Skaggs  >:
> 
> A new release of Juju is here, 2.3-rc2. This is primarily a bug fix
> release which addresses issues carried over from rc1.
> 
> 
> ## New and Improved
> 
> 
> * juju list-models is significantly faster, especially on
> controllers with large numbers of models
> 
> 
> * juju no longer records the execution of the update-status hook.
> This means that you will no longer see 'idle' units move to
> 'executing' showing 'running update-status hook'. This also means
> that it isn't recorded in the show-status-log for the unit. As a
> related item, the squashing of the status-log, which was buggy, has
> been removed.
> 
> 
> ## Fixes
> 
> 
> For a list of all bugs fixed in this release, see
> 
> 
> https://launchpad.net/juju/+milestone/2.3-rc2
> 
> 
> 
> 
> ## How can I get it?
> 
> 
> The best way to get your hands on this release of Juju is to install
> it as a snap package (see https://snapcraft.io/for more info on snaps).
> 
> 
> snap install juju --classic --candidate
> 
> 
> Other packages are available for a variety of platforms. Please see
> the online documentation at
> https://jujucharms.com/docs/stable/reference-install
> . Those
> subscribed to a snap channel should be automatically upgraded. If
> you’re using the ppa/homebrew, you should see an upgrade available.
> 
> 
> ## Feedback Appreciated!
> 
> 
> We encourage everyone to let us know how you're using Juju. Send us a
> 
> message on Twitter using #jujucharms, join us at #juju on freenode, and
> 
> subscribe to the mailing list at j...@lists.ubuntu.com
> .
> 
> 
> ## More information
> 
> To learn more about juju please visit https://jujucharms.com.
> 
> --
> Juju-dev mailing list
> Juju-dev@lists.ubuntu.com 
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/juju-dev
> 
> 
> 
> 
> 

-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev


Re: Submission of sme-1 for charm store

2017-12-06 Thread Cory Johns
Steven,

I've unpromulgated the charm which I think may give you access to release
it to stable within the ~storage-made-easy namespace.  Can you please try
that again and let me know if it works?  If so, I should be able to
re-promulgate afterward and grant you access again.

On Tue, Dec 5, 2017 at 12:33 PM, Steven Sweeting  wrote:

> Hi Tim,
>
>
>
> I can publish to the edge channel but not to stable - I’m getting
> permission denied.
>
> $ charm release ~storage-made-easy/xenial/sme-0 --channel edge
>
> url: cs:~storage-made-easy/xenial/sme-0
>
> channel: edge
>
> $ charm release ~storage-made-easy/xenial/sme-0 --channel stable
>
> ERROR cannot release charm or bundle: access denied for user "ssweeting"
>
>
>
> $ charm version
>
> charm 2.2.2
>
> charm-tools 2.2.3
>
>
>
> Thanks,
>
> Steven
>
>
>
> [image:
> ttps://ci3.googleusercontent.com/proxy/nSxujEAVw9X420WUHPIBYcRjA22BecHwnLB0qX-2xlC8H9FM3et5uNacTODnhnMDf]
>
> *Steven Sweeting*. Director, Product Management
> Storage Made Easy  | Twitter: Storage Made
> Easy  | +1 510.213.0965 <(510)%20213-0965>
> Email: Steven Sweeting  | Blog:
> blog.storagemadeeasy.com | Skype
>
>
> The information in this e-mail and any files transmitted with it are
> confidential and are intended solely for the use of the addressee. Access
> to this e-mail by anyone else is unauthorized. If you are not the intended
> recipient any disclosure, copying and distribution of the information
> contained in this e-mail is prohibited. Although this e-mail has been
> checked for all known viruses, Vehera LTD cannot accept responsibility for
> any loss or damage arising from the use of this e-mail or its attachments.
> We keep personal data to be able to communicate with you. This can  include
> your name, email address, contact number, and may document the nature of
> any interactions we have had. If you wish to, unsubscribe
>  from further
> emails from Storage Made Easy. Please be aware that unsubscribing may
> generate a further email acknowledging your removal. Vehera Limited is a
> company registered in England. Registered Number: 07079346. The Registered
> address is Mulgrave Chambers, 26-28 Mulgrave Road, Sutton, Surrey SM2 6LE.
>
>
>
> *From: *Tim Van Steenburgh 
> *Date: *Tuesday, December 5, 2017 at 7:16 AM
> *To: *Steven Sweeting 
> *Cc: *juju 
> *Subject: *Re: Submission of sme-1 for charm store
>
>
>
> Hi Steven,
>
>
>
> Sure, can you `charm publish` your charm please (it's not currently in the
> the stable channel). See `charm publish -h` for more info.
>
>
>
> Thanks,
>
> Tim
>
>
>
> On Mon, Dec 4, 2017 at 6:59 PM, Steven Sweeting <
> ste...@storagemadeeasy.com> wrote:
>
> Hi,
>
>
>
> I’d like to respectively request that our new charm sme be considered for
> promulgation to the charm store.
>
>
>
> https://jujucharms.com/u/storage-made-easy/sme/xenial/1
>
>
>
> Thanks,
>
> Steven
>
>
>
> [image: Image removed by sender.
> ttps://ci3.googleusercontent.com/proxy/nSxujEAVw9X420WUHPIBYcRjA22BecHwnLB0qX-2xlC8H9FM3et5uNacTODnhnMDf]
>
> *Steven Sweeting*. Director, Product Management
> Storage Made Easy  | Twitter: Storage Made
> Easy  | +1 510.213.0965 <(510)%20213-0965>
> Email: Steven Sweeting  | Blog:
> blog.storagemadeeasy.com | Skype
>
>
> The information in this e-mail and any files transmitted with it are
> confidential and are intended solely for the use of the addressee. Access
> to this e-mail by anyone else is unauthorized. If you are not the intended
> recipient any disclosure, copying and distribution of the information
> contained in this e-mail is prohibited. Although this e-mail has been
> checked for all known viruses, Vehera LTD cannot accept responsibility for
> any loss or damage arising from the use of this e-mail or its attachments.
> We keep personal data to be able to communicate with you. This can  include
> your name, email address, contact number, and may document the nature of
> any interactions we have had. If you wish to, unsubscribe
>  from further
> emails from Storage Made Easy. Please be aware that unsubscribing may
> generate a further email acknowledging your removal. Vehera Limited is a
> company registered in England. Registered Number: 07079346. The Registered
> address is Mulgrave Chambers, 26-28 Mulgrave Road, Sutton, Surrey SM2 6LE.
>
>
>
>
> --
> Juju mailing list
> Juju@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/
> mailman/listinfo/juju
>
>
>
> --
> Juju mailing list
> Juju@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/
> mailman/listinfo/juju
>
>
-- 
Juju 

Re: Juju 2.3-rc2 is here!

2017-12-06 Thread Merlijn Sebrechts
Is there a way to upgrade a controller from rc1.1 to rc2?

2017-11-29 1:03 GMT+01:00 Nicholas Skaggs :

> A new release of Juju is here, 2.3-rc2. This is primarily a bug fix
> release which addresses issues carried over from rc1.
>
> ## New and Improved
>
> * juju list-models is significantly faster, especially on controllers with
> large numbers of models
>
> * juju no longer records the execution of the update-status hook. This
> means that you will no longer see 'idle' units move to 'executing' showing
> 'running update-status hook'. This also means that it isn't recorded in the
> show-status-log for the unit. As a related item, the squashing of the
> status-log, which was buggy, has been removed.
>
> ## Fixes
>
> For a list of all bugs fixed in this release, see
>
> https://launchpad.net/juju/+milestone/2.3-rc2
>
>
> ## How can I get it?
>
> The best way to get your hands on this release of Juju is to install it as
> a snap package (see https://snapcraft.io/ for more info on snaps).
>
> snap install juju --classic --candidate
>
> Other packages are available for a variety of platforms. Please see the
> online documentation at https://jujucharms.com/docs/
> stable/reference-install. Those subscribed to a snap channel should be
> automatically upgraded. If you’re using the ppa/homebrew, you should see an
> upgrade available.
>
> ## Feedback Appreciated!
>
> We encourage everyone to let us know how you're using Juju. Send us a
>
> message on Twitter using #jujucharms, join us at #juju on freenode, and
>
> subscribe to the mailing list at juju@lists.ubuntu.com.
>
> ## More information
> To learn more about juju please visit https://jujucharms.com.
>
> --
> Juju-dev mailing list
> juju-...@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/
> mailman/listinfo/juju-dev
>
>
-- 
Juju mailing list
Juju@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju


Re: Juju 2.3-rc2 is here!

2017-12-06 Thread Merlijn Sebrechts
Is there a way to upgrade a controller from rc1.1 to rc2?

2017-11-29 1:03 GMT+01:00 Nicholas Skaggs :

> A new release of Juju is here, 2.3-rc2. This is primarily a bug fix
> release which addresses issues carried over from rc1.
>
> ## New and Improved
>
> * juju list-models is significantly faster, especially on controllers with
> large numbers of models
>
> * juju no longer records the execution of the update-status hook. This
> means that you will no longer see 'idle' units move to 'executing' showing
> 'running update-status hook'. This also means that it isn't recorded in the
> show-status-log for the unit. As a related item, the squashing of the
> status-log, which was buggy, has been removed.
>
> ## Fixes
>
> For a list of all bugs fixed in this release, see
>
> https://launchpad.net/juju/+milestone/2.3-rc2
>
>
> ## How can I get it?
>
> The best way to get your hands on this release of Juju is to install it as
> a snap package (see https://snapcraft.io/ for more info on snaps).
>
> snap install juju --classic --candidate
>
> Other packages are available for a variety of platforms. Please see the
> online documentation at https://jujucharms.com/docs/
> stable/reference-install. Those subscribed to a snap channel should be
> automatically upgraded. If you’re using the ppa/homebrew, you should see an
> upgrade available.
>
> ## Feedback Appreciated!
>
> We encourage everyone to let us know how you're using Juju. Send us a
>
> message on Twitter using #jujucharms, join us at #juju on freenode, and
>
> subscribe to the mailing list at j...@lists.ubuntu.com.
>
> ## More information
> To learn more about juju please visit https://jujucharms.com.
>
> --
> Juju-dev mailing list
> Juju-dev@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/
> mailman/listinfo/juju-dev
>
>
-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev


Re: VMWare support in 2.3-rc1.1

2017-12-06 Thread Mark Shuttleworth
Hi Merlijn

Thanks for the feedback. Having 2.3.0 be good on VMware is very valuable
for us. Have these issues been addressed in the RCs?

Mark

On 11/22/2017 09:53 AM, Merlijn Sebrechts wrote:
> Hi all
>
>
> I've been trying out Juju 2.3-rc1.1 on VMware. Good work on this, we
> were finally able to create a functional controller on our cluster!
>
> There are however still a couple of issues I wanted to bring to your
> attention. The most serious one is that LXD support seems to be broken
> (more than on other non-maas clouds).
>
> Our network setup is the following: We have two networks: a
> `primary-network`, running a dhcp server with ddns, and a
> `external-network` where users need to add an IP address manually.
> This is because public ip's are very scarce in our organization and we
> can't just give Juju an entire range.
>
> Juju seems to handle this pretty well: when a VM is created, it is
> attached to both networks, but it only gets an IP on the
> `primary-network`. That IP is then also used as `public-address` for
> the VM. When a user manually adds a public IP to the interface, Juju
> picks that up after a few minutes, and uses that ip as
> `public-address`. This is exactly what we want, good job!
>
> These are the issues we're still having:
>
>   * LXD support is broken: with the current network setup, creating an
> LXD container on a VM makes the VM unreachable. If we remove the
> `external-network` from the setup, LXD containers never come
> up.: https://bugs.launchpad.net/juju/+bug/1733882
>
>   * The default constraints VM's differs between EC2/VMware. Is this
> intentional? It causes some bundles to fail since they don't get
> enough RAM.
>
>   * Firewaller doesn't work: https://bugs.launchpad.net/juju/+bug/1732665
>
>   * cloud-init warns about the cloud being reported as
> "EC2": https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1731868
>
>   * When you remove a VM with Juju, the vmdk disk image is deleted
> from _all_ datastores, instead of only the one where juju put the
> image. This might pose a problem if people use a datastore as a
> backup. https://bugs.launchpad.net/juju/+bug/1733885
>
>
>
> Kind regards
> Merlijn
>
>
>
>
>
>

-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev