cloud-init should give an "All the way up" message
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| cloud-init (Ubuntu) |
Fix Released
|
Low
|
Unassigned | ||
Bug Description
Binary package hint: cloud-init
Cloudinit emits a "starting" message to the console.
It would be good to have some "all the way up" message also that would indicate the system is finished processing user-data and any related operations.
Other things to do here might be:
a.) support a phone-home url indicating system is up
b.) touch a file in the filesystem (/var/run/
c.) write the date in the console output also.
Related branches
Here, we could also write keys to console again. This would make sure that the keys were
seen in the console (ie, they'd not been pushed out of the buffer by other data written there).
This bug was fixed in the package cloud-init - 0.6.0-0ubuntu1
---------------
cloud-init (0.6.0-0ubuntu1) natty; urgency=low
* New upstream release.
* fix permissions on cloud-init.log so syslog can write to it (LP: ##704509)
* rework of /var/lib/cloud layout
* remove updates-check (LP: #653220)
* support resizing root partition on first boot (enabled by default)
* added cloud-config options for setting hostname, phone_home
* indicate "all the way up" with message to console and file creation
in /var/lib/
* write ssh keys to console late in boot to ensure they're in console buffer
* add support for redirecting output of cloud-init, cloud-config,
cloud-final via the config file, or user data config file
* add support for posting data about the instance to a url (phone_home)
* add minimal OVF transport (iso) support
* make DataSources that are attempted dynamic and configurable from
config. config option 'cloud_type' replaced by 'datasource_list'
* add 'timezone' option to cloud-config (LP: #645458)
* Added an additional archive format, that can be used for multi-part
input to cloud-init. This may be more user friendly then mime-multipart
(LP: #641504)
* add support for reading Rightscale style user data (LP: #668400)
* make the message on 'disable_root' more clear (LP: #672417)
* do not require public key if private is given in ssh cloud-config
(LP: #648905)
-- Scott Moser <email address hidden> 2011年1月26日 17:28:36 -0500