~evarlast/cloud-init/cloud-init

« back to all changes in this revision

Viewing changes to config/cloud.cfg

  • Committer: Package Import Robot
  • Author(s): Scott Moser
  • Date: 2012-11-12 17:01:54 UTC
  • Revision ID: package-import@ubuntu.com-20121112170154-37170939vlg68nst
Tags: 0.6.3-0ubuntu1.2
* debian/patches/lp-978127-maas-oauth-fix-bad-clock.patch: fix usage of
  oauth in maas data source if local system has a bad clock (LP: #978127)
* debian/cloud-init.preinst: fix bug where user data scripts re-ran on
  upgrade from 10.04 versions (LP: #1049146)
* debian/patches/lp-974509-detect-dns-server-redirection.patch: detect dns
  server redirection and disable searching dns for a mirror named
  'ubuntu-mirror' (LP: #974509)
* debian/patches/lp-1018554-shutdown-message-to-console.patch: write a
  message to the console on system shutdown. (LP: #1018554)
* debian/patches/lp-1066115-landscape-install-fix-perms.patch: install
  landscape package if needed which will ensure proper permissions on config
  file (LP: #1066115).
* debian/patches/lp-1070345-landscape-restart-after-change.patch: restart
  landscape after modifying config (LP: #1070345)
* debian/patches/lp-1073077-zsh-workaround-for-locale_warn.patch: avoid
  warning when user's shell is zsh (LP: #1073077)
* debian/patches/rework-mirror-selection.patch: improve mirror selection by:
  * allowing region/availability-zone to be part of mirror (LP: #1037727)
  * making mirror selection arch aware (LP: #1028501)
  * allow specification of a security mirror (LP: #1006963)

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 - keys-to-console
41
41
 - phone-home
42
42
 - final-message
 
43
 
 
44
system_info:
 
45
   package_mirrors:
 
46
     - arches: [i386, amd64]
 
47
       failsafe:
 
48
         primary: http://archive.ubuntu.com/ubuntu
 
49
         security: http://security.ubuntu.com/ubuntu
 
50
       search:
 
51
         primary:
 
52
           - http://%(ec2_region)s.ec2.archive.ubuntu.com/ubuntu/
 
53
           - http://%(availability_zone)s.clouds.archive.ubuntu.com/ubuntu/
 
54
         security: []
 
55
     - arches: [armhf, armel, default]
 
56
       failsafe:
 
57
         primary: http://ports.ubuntu.com/ubuntu-ports
 
58
         security: http://ports.ubuntu.com/ubuntu-ports