Merge lp:~craigtracey/cloud-init/resolv-conf-config into lp:~cloud-init-dev/cloud-init/trunk
Proposed by
Craig Tracey
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 769 | ||||
Proposed branch: | lp:~craigtracey/cloud-init/resolv-conf-config | ||||
Merge into: | lp:~cloud-init-dev/cloud-init/trunk | ||||
Diff against target: |
180 lines (+166/-0) 3 files modified
cloudinit/config/cc_resolv_conf.py (+107/-0) doc/examples/cloud-config-resolv-conf.txt (+20/-0) templates/resolv.conf.tmpl (+39/-0) |
||||
To merge this branch: | bzr merge lp:~craigtracey/cloud-init/resolv-conf-config | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Joshua Harlow (community) | Needs Fixing | ||
Review via email:
|
Description of the change
Adding a resolv.conf configuration module (LP: #1100434)
Managing resolv.conf can be quite handy when running in an environment where you would like to control DNS resolution, despite being provided DNS server information by DHCP. This module will allow one to define the structure of their resolv.conf and write it PER_ONCE.
Right now this makes the most sense on RedHat, and therefore, has defined 'distros' as such.
To post a comment you must log in.
Can you add a doc/ example for this (basically the same as your comment).
When moving to http:// cloud-init. readthedocs. org/en/ latest/ topics/ examples. html
It gives us the ability to show said example 'automatically' (pretty formatted and all).