← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~smoser/cloud-init:feature/tpl-cloud-cfg into cloud-init:master

 

The proposal to merge ~smoser/cloud-init:feature/tpl-cloud-cfg into cloud-init:master has been updated.

Commit Message changed to:

Make cloud.cfg a template

Currently there is no real way to have a single 'cloud.cfg' file that
works everywhere.

The default cloud.cfg 
Certain settings in cloud.cfg don't make sense on some distros.
certain modules are routinely being not applied by various
downstream distributors so to aid in this split of cloud.cfg that is
happening downstream anyways we might as well turn cloud.cfg into a
template that all can share and customize (if needed) for certain distros
(this makes it easier to identify common themes and differences and
resolve those).

This change does just that and adjust needed other tooling to
correctly know how to include the renamed and new cloud.cfg
files.

For more details, see:
https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/325192
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~smoser/cloud-init:feature/tpl-cloud-cfg into cloud-init:master.


References