Re: Juju terminology change: controllers and models

2016-02-02 Thread Marco Ceppi
Very exciting to see these bits landing now! I'm looking forward to the alpha and trying out all the commands On Wed, Feb 3, 2016 at 12:05 AM Ian Booth wrote: > Yeah, there's a couple of places that need a bit of cleanup. With that > one, I > needed to double check existing call points before de

Re: Juju terminology change: controllers and models

2016-02-02 Thread Ian Booth
Yeah, there's a couple of places that need a bit of cleanup. With that one, I needed to double check existing call points before deleting, and ran out of time before needing to do the merge. But the intent is to delete it. On 03/02/16 12:53, Nate Finch wrote: > FYI, I noticed ServiceDeployWithNetw

Re: Tags and object IDs

2016-02-02 Thread Nate Finch
I always liked you, Tim :) On Tue, Feb 2, 2016, 10:25 PM Tim Penhey wrote: > Here is my short answer: > > use names.UnitTag > > That is all. > > Tim > > On 23/01/16 09:53, Nate Finch wrote: > > Working in the model layer on the server between the API and the DB. > > Specifically in my instance

Re: Tags and object IDs

2016-02-02 Thread Tim Penhey
Here is my short answer: use names.UnitTag That is all. Tim On 23/01/16 09:53, Nate Finch wrote: > Working in the model layer on the server between the API and the DB. > Specifically in my instance, an API call comes in from a unit, > requesting the bytes for a resource. We want to record t

Re: Juju terminology change: controllers and models

2016-02-02 Thread Nate Finch
FYI, I noticed ServiceDeployWithNetworks still exists as a client and facade method, but it's only called by tests. Maybe it should be removed? On Tue, Feb 2, 2016, 8:34 PM Ian Booth wrote: > Hey all > > As has been mentioned previously in this list, for the Juju 2.0 release we > have > been wor

Juju terminology change: controllers and models

2016-02-02 Thread Ian Booth
Hey all As has been mentioned previously in this list, for the Juju 2.0 release we have been working on fundamental terminology changes. In particular, we now talk about controllers and models instead of state servers and environments. To this end, a rather large change has landed in master and t

API / command renames coming for 2.0-alpha2

2016-02-02 Thread Cheryl Jennings
Hi Everyone, There will soon be a feature branch landing that changes internal names, message strings and commands to use the new model / controller terminology. Significant CI changes were made to support this rename. Once this branch lands, you will need to merge master into your feature branc

Re: Build errors

2016-02-02 Thread roger peppe
On 2 February 2016 at 01:50, Michael Hudson-Doyle wrote: > I saw this error yesterday too. It seems that currently you have to run: > > $ go get -d -v github.com/juju/juju/... > (let this error) > $ godeps -u dependencies.tsv > $ go get -d -v github.com/juju/juju/... > (it will succeed now) This