[Bug 1028501] [NEW] cloud-init selects wrong mirrors for arm

Scott Moser smoser at ubuntu.com
Tue Jul 24 15:25:59 UTC 2012


Public bug reported:

cloud-inits' mirror selection does not include any logic to account for arch.
the arm arch are not available on ec2 mirrors nor on *.archive.ubuntu.com .

The best work around at the moment is to disable mirror selection via:
 apt_preserve_sources_list: True

For juju, that can be done by modifying juju/providers/common/utils.py to contain:
 cloud_config = {
     "apt-update": True,
     "apt-upgrade": True,
     "apt_preserve_sources_list": True,
     "ssh_authorized_keys": authorized_keys,
     "packages": [],
     "output": {"all": "| tee -a /var/log/cloud-init-output.log"}}

** Affects: cloud-init
     Importance: Undecided
         Status: New

** Affects: cloud-init (Ubuntu)
     Importance: Undecided
         Status: New

** Also affects: cloud-init
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1028501

Title:
  cloud-init selects wrong mirrors for arm

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1028501/+subscriptions



More information about the Ubuntu-server-bugs mailing list