|
deployer: Replace state calls with API calls
This is the last step needed to enable the API
connection for the deployer worker. Several other
things needed to be moved around and reused (in
state, api/deployer).
Contains a workaround to get the correct API and
State addresses, which needs to be fixed properly
once we store machine addresses in state and can
get the public addresses of all machines with
JobManageState.
https://code.launchpad.net/~dimitern/juju-core/080-deployer-uses-api/+merge/176937
(do not edit description out of merge proposal)
Total comments: 36
Total comments: 13
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+203 lines, -239 lines) |
Patch |
 |
A |
[revision details]
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cmd/jujud/agent.go
|
View
|
|
2 chunks |
+13 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cmd/jujud/deploy_test.go
|
View
|
1
2
|
2 chunks |
+13 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cmd/jujud/machine.go
|
View
|
1
2
3
|
2 chunks |
+20 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cmd/jujud/machine_test.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
state/api/deployer/deployer_test.go
|
View
|
1
2
|
3 chunks |
+3 lines, -33 lines |
0 comments
|
Download
|
 |
M |
state/api/deployer/unit.go
|
View
|
1
2
3
|
3 chunks |
+6 lines, -21 lines |
0 comments
|
Download
|
 |
M |
state/api/params/internal.go
|
View
|
1
2
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
M |
state/api/state.go
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
state/apiserver/deployer/deployer.go
|
View
|
1
2
3
|
3 chunks |
+44 lines, -48 lines |
0 comments
|
Download
|
 |
M |
state/apiserver/deployer/deployer_test.go
|
View
|
1
2
|
2 chunks |
+2 lines, -28 lines |
0 comments
|
Download
|
 |
M |
worker/deployer/addresser.go
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
worker/deployer/deployer.go
|
View
|
1
2
|
7 chunks |
+45 lines, -52 lines |
0 comments
|
Download
|
 |
M |
worker/deployer/deployer_test.go
|
View
|
1
2
3
|
11 chunks |
+39 lines, -19 lines |
0 comments
|
Download
|
 |
M |
worker/deployer/export_test.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
worker/deployer/simple.go
|
View
|
1
2
3
|
5 chunks |
+9 lines, -6 lines |
2 comments
|
Download
|
Total messages: 10
|