diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-01-24 19:51:57 +0000 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-01-24 19:51:57 +0000 |
commit | 516e378f0e79d127baeac8c6418efc504d3b713e (patch) | |
tree | fe42f6a15de8d0d3145752a156c0db92ba161d45 /ChangeLog | |
parent | b9b0a79b5a1b142b9e1176d64f294cf9c9f84157 (diff) | |
download | vyos-cloud-init-516e378f0e79d127baeac8c6418efc504d3b713e.tar.gz vyos-cloud-init-516e378f0e79d127baeac8c6418efc504d3b713e.zip |
move cloud-run-user-script.conf to cloud-final, use cloud-cfg for invoking
This moves what was done as cloud-run-user-script.conf to 'cloud-final'
and makes that re-use the cloud-init-cfg code, but simply with a different
set of default configs.
Also, adds keys_to_console and final_message cloud-config modules
LP: #653271
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -16,3 +16,14 @@ - 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 + - moved upstart/cloud-run-user-script.conf to upstart/cloud-final.conf + - cloud-final.conf now runs runs cloud-config modules similar + to cloud-config and cloud-init. + - LP: #653271 + - added writing of "boot-finished" to /var/lib/cloud/instance/boot-finished + this is the last thing done, indicating cloud-init is finished booting + - writes message to console with timestamp and uptime + - write ssh keys to console as one of the last things done + this is to ensure they don't get run off the 'get-console-ouptut' buffer + - user_scripts run via cloud-final and thus semaphore renamed from + user_scripts to config_user_scripts |