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

Issue 14207048: Azure docs and doc cleanup

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 7 months ago by natefinch
Modified:
10 years, 6 months ago
Reviewers:
gz, mp+188936, dave, rog
Visibility:
Public.

Description

Azure docs and doc cleanup Added documentation for the Azure provider and cleaned up the formatting of a bunch of the CLI documentation to be standard about indents and wrapping. https://code.launchpad.net/~natefinch/juju-core/018-azure-help/+merge/188936 (do not edit description out of merge proposal)

Patch Set 1 #

Total comments: 18

Patch Set 2 : Azure docs and doc cleanup #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+375 lines, -355 lines) Patch
A [revision details] View 1 1 chunk +2 lines, -0 lines 0 comments Download
M cmd/juju/addmachine.go View 1 1 chunk +2 lines, -1 line 1 comment Download
M cmd/juju/addunit.go View 1 1 chunk +3 lines, -3 lines 0 comments Download
M cmd/juju/deploy.go View 1 1 chunk +5 lines, -3 lines 0 comments Download
M cmd/juju/environment.go View 1 chunk +3 lines, -2 lines 0 comments Download
M cmd/juju/help_topics.go View 1 3 chunks +234 lines, -238 lines 5 comments Download
M cmd/juju/main.go View 1 2 chunks +12 lines, -5 lines 0 comments Download
M cmd/juju/main_test.go View 1 chunk +2 lines, -1 line 0 comments Download
M cmd/juju/set.go View 1 chunk +3 lines, -3 lines 0 comments Download
M cmd/juju/ssh.go View 1 chunk +2 lines, -2 lines 0 comments Download
M cmd/juju/status.go View 1 chunk +2 lines, -1 line 0 comments Download
M cmd/juju/switch.go View 1 chunk +2 lines, -1 line 0 comments Download
M cmd/juju/unset.go View 1 chunk +3 lines, -3 lines 0 comments Download
M cmd/juju/upgradecharm.go View 1 chunk +28 lines, -32 lines 0 comments Download
M cmd/juju/upgradejuju.go View 1 chunk +5 lines, -5 lines 0 comments Download
M cmd/plugins/juju-metadata/metadata.go View 1 chunk +2 lines, -2 lines 0 comments Download
M cmd/plugins/juju-metadata/validateimagemetadata.go View 1 chunk +22 lines, -18 lines 0 comments Download
M cmd/plugins/juju-metadata/validatetoolsmetadata.go View 1 chunk +43 lines, -35 lines 0 comments Download

Messages

Total messages: 5
natefinch
Please take a look.
10 years, 7 months ago (2013-10-02 21:49:01 UTC) #1
dave_cheney.net
Very close, lots of nits. https://codereview.appspot.com/14207048/diff/1/cmd/juju/help_topics.go File cmd/juju/help_topics.go (right): https://codereview.appspot.com/14207048/diff/1/cmd/juju/help_topics.go#newcode40 cmd/juju/help_topics.go:40: This will generate a ...
10 years, 7 months ago (2013-10-03 10:48:19 UTC) #2
natefinch
Please take a look.
10 years, 7 months ago (2013-10-03 11:20:19 UTC) #3
gz
LGTM once comments addressed. https://codereview.appspot.com/14207048/diff/7001/cmd/juju/addmachine.go File cmd/juju/addmachine.go (right): https://codereview.appspot.com/14207048/diff/7001/cmd/juju/addmachine.go#newcode31 cmd/juju/addmachine.go:31: ` Hm, have you added ...
10 years, 6 months ago (2013-10-03 16:13:30 UTC) #4
rog
10 years, 6 months ago (2013-10-03 16:19:22 UTC) #5
LGTM with some suggestions below.

https://codereview.appspot.com/14207048/diff/1/cmd/juju/help_topics.go
File cmd/juju/help_topics.go (right):

https://codereview.appspot.com/14207048/diff/1/cmd/juju/help_topics.go#newcod...
cmd/juju/help_topics.go:177: HP Cloud is an Openstack cloud provider, so to
deploy to it, use an openstack
s/provider, so/provider. To/

?

https://codereview.appspot.com/14207048/diff/1/cmd/juju/help_topics.go#newcod...
cmd/juju/help_topics.go:182: admin-secret: 6638bebf0c54ffff1007e0247d4dae98
this can go

https://codereview.appspot.com/14207048/diff/1/cmd/juju/help_topics.go#newcod...
cmd/juju/help_topics.go:183: control-bucket:
juju-bc66a4a4adbee50b2ceeee70436528e5
this can go too

https://codereview.appspot.com/14207048/diff/1/cmd/juju/help_topics.go#newcod...
cmd/juju/help_topics.go:207: admin-secret: 35d65be36c72da940933dd02f8d7cef0
d

https://codereview.appspot.com/14207048/diff/1/cmd/juju/main.go
File cmd/juju/main.go (right):

https://codereview.appspot.com/14207048/diff/1/cmd/juju/main.go#newcode23
cmd/juju/main.go:23: juju provides easy, intelligent service orchestration on
top of environments
s/environments/cloud infrastructure providers/ ?

https://codereview.appspot.com/14207048/diff/1/cmd/juju/main.go#newcode24
cmd/juju/main.go:24: such as OpenStack, Amazon AWS, Windows Azure, HP Cloud, or
bare metal.
On 2013/10/03 10:48:19, dfc wrote:
> s/bare metal/MaaS
> 
> is it Windows Azure or Azure? I saw just plain azure before.  Should these be
> sorted (for fairness)

or perhaps ", or on bare hardware using MaaS." ?

https://codereview.appspot.com/14207048/diff/1/cmd/juju/set.go
File cmd/juju/set.go (right):

https://codereview.appspot.com/14207048/diff/1/cmd/juju/set.go#newcode28
cmd/juju/set.go:28: unset command to set one or more configuration options for a
specified service
s/to set/, which sets/

https://codereview.appspot.com/14207048/diff/1/cmd/juju/set.go#newcode29
cmd/juju/set.go:29: to their default.
d/default/default value/

https://codereview.appspot.com/14207048/diff/1/cmd/juju/ssh.go
File cmd/juju/ssh.go (right):

https://codereview.appspot.com/14207048/diff/1/cmd/juju/ssh.go#newcode35
cmd/juju/ssh.go:35: treated as extra parameters for the ssh command.
s/treated as/passed as/
s/for the/to the/
?

https://codereview.appspot.com/14207048/diff/1/cmd/plugins/juju-metadata/vali...
File cmd/plugins/juju-metadata/validateimagemetadata.go (right):

https://codereview.appspot.com/14207048/diff/1/cmd/plugins/juju-metadata/vali...
cmd/plugins/juju-metadata/validateimagemetadata.go:34: The cloud specificaton
comes from the current Juju environment, as specified in
s/specificaton/specification/

https://codereview.appspot.com/14207048/diff/7001/cmd/juju/help_topics.go
File cmd/juju/help_topics.go (right):

https://codereview.appspot.com/14207048/diff/7001/cmd/juju/help_topics.go#new...
cmd/juju/help_topics.go:11: such as Amazon AWS, HP Cloud, OpenStack, MaaS, or
your own local machine.
On 2013/10/03 16:13:30, gz wrote:
> I liked Openstack being first...

Given that we use "ec2" as an identifier throughout,
perhaps it should be better to say "Amazon EC2" here?
Sign in to reply to this message.

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