lp://staging/~fwereade/pyjuju/go-fix-deploy-doc
- Get this branch:
- bzr branch lp://staging/~fwereade/pyjuju/go-fix-deploy-doc
Branch merges
- Juju Engineering: Pending requested
-
Diff: 12 lines (+1/-1)1 file modifiedcmd/juju/deploy.go (+1/-1)
Branch information
Recent revisions
- 205. By William Reade
-
add AssignmentPolicy to Environ
This is very likely to migrate to a Settings type at some stage, but I don't
think that's justified yet.R=niemeyer
CC=
https://codereview. appspot. com/6259062 - 204. By William Reade
-
add state.Assignmen
tPolicy type and state.AssignUnit func R=niemeyer
CC=
https://codereview. appspot. com/6248076 - 203. By William Reade
-
first step towards a deploy command
(all this does is parse *most* args; but IMO it's a chunk of useful
functionality nonetheless)R=niemeyer
CC=
https://codereview. appspot. com/6249075 - 202. By Dave Cheney
-
state: add Machine.String()
This proposal allows state.Machine to fulfil the Stringer
interface so it is capable of printing itself in a way that
is not dependant on it's internal represntation.R=fwereade, niemeyer
CC=
https://codereview. appspot. com/6257072 - 201. By Dave Cheney
-
cmd/jujud: strawman provisioning agent
This is a strawman provisioning agent proposal.
Following Gustavo's suggestion, this revision does not include
any functionality to respond to machines changes.R=rog, niemeyer
CC=
https://codereview. appspot. com/6250068 - 200. By Frank Mueller
-
state: Added two methods to add relations to State.
AddClientServer
Releation( ) gets a client and a server endpoint,
AddPeerRelation() a peer endpoint. They return the relation and
both service relations for client/server or the one for peer.
The seperation into two methods with well defined arguments make
it easier to ensure a valid relation creation.R=niemeyer
CC=
https://codereview. appspot. com/6223055 - 199. By Dave Cheney
-
state: add state.Environment
This func provides direct access to the current environment
configuration as a *ConfigNode. This is used buy jujut and
is needed for testing the provisioning agent as
state.readConfigNode() is not exported. R=niemeyer
CC=
https://codereview. appspot. com/6261055 - 198. By William Reade
-
add charm.InferRepo
sitory R=niemeyer
CC=
https://codereview. appspot. com/6261058 - 197. By William Reade
-
add juju.Conn.Close
I'm not sure that there's an especially clean way to enforce the "don't close
conn state directly" advice. If someone can think of one, please let me know,
so I can fix that now :).
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/pyjuju