[Bug 1243861] [NEW] juju should add the cloud-archive repository differently

Andres Rodriguez andreserl at ubuntu-pe.org
Wed Oct 23 18:16:41 UTC 2013


Public bug reported:

Juju doing the following cloud-config doesn't ensure that the key can be
obtained from the keyserver in order to access the cloud-archive. This
means that juju's cloud config tells cloud-init to access the keyserver
directly. In environments behind a proxy, they key server might not be
reachable.

- source: deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/cloud-tools
    main
  keyid: EC4926EA

cloud-init.log:Oct 23 18:08:26 node01 [CLOUDINIT] cc_apt_update_upgrade.py[WARNING]: Source Error: deb http://ubuntu-cloud.archive.canonical.c
om/ubuntu precise-updates/cloud-tools main:failed to get key from keyserver.ubuntu.com
cloud-init-output.log:2013-10-23 18:08:26,764 - cc_apt_update_upgrade.py[WARNING]: Source Error: deb http://ubuntu-cloud.archive.canonical.com
/ubuntu precise-updates/cloud-tools main:failed to get key from keyserver.ubuntu.com

A better approach could be using add-apt-repository instead of trying to
import the key.  Another option could be to install ubuntu-cloud-keyring
package.

** Affects: juju-core (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

  Juju doing the following cloud-config doesn't ensure that the key can be
  obtained from the keyserver in order to access the cloud-archive.
  
  - source: deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/cloud-tools
-     main
-   keyid: EC4926EA
+     main
+   keyid: EC4926EA
  
- A better approach could be using add-apt-repository or instead of trying
- to import the key, would be to install ubuntu-cloud-keyring package.
+ cloud-init.log:Oct 23 18:08:26 node01 [CLOUDINIT] cc_apt_update_upgrade.py[WARNING]: Source Error: deb http://ubuntu-cloud.archive.canonical.c
+ om/ubuntu precise-updates/cloud-tools main:failed to get key from keyserver.ubuntu.com
+ cloud-init-output.log:2013-10-23 18:08:26,764 - cc_apt_update_upgrade.py[WARNING]: Source Error: deb http://ubuntu-cloud.archive.canonical.com
+ /ubuntu precise-updates/cloud-tools main:failed to get key from keyserver.ubuntu.com
+ 
+ 
+ A better approach could be using add-apt-repository or instead of trying to import the key, would be to install ubuntu-cloud-keyring package.

** Description changed:

  Juju doing the following cloud-config doesn't ensure that the key can be
  obtained from the keyserver in order to access the cloud-archive.
  
  - source: deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/cloud-tools
      main
    keyid: EC4926EA
  
  cloud-init.log:Oct 23 18:08:26 node01 [CLOUDINIT] cc_apt_update_upgrade.py[WARNING]: Source Error: deb http://ubuntu-cloud.archive.canonical.c
  om/ubuntu precise-updates/cloud-tools main:failed to get key from keyserver.ubuntu.com
  cloud-init-output.log:2013-10-23 18:08:26,764 - cc_apt_update_upgrade.py[WARNING]: Source Error: deb http://ubuntu-cloud.archive.canonical.com
  /ubuntu precise-updates/cloud-tools main:failed to get key from keyserver.ubuntu.com
  
- 
- A better approach could be using add-apt-repository or instead of trying to import the key, would be to install ubuntu-cloud-keyring package.
+ A better approach could be using add-apt-repository instead of trying to
+ import the key.  Another option could be to install ubuntu-cloud-keyring
+ package.

** Description changed:

  Juju doing the following cloud-config doesn't ensure that the key can be
- obtained from the keyserver in order to access the cloud-archive.
+ obtained from the keyserver in order to access the cloud-archive. This
+ means that juju's cloud config tells cloud-init to access the keyserver
+ directly. In environments behind a proxy, they key server might not be
+ reachable.
  
  - source: deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/cloud-tools
      main
    keyid: EC4926EA
  
  cloud-init.log:Oct 23 18:08:26 node01 [CLOUDINIT] cc_apt_update_upgrade.py[WARNING]: Source Error: deb http://ubuntu-cloud.archive.canonical.c
  om/ubuntu precise-updates/cloud-tools main:failed to get key from keyserver.ubuntu.com
  cloud-init-output.log:2013-10-23 18:08:26,764 - cc_apt_update_upgrade.py[WARNING]: Source Error: deb http://ubuntu-cloud.archive.canonical.com
  /ubuntu precise-updates/cloud-tools main:failed to get key from keyserver.ubuntu.com
  
  A better approach could be using add-apt-repository instead of trying to
  import the key.  Another option could be to install ubuntu-cloud-keyring
  package.

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

Title:
  juju should add the cloud-archive repository differently

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1243861/+subscriptions



More information about the Ubuntu-server-bugs mailing list