Merge lp:~jtv/maas/doc-ipv6-needs-no-RAs into lp:~maas-committers/maas/trunk

Proposed by Jeroen T. Vermeulen
Status: Merged
Approved by: Jeroen T. Vermeulen
Approved revision: no longer in the source branch.
Merged at revision: 3003
Proposed branch: lp:~jtv/maas/doc-ipv6-needs-no-RAs
Merge into: lp:~maas-committers/maas/trunk
Diff against target: 22 lines (+6/-6)
1 file modified
docs/ipv6.rst (+6/-6)
To merge this branch: bzr merge lp:~jtv/maas/doc-ipv6-needs-no-RAs
Reviewer Review Type Date Requested Status
Newell Jensen (community) Approve
Review via email: mp+234906@code.launchpad.net

Commit message

Documentation change: IPv6-enabled nodes no longer need route advertisements on the network. We configure the gateway statically.

Description of the change

I'm still running the experiment that this really works. If it doesn't, I'll either fix it or retract this branch.

Jeroen

To post a comment you must log in.
Revision history for this message
Jeroen T. Vermeulen (jtv) wrote :

Yup. That works!

Revision history for this message
Newell Jensen (newell-jensen) wrote :

Typo: advertistements

review: Needs Fixing
Revision history for this message
Jeroen T. Vermeulen (jtv) wrote :

Fixed. Probably not worth a "Needs Fixing" vote; that basically means "I want another look at this after you've fixed it, so don't land yet."

I do like to see that my reviewers are sharp though, and not just rubber-stamping my branches. :-)

Revision history for this message
Newell Jensen (newell-jensen) wrote :

Agree with your comment above. Duly noted.

review: Approve
Revision history for this message
Jeroen T. Vermeulen (jtv) wrote :

Thanks.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'docs/ipv6.rst'
2--- docs/ipv6.rst 2014-09-16 11:35:02 +0000
3+++ docs/ipv6.rst 2014-09-17 03:27:59 +0000
4@@ -80,12 +80,12 @@
5 network interface can have any number of IPv6 addresses even on a single
6 subnet, several of these address assignment mechanisms can be combined.
7
8-MAAS relies on RAs to inform nodes about available routes on your IPv6 network,
9-even if you have configured a default gateway in MAAS. So, if you want IPv6
10-routing outside the local network for your nodes, make sure that routes are
11-being advertised. If your router does not provide RAs, another option is to
12-install and configure ``radvd`` somewhere on the network to advertise its
13-route.
14+MAAS configures your nodes' default IPv6 route to use the router configured on
15+the cluster interface, if you have one. If that is not what you want, or if
16+you have multiple routers, you may still want route advertisements configured
17+to make nodes obtain configuration over DHCPv6. If your router does not
18+provide RAs, another option is to install and configure ``radvd`` somewhere on
19+the network to advertise its route.
20
21
22 Other installers and operating systems