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
mailto:nicholas.ska...@canonical.com>
> >>:
>
>     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 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 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: 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 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 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