|
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.
https://code.launchpad.net/~thumper/juju-core/new-agent-format/+merge/183076
Requires: https://code.launchpad.net/~thumper/juju-core/agent-config-formatters/+merge/183074
(do not edit description out of merge proposal)
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+722 lines, -172 lines) |
Patch |
 |
A |
[revision details]
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
agent/agent.go
|
View
|
|
12 chunks |
+67 lines, -8 lines |
1 comment
|
Download
|
 |
M |
agent/format.go
|
View
|
|
3 chunks |
+52 lines, -3 lines |
1 comment
|
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 chunk |
+196 lines, -0 lines |
4 comments
|
Download
|
 |
A |
agent/format-1.16_whitebox_test.go
|
View
|
|
1 chunk |
+140 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, -8 lines |
0 comments
|
Download
|
 |
M |
environs/cloudinit.go
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
environs/cloudinit/cloudinit.go
|
View
|
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
environs/cloudinit/cloudinit_test.go
|
View
|
|
10 chunks |
+46 lines, -34 lines |
0 comments
|
Download
|
 |
M |
environs/cloudinit_test.go
|
View
|
|
3 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
juju/osenv/vars.go
|
View
|
|
1 chunk |
+3 lines, -9 lines |
0 comments
|
Download
|
 |
M |
juju/testing/conn.go
|
View
|
|
2 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
provider/local/environ.go
|
View
|
|
4 chunks |
+10 lines, -8 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
|
|
2 chunks |
+0 lines, -5 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 |
0 comments
|
Download
|
 |
M |
worker/provisioner/provisioner_test.go
|
View
|
|
13 chunks |
+20 lines, -18 lines |
0 comments
|
Download
|
Total messages: 3
|