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

Scott Moser smoser at ubuntu.com
Thu Aug 16 13:38:49 UTC 2012


** Description changed:

  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
+  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"}}
+  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"}}
+ 
+ Related bugs:
+  * bug 1028501  sources.list configuration does not cover security

-- 
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