Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(610)

Issue 13725043: Upload tools uses simplestreams (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 6 months ago by wallyworld
Modified:
11 years, 6 months ago
Reviewers:
axw1, mp+185698
Visibility:
Public.

Description

Upload tools uses simplestreams juju bootstrap --upload-tools writes simplestreams metadata. To implement this change, chunks of functionality needed to be copied to different packages to avoid import loops. https://code.launchpad.net/~wallyworld/juju-core/simplestreams-uploadtools/+merge/185698 (do not edit description out of merge proposal)

Patch Set 1 #

Patch Set 2 : Upload tools uses simplestreams #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+425 lines, -321 lines) Patch
A [revision details] View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cmd/juju/bootstrap_test.go View 2 chunks +2 lines, -2 lines 0 comments Download
M cmd/juju/upgradejuju.go View 2 chunks +2 lines, -1 line 0 comments Download
M cmd/juju/upgradejuju_test.go View 9 chunks +15 lines, -11 lines 0 comments Download
M cmd/plugins/juju-metadata/toolsmetadata.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M environs/jujutest/livetests.go View 4 chunks +5 lines, -4 lines 0 comments Download
M environs/simplestreams/simplestreams.go View 1 chunk +4 lines, -0 lines 0 comments Download
M environs/sync/sync.go View 1 5 chunks +112 lines, -4 lines 2 comments Download
M environs/sync/sync_test.go View 4 chunks +124 lines, -2 lines 0 comments Download
M environs/testing/storage.go View 4 chunks +10 lines, -10 lines 2 comments Download
M environs/tools/build.go View 5 chunks +25 lines, -19 lines 2 comments Download
M environs/tools/simplestreams.go View 1 chunk +3 lines, -0 lines 2 comments Download
M environs/tools/storage.go View 2 chunks +0 lines, -71 lines 0 comments Download
M environs/tools/storage_test.go View 2 chunks +0 lines, -100 lines 0 comments Download
A provider/ec2/httpstorage/httpstorage.go View 1 1 chunk +108 lines, -0 lines 0 comments Download
M provider/ec2/httpstorage/httpstorage_test.go View 1 3 chunks +11 lines, -6 lines 0 comments Download
M provider/ec2/storage.go View 2 chunks +0 lines, -89 lines 0 comments Download

Messages

Total messages: 6
wallyworld
Please take a look.
11 years, 6 months ago (2013-09-16 04:48:08 UTC) #1
axw1
On 2013/09/16 04:48:08, wallyworld wrote: > Please take a look. Can httpstorage please be named ...
11 years, 6 months ago (2013-09-16 08:35:26 UTC) #2
wallyworld
On 2013/09/16 08:35:26, axw1 wrote: > On 2013/09/16 04:48:08, wallyworld wrote: > > Please take ...
11 years, 6 months ago (2013-09-16 10:47:10 UTC) #3
wallyworld
Please take a look.
11 years, 6 months ago (2013-09-16 10:48:36 UTC) #4
axw1
A few quibbles, but otherwise LGTM. https://codereview.appspot.com/13725043/diff/7001/environs/sync/sync.go File environs/sync/sync.go (right): https://codereview.appspot.com/13725043/diff/7001/environs/sync/sync.go#newcode236 environs/sync/sync.go:236: envtools.SetToolPrefix(envtools.DefaultToolPrefix) Is it ...
11 years, 6 months ago (2013-09-17 04:23:11 UTC) #5
wallyworld
11 years, 6 months ago (2013-09-17 05:30:16 UTC) #6
https://codereview.appspot.com/13725043/diff/7001/environs/sync/sync.go
File environs/sync/sync.go (right):

https://codereview.appspot.com/13725043/diff/7001/environs/sync/sync.go#newco...
environs/sync/sync.go:236: envtools.SetToolPrefix(envtools.DefaultToolPrefix)
On 2013/09/17 04:23:11, axw1 wrote:
> Is it conceivable that someone calls Upload with NetToolPrefix already set?
> Perhaps SetToolPrefix should return the old prefix, and we can reset it here.

I can't happen like that in practice. But I've made the Set function return a
deferred cleanup function.

https://codereview.appspot.com/13725043/diff/7001/environs/testing/storage.go
File environs/testing/storage.go (right):

https://codereview.appspot.com/13725043/diff/7001/environs/testing/storage.go...
environs/testing/storage.go:58: // HTTPTestStorage acts like an EC2 storage
which can be
On 2013/09/17 04:23:11, axw1 wrote:
> Why the name change? I guess this is going to change to represent the new
public
> tools repository?

I didn't think it was EC2 specific but I guess the content it produces might be.
I'll revert the name change. But I really dislike having EC2 specific test
things outside of an EC2 package and used generally. And yes, I'm hoping it will
go once the s3 tools repository goes.

https://codereview.appspot.com/13725043/diff/7001/environs/tools/build.go
File environs/tools/build.go (right):

https://codereview.appspot.com/13725043/diff/7001/environs/tools/build.go#new...
environs/tools/build.go:208: func BundleTools(w io.Writer, forceVersion
*version.Number) (version.Binary, string, error) {
On 2013/09/17 04:23:11, axw1 wrote:
> It's fairly non-obvious what the 2nd result is. Can you please give it a name?

Done.

https://codereview.appspot.com/13725043/diff/7001/environs/tools/simplestream...
File environs/tools/simplestreams.go (right):

https://codereview.appspot.com/13725043/diff/7001/environs/tools/simplestream...
environs/tools/simplestreams.go:169: fmt.Println("555555555555")
On 2013/09/17 04:23:11, axw1 wrote:
> Delete me

Oh ffs. /me curses myself for missing that. Thanks.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b