|
Bootstrap uses tools matching major.minor
When finding tools to bootstrap with, we only used to look for
tools with the same major version as the cli client. This branch
tightens the check so that we find tools matching major.minor.
A refactoring is also included for find tools functionality. The
various find tools methods no longer take and env, and instead
are given storage instances to load from. The FindBootstrapTools
method is also cleaned up as a result so that it no longer both
looks for tools and sets agent version back into the config. So
the find tools methods are truly read only and do not have side
effects. This will make the migration to simple streams more
clean.
https://code.launchpad.net/~wallyworld/juju-core/bootstrap-exact-tools/+merge/182378
(do not edit description out of merge proposal)
Total comments: 6
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+555 lines, -407 lines) |
Patch |
 |
A |
[revision details]
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cmd/juju/bootstrap.go
|
View
|
1
|
2 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cmd/juju/bootstrap_test.go
|
View
|
1
|
6 chunks |
+15 lines, -7 lines |
0 comments
|
Download
|
 |
M |
cmd/juju/main.go
|
View
|
1
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cmd/juju/upgradejuju.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cmd/juju/upgradejuju_test.go
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
environs/bootstrap/bootstrap.go
|
View
|
|
1 chunk |
+25 lines, -1 line |
0 comments
|
Download
|
 |
M |
environs/bootstrap/bootstrap_test.go
|
View
|
1
2
|
8 chunks |
+115 lines, -9 lines |
0 comments
|
Download
|
 |
M |
environs/storage.go
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
environs/sync/sync.go
|
View
|
1
2
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
environs/sync/sync_test.go
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
environs/testing/tools.go
|
View
|
1
2
|
1 chunk |
+218 lines, -0 lines |
0 comments
|
Download
|
 |
M |
environs/tools/storage.go
|
View
|
1
2
|
2 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
environs/tools/storage_test.go
|
View
|
1
|
3 chunks |
+19 lines, -10 lines |
0 comments
|
Download
|
 |
M |
environs/tools/tools.go
|
View
|
1
|
5 chunks |
+46 lines, -66 lines |
0 comments
|
Download
|
 |
M |
environs/tools/tools_test.go
|
View
|
1
2
|
11 chunks |
+75 lines, -295 lines |
0 comments
|
Download
|
 |
M |
provider/instance.go
|
View
|
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
state/apiserver/upgrader/upgrader.go
|
View
|
|
1 chunk |
+1 line, -6 lines |
0 comments
|
Download
|
Total messages: 11
|