From 7e2e87f2de893835900eb5a96458a865f36c624c Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Fri, 21 Jan 2011 21:49:55 -0500 Subject: add function to cloud-init to run cloud-config style modules add 'hostname' cloud-config option for setting hostname make rsyslog and resizefs run at cloud-init time --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c23f6503..42f54564 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,3 +4,15 @@ - rework of /var/lib/cloud layout - remove updates-check (LP: #653220) - support resizing / on first boot (enabled by default) + - added support for running CloudConfig modules at cloud-init time + rather than cloud-config time, and the new 'cloud_init_modules' + entry in cloud.cfg to indicate which should run then. + The driving force behind this was to have the rsyslog module + able to run before rsyslog even runs so that a restart would + not be needed (rsyslog on ubuntu runs on 'filesystem') + - moved setting and updating of hostname to cloud_init_modules + this allows the user to easily disable these from running. + This also means: + - the semaphore name for 'set_hostname' and 'update_hostname' + changes to 'config_set_hostname' and 'config_update_hostname' + - added cloud-config option 'hostname' for setting hostname -- cgit v1.2.3