yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #40604
[Bug 1511485] [NEW] final_message is silent on ubuntu-12.04.5 / cloud-init 0.6.3
Public bug reported:
Steps to reproduce:
* upload https://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.img to OpenStack glance
* cat /tmp/user-data.txt
#cloud-config
final_message: "YOOOOOOO, after $UPTIME seconds"
* openstack server create --image 'teuthology-ubuntu-12.04' --flavor 'vps-ssd-1' --key-name loic --user-data /tmp/user-data.txt --wait try
* ssh ubuntu@try
* tail /var/log/cloud-init.log
Oct 29 17:44:06 try [CLOUDINIT] __init__.py[DEBUG]: handling keys-to-console with freq=None and args=[]
Oct 29 17:44:06 try [CLOUDINIT] __init__.py[DEBUG]: handling phone-home with freq=None and args=[]
Oct 29 17:44:06 try [CLOUDINIT] __init__.py[DEBUG]: handling final-message with freq=None and args=[]
* ubuntu@try:~$ sudo cat /var/lib/cloud/instance/user-data.txt
#cloud-config
final_message: "YOOOOOOO, after $UPTIME seconds"
** Affects: cloud-init
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1511485
Title:
final_message is silent on ubuntu-12.04.5 / cloud-init 0.6.3
Status in cloud-init:
New
Bug description:
Steps to reproduce:
* upload https://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.img to OpenStack glance
* cat /tmp/user-data.txt
#cloud-config
final_message: "YOOOOOOO, after $UPTIME seconds"
* openstack server create --image 'teuthology-ubuntu-12.04' --flavor 'vps-ssd-1' --key-name loic --user-data /tmp/user-data.txt --wait try
* ssh ubuntu@try
* tail /var/log/cloud-init.log
Oct 29 17:44:06 try [CLOUDINIT] __init__.py[DEBUG]: handling keys-to-console with freq=None and args=[]
Oct 29 17:44:06 try [CLOUDINIT] __init__.py[DEBUG]: handling phone-home with freq=None and args=[]
Oct 29 17:44:06 try [CLOUDINIT] __init__.py[DEBUG]: handling final-message with freq=None and args=[]
* ubuntu@try:~$ sudo cat /var/lib/cloud/instance/user-data.txt
#cloud-config
final_message: "YOOOOOOO, after $UPTIME seconds"
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1511485/+subscriptions
Follow ups