|
Add machine instance metadata to state
When a machine is provisioned, it is assigned an
instance id and also has characteristics like
mem, cores etc. This branch allows for this
metadata to be stored in state in a new
machineMetadata document. The machineMetadata
and machine document share the same primary key.
The InstanceId and Nonce attributes are pulled off
machine and stored with the rest of the instance
metadata. Backwards comnpatibility is retained until
schema upgrades are possible.
https://code.launchpad.net/~wallyworld/juju-core/instance-metadata-in-state/+merge/170740
Requires: https://code.launchpad.net/~wallyworld/juju-core/tweak-instance-metadata-api/+merge/170483
(do not edit description out of merge proposal)
Total comments: 39
Total comments: 2
Total comments: 24
Total comments: 37
Total comments: 2
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+440 lines, -153 lines) |
Patch |
 |
A |
[revision details]
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cmd/juju/ssh.go
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cmd/juju/ssh_test.go
|
View
|
1
2
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cmd/juju/status.go
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cmd/juju/status_test.go
|
View
|
1
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cmd/jujud/bootstrap_test.go
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cmd/jujud/machine_test.go
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
environs/jujutest/livetests.go
|
View
|
1
2
3
4
5
|
5 chunks |
+11 lines, -9 lines |
0 comments
|
Download
|
 |
M |
state/apiserver/client/api_test.go
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
state/apiserver/client/client.go
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
state/apiserver/client/client_test.go
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
state/apiserver/server_test.go
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
state/export_test.go
|
View
|
1
2
3
4
5
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
state/machine.go
|
View
|
1
2
3
4
5
|
9 chunks |
+120 lines, -19 lines |
1 comment
|
Download
|
 |
M |
state/machine_test.go
|
View
|
1
2
3
4
5
|
9 chunks |
+64 lines, -31 lines |
0 comments
|
Download
|
 |
M |
state/megawatcher.go
|
View
|
1
2
3
|
3 chunks |
+13 lines, -3 lines |
0 comments
|
Download
|
 |
M |
state/megawatcher_internal_test.go
|
View
|
1
2
3
|
5 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
state/open.go
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
state/state.go
|
View
|
1
2
3
4
5
|
8 chunks |
+32 lines, -9 lines |
2 comments
|
Download
|
 |
M |
state/state_test.go
|
View
|
1
2
3
4
5
|
7 chunks |
+39 lines, -7 lines |
0 comments
|
Download
|
 |
M |
state/unit.go
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
state/unit_test.go
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
state/watcher.go
|
View
|
1
2
3
4
5
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
worker/deployer/deployer_test.go
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
worker/firewaller/firewaller.go
|
View
|
1
2
3
4
5
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
worker/firewaller/firewaller_test.go
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
worker/provisioner/provisioner_task.go
|
View
|
1
2
3
4
5
|
6 chunks |
+16 lines, -7 lines |
0 comments
|
Download
|
 |
M |
worker/provisioner/provisioner_test.go
|
View
|
1
2
3
4
5
|
21 chunks |
+74 lines, -26 lines |
0 comments
|
Download
|
 |
M |
worker/uniter/filter_test.go
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
worker/uniter/uniter_test.go
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 20
|