|
WIP: add "agent" services and run the provisioner as one.
This is extremely controversial, but seems to me like a very
cheap and arguably elegant way to provide a state
entity for any agent that requires one (for instance the PA).
Doesn't currently work because container is broken.
https://code.launchpad.net/~rogpeppe/juju-core/050-juju-provisioning-service/+merge/123502
Requires: https://code.launchpad.net/~rogpeppe/juju-core/051-authorize-internal-traffic/+merge/123105
(do not edit description out of merge proposal)
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+157 lines, -40 lines) |
Patch |
 |
A |
[revision details]
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cmd/jujud/bootstrap.go
|
View
|
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cmd/jujud/machine.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cmd/jujud/provisioning.go
|
View
|
|
5 chunks |
+21 lines, -1 line |
0 comments
|
Download
|
 |
M |
cmd/jujud/provisioning_test.go
|
View
|
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
cmd/jujud/upgrade.go
|
View
|
|
3 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cmd/jujud/upgrade_test.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
container/container.go
|
View
|
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
container/container_test.go
|
View
|
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
M |
environs/cloudinit/cloudinit.go
|
View
|
|
2 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
environs/cloudinit/cloudinit_test.go
|
View
|
|
4 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
environs/ec2/ec2.go
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
state/service.go
|
View
|
|
6 chunks |
+31 lines, -6 lines |
0 comments
|
Download
|
 |
M |
state/state.go
|
View
|
|
1 chunk |
+19 lines, -5 lines |
0 comments
|
Download
|
 |
M |
state/unit.go
|
View
|
|
3 chunks |
+21 lines, -0 lines |
0 comments
|
Download
|
|