Activity log for bug #1693939

Date Who What changed Old value New value Message
2017-05-26 22:53:49 Paul Meyer bug added bug
2017-05-27 01:17:17 Scott Moser cloud-init: status New Confirmed
2017-05-27 01:17:19 Scott Moser cloud-init: importance Undecided Medium
2017-05-27 01:18:48 Scott Moser tags dsid
2017-05-30 16:00:21 Chad Smith cloud-init: assignee Chad Smith (chad.smith)
2017-06-28 17:49:07 Launchpad Janitor merge proposal linked https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/326452
2017-06-28 18:47:46 Launchpad Janitor merge proposal unlinked https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/326452
2017-06-28 19:12:32 Launchpad Janitor merge proposal linked https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/326452
2017-06-28 19:54:51 Scott Moser bug task added cloud-init (Ubuntu)
2017-06-28 19:55:01 Scott Moser cloud-init (Ubuntu): status New Fix Released
2017-06-28 19:55:04 Scott Moser cloud-init (Ubuntu): importance Undecided Medium
2017-06-28 19:55:15 Scott Moser nominated for series Ubuntu Zesty
2017-06-28 19:55:15 Scott Moser bug task added cloud-init (Ubuntu Zesty)
2017-06-28 19:55:15 Scott Moser nominated for series Ubuntu Xenial
2017-06-28 19:55:15 Scott Moser bug task added cloud-init (Ubuntu Xenial)
2017-06-28 19:55:15 Scott Moser nominated for series Ubuntu Yakkety
2017-06-28 19:55:15 Scott Moser bug task added cloud-init (Ubuntu Yakkety)
2017-06-28 19:55:23 Scott Moser cloud-init (Ubuntu Xenial): status New Confirmed
2017-06-28 19:57:39 Scott Moser cloud-init (Ubuntu Yakkety): status New Confirmed
2017-06-28 19:57:42 Scott Moser cloud-init (Ubuntu Zesty): status New Confirmed
2017-06-28 19:57:44 Scott Moser cloud-init (Ubuntu Xenial): importance Undecided Medium
2017-06-28 19:57:46 Scott Moser cloud-init (Ubuntu Yakkety): importance Undecided Medium
2017-06-28 19:57:48 Scott Moser cloud-init (Ubuntu Zesty): importance Undecided Medium
2017-06-28 20:58:08 Scott Moser description I've got confirmation that the chassis_asset_tag DMI value is a hard-coded identifier for the Azure platform (both Azure and Azure Stack (the on-premise variant of Azure)). $ cat /sys/class/dmi/id/chassis_asset_tag 7783-7084-3265-9085-8269-3286-77 The detection logic in both ds-identify and Azure ds should be updated to use this value. === Begin SRU Template === [Impact] Azure identifies itself to guests by setting providing a well known value in the chassis asset field of dmi data. This is done both in Azure public cloud and in Azure Stack (the on-premise variant of Azure). By checking for this value cloud-init can more quickly identify whether or not it is running on Azure. [Test Case] - Launch an instance, enable proposed, upgrade. - Clean instance and re-boot $ rm -Rf /var/lib/cloud /var/log/cloud-init* $ rm -f /etc/cloud/cloud.cfg.d/91_walinuxagent.cfg # bug 1700769 $ reboot - ssh back in look around - check for 'WARN' in /var/log/cloud-init* - look in /run/cloud-init/ds-identify.log. It should say: Found single datasource: Azure - reboot, ssh back in and verify all still good. [Regression Potential] Instances running in Azure or Azure Stack that did *not* have this value would not be identified as Azure. We have been told by representatives from Microsoft that that will not be the case. [Other Info] Upstream commit at https://git.launchpad.net/cloud-init/commit/?id=5fb49bac === End SRU Template === I've got confirmation that the chassis_asset_tag DMI value is a hard-coded identifier for the Azure platform (both Azure and Azure Stack (the on-premise variant of Azure)). $ cat /sys/class/dmi/id/chassis_asset_tag 7783-7084-3265-9085-8269-3286-77 The detection logic in both ds-identify and Azure ds should be updated to use this value.
2017-06-29 00:20:19 Steve Langasek description === Begin SRU Template === [Impact] Azure identifies itself to guests by setting providing a well known value in the chassis asset field of dmi data. This is done both in Azure public cloud and in Azure Stack (the on-premise variant of Azure). By checking for this value cloud-init can more quickly identify whether or not it is running on Azure. [Test Case] - Launch an instance, enable proposed, upgrade. - Clean instance and re-boot $ rm -Rf /var/lib/cloud /var/log/cloud-init* $ rm -f /etc/cloud/cloud.cfg.d/91_walinuxagent.cfg # bug 1700769 $ reboot - ssh back in look around - check for 'WARN' in /var/log/cloud-init* - look in /run/cloud-init/ds-identify.log. It should say: Found single datasource: Azure - reboot, ssh back in and verify all still good. [Regression Potential] Instances running in Azure or Azure Stack that did *not* have this value would not be identified as Azure. We have been told by representatives from Microsoft that that will not be the case. [Other Info] Upstream commit at https://git.launchpad.net/cloud-init/commit/?id=5fb49bac === End SRU Template === I've got confirmation that the chassis_asset_tag DMI value is a hard-coded identifier for the Azure platform (both Azure and Azure Stack (the on-premise variant of Azure)). $ cat /sys/class/dmi/id/chassis_asset_tag 7783-7084-3265-9085-8269-3286-77 The detection logic in both ds-identify and Azure ds should be updated to use this value. === Begin SRU Template === [Impact] Azure identifies itself to guests by setting a well known value in the chassis asset field of dmi data. This is done both in Azure public cloud and in Azure Stack (the on-premise variant of Azure). By checking for this value cloud-init can more quickly identify whether or not it is running on Azure. [Test Case]  - Launch an instance, enable proposed, upgrade.  - Clean instance and re-boot    $ rm -Rf /var/lib/cloud /var/log/cloud-init*    $ rm -f /etc/cloud/cloud.cfg.d/91_walinuxagent.cfg # bug 1700769    $ reboot  - ssh back in look around    - confirm 'WARN' does not appear in /var/log/cloud-init*    - look in /run/cloud-init/ds-identify.log. It should say:       Found single datasource: Azure  - reboot, ssh back in and verify all still good. [Regression Potential] Instances running in Azure or Azure Stack that did *not* have this value would not be identified as Azure. We have been told by representatives from Microsoft that that will not be the case. [Other Info] Upstream commit at   https://git.launchpad.net/cloud-init/commit/?id=5fb49bac === End SRU Template === I've got confirmation that the chassis_asset_tag DMI value is a hard-coded identifier for the Azure platform (both Azure and Azure Stack (the on-premise variant of Azure)). $ cat /sys/class/dmi/id/chassis_asset_tag 7783-7084-3265-9085-8269-3286-77 The detection logic in both ds-identify and Azure ds should be updated to use this value.
2017-06-29 04:45:37 Steve Langasek cloud-init (Ubuntu Zesty): status Confirmed Fix Committed
2017-06-29 04:45:39 Steve Langasek bug added subscriber Ubuntu Stable Release Updates Team
2017-06-29 04:45:40 Steve Langasek bug added subscriber SRU Verification
2017-06-29 04:45:46 Steve Langasek tags dsid dsid verification-needed verification-needed-zesty
2017-06-29 04:53:20 Steve Langasek cloud-init (Ubuntu Yakkety): status Confirmed Fix Committed
2017-06-29 04:53:26 Steve Langasek tags dsid verification-needed verification-needed-zesty dsid verification-needed verification-needed-yakkety verification-needed-zesty
2017-06-29 04:55:59 Steve Langasek cloud-init (Ubuntu Xenial): status Confirmed Fix Committed
2017-06-29 04:56:06 Steve Langasek tags dsid verification-needed verification-needed-yakkety verification-needed-zesty dsid verification-needed verification-needed-xenial verification-needed-yakkety verification-needed-zesty
2017-06-29 17:25:44 Paul Meyer tags dsid verification-needed verification-needed-xenial verification-needed-yakkety verification-needed-zesty dsid verification-done-xenial verification-needed verification-needed-yakkety verification-needed-zesty
2017-06-29 18:27:08 Paul Meyer tags dsid verification-done-xenial verification-needed verification-needed-yakkety verification-needed-zesty dsid verification-done-xenial verification-done-yakkety verification-needed verification-needed-zesty
2017-06-29 18:49:04 Scott Moser attachment added xenial results https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1693939/+attachment/4905906/+files/xenial.tar.gz
2017-06-29 18:49:30 Scott Moser attachment added yakkety results https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1693939/+attachment/4905907/+files/yakkety.tar.gz
2017-06-29 18:49:50 Scott Moser attachment added zesty results https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1693939/+attachment/4905908/+files/zesty.tar.gz
2017-06-29 18:50:19 Scott Moser tags dsid verification-done-xenial verification-done-yakkety verification-needed verification-needed-zesty dsid verification-done-xenial verification-done-yakkety verification-done-zesty
2017-06-29 19:04:09 Paul Meyer tags dsid verification-done-xenial verification-done-yakkety verification-done-zesty dsid verification-done verification-done-xenial verification-done-yakkety verification-done-zesty
2017-06-29 19:38:32 Scott Moser tags dsid verification-done verification-done-xenial verification-done-yakkety verification-done-zesty dsid verification-done-xenial verification-done-yakkety verification-done-zesty
2017-06-29 21:48:59 Launchpad Janitor cloud-init (Ubuntu Xenial): status Fix Committed Fix Released
2017-06-29 21:49:13 Steve Langasek removed subscriber Ubuntu Stable Release Updates Team
2017-07-13 18:07:12 Scott Moser cloud-init: status Confirmed Fix Committed
2017-07-26 18:27:42 Launchpad Janitor cloud-init (Ubuntu Zesty): status Fix Committed Fix Released
2017-07-26 18:28:59 Steve Langasek cloud-init (Ubuntu Yakkety): status Fix Committed Won't Fix
2017-09-23 02:33:36 Scott Moser cloud-init: status Fix Committed Fix Released
2023-05-11 02:51:01 James Falcon bug watch added https://github.com/canonical/cloud-init/issues/2911