← Back to team overview

group.of.nepali.translators team mailing list archive

[Bug 1599886] Re: apt-mirror does not override security.ubuntu.com for containers on trusty

 

** Also affects: cloud-init (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Also affects: cloud-init (Ubuntu Yakkety)
   Importance: Undecided
       Status: New

** Also affects: cloud-init (Ubuntu Trusty)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1599886

Title:
  apt-mirror does not override security.ubuntu.com for containers on
  trusty

Status in juju:
  Incomplete
Status in juju-core:
  Won't Fix
Status in juju-core 1.25 series:
  Won't Fix
Status in cloud-init package in Ubuntu:
  Fix Released
Status in cloud-init source package in Trusty:
  Confirmed
Status in cloud-init source package in Xenial:
  Fix Released
Status in cloud-init source package in Yakkety:
  Fix Released

Bug description:
  With "apt-mirror"[1] config, juju 1.25 can override archive.ubuntu.com
  with a local mirror. However security.ubuntu.com in sources.list is
  untouched. To make charm execution successful without Internet
  connectivity, replacing security.ubuntu.com with local mirror is
  essential.

  As of 1.25.5, juju generates user-data with apt-mirror as:
  ====
  #cloud-config
  apt_mirror: http://localmirror.example.com/ubuntu
  ====

  To override security.ubuntu.com juju needs to generate user-data like:
  ====
  #cloud-config
  system_info:
    package_mirrors:
      - arches: [i386, amd64]
        failsafe:
          primary: http://localmirror.example.com/ubuntu
          security: http://localmirror.example.com/ubuntu
        search:
          primary: []
          security: []
  ====

  For more information regarding the override, please refer to [2].

  [1] https://jujucharms.com/docs/stable/models-config#apt-mirror
  [2] https://bugs.launchpad.net/cloud-init/+bug/1006963

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/1599886/+subscriptions