|
cmd/jujud: machine agent API connect
This is a fairly substantial refactor of the juju agent
stuff to use worker.Runner.
This also reinstates the password changing, but
only for the machine agent (in fact the unit
agent password changing is not important,
as that password does not go into the cloudinit
data).
https://code.launchpad.net/~rogpeppe/juju-core/305-alt-jujud-use-tasks-package/+merge/170856
Requires: https://code.launchpad.net/~rogpeppe/juju-core/311-juju-bootstrap-state-change-password-1.6/+merge/170854
(do not edit description out of merge proposal)
Total comments: 27
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+399 lines, -478 lines) |
Patch |
 |
A |
[revision details]
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cmd/jujud/agent.go
|
View
|
1
2
3
|
5 chunks |
+104 lines, -96 lines |
0 comments
|
Download
|
 |
M |
cmd/jujud/agent_test.go
|
View
|
1
|
5 chunks |
+59 lines, -193 lines |
0 comments
|
Download
|
 |
M |
cmd/jujud/machine.go
|
View
|
1
2
3
4
5
|
4 chunks |
+136 lines, -116 lines |
0 comments
|
Download
|
 |
M |
cmd/jujud/machine_test.go
|
View
|
1
2
|
5 chunks |
+17 lines, -16 lines |
0 comments
|
Download
|
 |
M |
cmd/jujud/unit.go
|
View
|
1
2
3
|
3 chunks |
+39 lines, -25 lines |
0 comments
|
Download
|
 |
M |
cmd/jujud/unit_test.go
|
View
|
1
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cmd/jujud/upgrade.go
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
state/api/machineagent/state_test.go
|
View
|
1
2
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
state/api/machiner/machiner_test.go
|
View
|
1
2
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
state/api/params/params.go
|
View
|
1
2
3
4
5
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
state/apiserver/apiserver.go
|
View
|
1
2
3
4
5
|
2 chunks |
+11 lines, -1 line |
0 comments
|
Download
|
 |
M |
state/apiserver/machine/agent_test.go
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
state/life.go
|
View
|
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
state/open.go
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
worker/deployer/deployer.go
|
View
|
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
worker/provisioner/authentication.go
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 9
|