[ubuntu/karmic] eucalyptus 1.6~bzr930-0ubuntu1 (Accepted)

Dustin Kirkland kirkland at ubuntu.com
Wed Oct 14 05:05:26 BST 2009


eucalyptus (1.6~bzr930-0ubuntu1) karmic; urgency=low

  [ Dustin Kirkland ]
  * debian/eucalyptus-url, debian/eucalyptus-cc.install,
    debian/eucalyptus-cc.links, debian/eucalyptus-cc.postinst::
    - fix whitespace, to match other update-motd urls LP: #450449
    - link to ubuntu.com/cloud, which links to our documentation,
      necessary for new UEC admins
    - ensure that it gets installed with executable permissions,
      LP: #444970
  * debian/eucalyptus-udeb.finish-install: fix typo; fix breakage of
    /etc/network/interfaces when nodes are configured with static IP
    addresses, LP: #446023
  * eucalyptus-cc.upstart,
    eucalyptus-cloud.eucalyptus-cc-registration.upstart,
    eucalyptus-cloud.eucalyptus-sc-registration.upstart,
    eucalyptus-cloud.eucalyptus-walrus-registration.upstart,
    eucalyptus-sc.upstart, eucalyptus-walrus.upstart, rules, control:
    - registration of cc/sc/walrus should *only* ever occur on the CLC,
      so these scripts should be moved to the eucalyptus-cloud package,
      LP: #450815
    - starting cc/sc/walrus should *not* depend on eucalyptus-cloud
      running, since these components can be installed on separate
      machines, LP: #450777
    - but if cc/sc/walrus are on a system doing registration, ensure that
      these jobs kick off when "starting" registration
    - allow for whitespace separated list of $CC_IP_ADDR and $SC_IP_ADDR,
      as there can be more than one of these, and admins in multi-cluster
      or multi-component mode would need to register a list
    - use Replaces to ensure upgrades work properly
  * debian/eucalyptus-ipaddr.conf: update inline documentation accordingly
  * debian/eucalyptus-cc.templates: update public_ips instructions in the
    installer to match the new upstream implementation, LP: #438565
  * eucalyptus-common.eucalyptus.upstart: fix unclean package purging,
    which hangs on stopping eucalyptus service

  [ Upstream ]
  * Merge upstream revision 930
  * This snapshot is expected to fix the following bugs:
    - LP: #449944 - fixes remote component bootstrap issue
    - LP: #430852, #401996 - fix handling of security groups for the admin
    - LP: #449948 - fix issues with network index and address recovery after
      a system restart
    - LP: #398867 - fix storing VLAN tag info from web ui
    - LP: #430266 - fix setting of HTTP error codes
    - LP: #449948 - part of fix to LP:#449948 the CC now correctly sets the
      networkIndex field in the reponse message of describeInstances
    - LP: #438565 - allowing a range of IPs to be specified in the
      VNET_PUBLICIPS field of eucalyptus.conf
    - LP: #449143 - Add the 169.254.169.254 address to eth0 as 'scope link'
      in order to avoid conflict with the UEC avahi-publish mechanism
    - LP: #449135 - Prevents a segfault in CC during client connection to NC
      on describeInstances, when number of instances is high (> 20 or so).
      The number of bytes sent to 'malloc' was being calculated incorrectly.
    - LP: #444838 - fix to fully allow VMs to access meta-data service in
      MANAGED-NOVLAN, when CC and CLC are on separate machines, and
      VNET_CLOUDIP is set (more complete fix)
    - LP: #447555 - off-by-one error was causing the public IPs in STATIC
      mode to be reported incorrectly (last character was being truncated)
    - LP: #447585 - flush cached images on deregister
    - LP: #439410 - Add retry in the case where walrus responds to
      getDecryptedImage with a 408 (connection timeout)

Date: Tue, 13 Oct 2009 23:03:15 -0500
Changed-By: Dustin Kirkland <kirkland at ubuntu.com>
Maintainer: Soren Hansen <soren at ubuntu.com>
Signed-By: Dustin Kirkland <dustin.kirkland at gmail.com>
https://launchpad.net/ubuntu/karmic/+source/eucalyptus/1.6~bzr930-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 13 Oct 2009 23:03:15 -0500
Source: eucalyptus
Binary: eucalyptus-common eucalyptus-sc eucalyptus-cloud eucalyptus-walrus eucalyptus-java-common eucalyptus-cc eucalyptus-nc eucalyptus-gl eucalyptus-udeb
Architecture: source
Version: 1.6~bzr930-0ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Soren Hansen <soren at ubuntu.com>
Changed-By: Dustin Kirkland <kirkland at ubuntu.com>
Description: 
 eucalyptus-cc - Elastic Utility Computing Architecture - Cluster controller
 eucalyptus-cloud - Elastic Utility Computing Architecture - Cloud controller
 eucalyptus-common - Elastic Utility Computing Architecture - Common files
 eucalyptus-gl - Elastic Utility Computing Architecture - Logging service
 eucalyptus-java-common - Elastic Utility Computing Architecture - Common Java package
 eucalyptus-nc - Elastic Utility Computing Architecture - Node controller
 eucalyptus-sc - Elastic Utility Computing Architecture - Storage controller
 eucalyptus-udeb - Elastic Utility Computing Architecture - installer integration (udeb)
 eucalyptus-walrus - Elastic Utility Computing Architecture - Walrus (S3)
Changes: 
 eucalyptus (1.6~bzr930-0ubuntu1) karmic; urgency=low
 .
   [ Dustin Kirkland ]
   * debian/eucalyptus-url, debian/eucalyptus-cc.install,
     debian/eucalyptus-cc.links, debian/eucalyptus-cc.postinst::
     - fix whitespace, to match other update-motd urls LP: #450449
     - link to ubuntu.com/cloud, which links to our documentation,
       necessary for new UEC admins
     - ensure that it gets installed with executable permissions,
       LP: #444970
   * debian/eucalyptus-udeb.finish-install: fix typo; fix breakage of
     /etc/network/interfaces when nodes are configured with static IP
     addresses, LP: #446023
   * eucalyptus-cc.upstart,
     eucalyptus-cloud.eucalyptus-cc-registration.upstart,
     eucalyptus-cloud.eucalyptus-sc-registration.upstart,
     eucalyptus-cloud.eucalyptus-walrus-registration.upstart,
     eucalyptus-sc.upstart, eucalyptus-walrus.upstart, rules, control:
     - registration of cc/sc/walrus should *only* ever occur on the CLC,
       so these scripts should be moved to the eucalyptus-cloud package,
       LP: #450815
     - starting cc/sc/walrus should *not* depend on eucalyptus-cloud
       running, since these components can be installed on separate
       machines, LP: #450777
     - but if cc/sc/walrus are on a system doing registration, ensure that
       these jobs kick off when "starting" registration
     - allow for whitespace separated list of $CC_IP_ADDR and $SC_IP_ADDR,
       as there can be more than one of these, and admins in multi-cluster
       or multi-component mode would need to register a list
     - use Replaces to ensure upgrades work properly
   * debian/eucalyptus-ipaddr.conf: update inline documentation accordingly
   * debian/eucalyptus-cc.templates: update public_ips instructions in the
     installer to match the new upstream implementation, LP: #438565
   * eucalyptus-common.eucalyptus.upstart: fix unclean package purging,
     which hangs on stopping eucalyptus service
 .
   [ Upstream ]
   * Merge upstream revision 930
   * This snapshot is expected to fix the following bugs:
     - LP: #449944 - fixes remote component bootstrap issue
     - LP: #430852, #401996 - fix handling of security groups for the admin
     - LP: #449948 - fix issues with network index and address recovery after
       a system restart
     - LP: #398867 - fix storing VLAN tag info from web ui
     - LP: #430266 - fix setting of HTTP error codes
     - LP: #449948 - part of fix to LP:#449948 the CC now correctly sets the
       networkIndex field in the reponse message of describeInstances
     - LP: #438565 - allowing a range of IPs to be specified in the
       VNET_PUBLICIPS field of eucalyptus.conf
     - LP: #449143 - Add the 169.254.169.254 address to eth0 as 'scope link'
       in order to avoid conflict with the UEC avahi-publish mechanism
     - LP: #449135 - Prevents a segfault in CC during client connection to NC
       on describeInstances, when number of instances is high (> 20 or so).
       The number of bytes sent to 'malloc' was being calculated incorrectly.
     - LP: #444838 - fix to fully allow VMs to access meta-data service in
       MANAGED-NOVLAN, when CC and CLC are on separate machines, and
       VNET_CLOUDIP is set (more complete fix)
     - LP: #447555 - off-by-one error was causing the public IPs in STATIC
       mode to be reported incorrectly (last character was being truncated)
     - LP: #447585 - flush cached images on deregister
     - LP: #439410 - Add retry in the case where walrus responds to
       getDecryptedImage with a 408 (connection timeout)
Checksums-Sha1: 
 e276df7bcd433e5ac1b92a06209591a7ad6f8c1d 2213 eucalyptus_1.6~bzr930-0ubuntu1.dsc
 ec478462c80038ed062a802eb4278419da634353 974683 eucalyptus_1.6~bzr930.orig.tar.gz
 b24f5d41a4aa7e1872ede534d41a42d0d48574f7 923686 eucalyptus_1.6~bzr930-0ubuntu1.diff.gz
Checksums-Sha256: 
 6ae230905870703f537da5bb1ddb9ac42e4ba8b790a2937ea7801651550f5695 2213 eucalyptus_1.6~bzr930-0ubuntu1.dsc
 75ace3492eb4242610402a733d36f52b673873e8bed25c6094c7d634af81907e 974683 eucalyptus_1.6~bzr930.orig.tar.gz
 ac1d70422deb29ce6cde789bbcc37a93b84dc1369be29f76cc6ec23b22292d00 923686 eucalyptus_1.6~bzr930-0ubuntu1.diff.gz
Files: 
 a323295f73ecac7630389a7cd0da47c7 2213 admin extra eucalyptus_1.6~bzr930-0ubuntu1.dsc
 f5bf14a40416f9d2cefbfe140e406bdd 974683 admin extra eucalyptus_1.6~bzr930.orig.tar.gz
 8556749dff4a3a53bcc4f503872c61fc 923686 admin extra eucalyptus_1.6~bzr930-0ubuntu1.diff.gz
Launchpad-Bugs-Fixed: 398867 401996 430266 430852 438565 438565 439410 444838 444970 446023 447555 447585 449135 449143 449944 449948 449948 450449 450777 450815

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkrVTcoACgkQs7pNXIOmEZTgjwCcDMwU9uzduKBc0LqLQbO4yNgp
OcUAoL0jygtqXexCv7wMX+CdISaVyCm7
=ocEp
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list