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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to