Activity log for bug #1456684

Date Who What changed Old value New value Message
2015-05-19 15:08:41 Scott Moser bug added bug
2015-05-19 15:21:37 Scott Moser bug task added cloud-init (Ubuntu)
2015-05-19 15:22:48 Scott Moser cloud-init: status New Confirmed
2015-05-19 15:22:50 Scott Moser cloud-init (Ubuntu): status New Confirmed
2015-05-19 15:22:54 Scott Moser cloud-init: importance Undecided Medium
2015-05-19 15:22:56 Scott Moser cloud-init (Ubuntu): importance Undecided High
2015-05-19 15:22:59 Scott Moser cloud-init: status Confirmed Fix Committed
2015-05-19 15:23:05 Scott Moser bug added subscriber Ben Howard
2015-05-19 15:24:00 Launchpad Janitor branch linked lp:cloud-init
2015-05-28 15:54:04 Launchpad Janitor cloud-init (Ubuntu): status Confirmed Fix Released
2015-05-29 16:14:39 Thomas Ward nominated for series Ubuntu Precise
2015-05-29 16:14:39 Thomas Ward nominated for series Ubuntu Utopic
2015-05-29 16:14:39 Thomas Ward nominated for series Ubuntu Vivid
2015-05-29 16:14:39 Thomas Ward nominated for series Ubuntu Trusty
2015-06-08 19:18:40 Launchpad Janitor branch linked lp:ubuntu/cloud-init
2015-06-29 12:04:12 Launchpad Janitor branch linked lp:~cloudware/ubuntu/vivid/cloud-init/vivid-wip
2015-06-29 12:04:58 Launchpad Janitor branch linked lp:~cloudware/ubuntu/trusty/cloud-init/trusty-wip
2015-06-29 12:05:38 Launchpad Janitor branch linked lp:~cloudware/ubuntu/precise/cloud-init/precise-wip
2015-07-16 10:14:02 Dan Watkins description cloud-init's code that tries to determine if it is in a ec2 region is simply unaware of the 'central' direction. --- /usr/lib/python2.7/dist-packages/cloudinit/distros/__init__.py.dist 2015-05-19 12:47:04.956343999 +0000 +++ /usr/lib/python2.7/dist-packages/cloudinit/distros/__init__.py 2015-05-19 12:47:09.718723998 +0000 @@ -535,7 +535,7 @@ mirror_info = {} ec2_az_re = ("^[a-z][a-z]-(%s)-[1-9][0-9]*[a-z]$" % - "north|northeast|east|southeast|south|southwest|west|northwest") + "north|northeast|east|southeast|south|southwest|west|northwest|central") subst = {} if availability_zone: cloud-init's code that tries to determine if it is in a ec2 region is simply unaware of the 'central' direction. [Impact] Ubuntu instances launched in the eu-central-1 EC2 region will not discover region-local mirrors. The user will see a degraded experience as they have to interact with mirrors that are further away and under heavier load. They will also potentially have to pay for the bandwidth used this way (as will the default mirror admins). [Test Case] Launch an instance in eu-central-1 and examine the apt sources used. They should be of the form "eu-central-1.ec2.archive.ubuntu.com" instead of "eu-central-1a.clouds.archive.ubuntu.com". [Regression Potential] Limited; the changes are limited to the mirror discovery, and if mirror discovery fails, we have default mirrors that we will use.
2015-07-17 17:17:45 Ben Howard summary does not know central (eu-central-1) is a direction for ec2 zones [SRU] cloud-init does not know central (eu-central-1) is a direction for ec2 zones
2015-07-17 17:17:49 Ben Howard bug task added cloud-init (Ubuntu Precise)
2015-07-17 17:18:09 Ben Howard bug task added cloud-init (Ubuntu Trusty)
2015-07-17 17:18:19 Ben Howard bug task added cloud-init (Ubuntu Vivid)
2015-07-17 17:20:54 Ben Howard bug added subscriber Ubuntu Stable Release Updates Team
2015-07-23 14:53:32 Chris J Arges cloud-init (Ubuntu Vivid): status New Fix Committed
2015-07-23 14:53:35 Chris J Arges bug added subscriber SRU Verification
2015-07-23 14:53:39 Chris J Arges tags verification-needed
2015-07-23 14:56:46 Chris J Arges cloud-init (Ubuntu Trusty): status New Fix Committed
2015-07-23 15:00:13 Chris J Arges cloud-init (Ubuntu Precise): status New Fix Committed
2015-07-24 11:38:00 Dan Watkins tags verification-needed verification-done
2015-08-10 17:21:42 Dan Watkins cloud-init: status Fix Committed Fix Released
2015-08-10 17:28:13 Launchpad Janitor cloud-init (Ubuntu Vivid): status Fix Committed Fix Released
2015-08-10 17:28:25 Chris J Arges removed subscriber Ubuntu Stable Release Updates Team
2015-08-10 17:29:39 Launchpad Janitor cloud-init (Ubuntu Trusty): status Fix Committed Fix Released
2015-08-10 17:30:10 Launchpad Janitor cloud-init (Ubuntu Precise): status Fix Committed Fix Released
2015-09-10 16:18:31 Launchpad Janitor branch linked lp:ubuntu/trusty/cloud-init
2016-04-05 13:57:45 Launchpad Janitor branch linked lp:ubuntu/precise-proposed/cloud-init
2023-05-10 07:19:25 James Falcon bug watch added https://github.com/canonical/cloud-init/issues/2550