|
Introduce the format 1.16 for agent confg.
With adding the new format, a migrate method was added
to the formatter interface to provide a defined place
to do additional upgrade data munging as needed.
When an old format config is read, it is immediately
migrated and written out using the current format.
The new format allows storing of key/value pairs. These
are now used instead of OS environment variables for
passing on the provider type, lxc bridge, and local
storage information.
Cloudinit no longer writes upstart scripts with extra
environment variables for the machine agents, but instead
writes the extra variables to the agent config. Due to
this change, the MachineEnvironment param was changed
to AgentEnvironment.
Also the StatePort was never read, so it has been removed
from information that is saved.
The cloudinit tests were modified to be agnostic to the
actual format of the agent.conf files.
Previous review found here:
https://codereview.appspot.com/13421043/
https://code.launchpad.net/~thumper/juju-core/new-agent-format/+merge/183558
Requires: https://code.launchpad.net/~thumper/juju-core/pass-through-agent-config/+merge/183543
(do not edit description out of merge proposal)
Total comments: 6
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+780 lines, -175 lines) |
Patch |
 |
A |
[revision details]
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
agent/agent.go
|
View
|
1
|
12 chunks |
+89 lines, -8 lines |
4 comments
|
Download
|
 |
M |
agent/format.go
|
View
|
|
3 chunks |
+52 lines, -3 lines |
2 comments
|
Download
|
 |
M |
agent/format-1.12.go
|
View
|
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
agent/format-1.12_whitebox_test.go
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
A |
agent/format-1.16.go
|
View
|
1
|
1 chunk |
+205 lines, -0 lines |
4 comments
|
Download
|
 |
A |
agent/format-1.16_whitebox_test.go
|
View
|
|
1 chunk |
+143 lines, -0 lines |
0 comments
|
Download
|
 |
M |
agent/format_whitebox_test.go
|
View
|
|
3 chunks |
+75 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cmd/jujud/machine.go
|
View
|
|
5 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
container/lxc/lxc.go
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
environs/cloudinit.go
|
View
|
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
environs/cloudinit/cloudinit.go
|
View
|
1
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
environs/cloudinit/cloudinit_test.go
|
View
|
1
|
10 chunks |
+46 lines, -34 lines |
0 comments
|
Download
|
 |
M |
environs/cloudinit_test.go
|
View
|
|
3 chunks |
+14 lines, -11 lines |
0 comments
|
Download
|
 |
M |
environs/manual/agent.go
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
juju/osenv/vars.go
|
View
|
1
|
1 chunk |
+8 lines, -10 lines |
0 comments
|
Download
|
 |
M |
juju/testing/conn.go
|
View
|
1
|
2 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
provider/local/environ.go
|
View
|
1
|
3 chunks |
+10 lines, -7 lines |
0 comments
|
Download
|
 |
M |
provider/local/storage/worker.go
|
View
|
|
3 chunks |
+9 lines, -10 lines |
0 comments
|
Download
|
 |
M |
provider/maas/environ.go
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
worker/deployer/simple.go
|
View
|
|
3 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
worker/deployer/simple_test.go
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
worker/provisioner/lxc-broker.go
|
View
|
|
3 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
worker/provisioner/lxc-broker_test.go
|
View
|
|
7 chunks |
+25 lines, -9 lines |
0 comments
|
Download
|
 |
M |
worker/provisioner/provisioner.go
|
View
|
|
4 chunks |
+17 lines, -15 lines |
4 comments
|
Download
|
 |
M |
worker/provisioner/provisioner_test.go
|
View
|
|
13 chunks |
+20 lines, -18 lines |
0 comments
|
Download
|
Total messages: 7
|