[ubuntu/raring-proposed] maas 1.2+bzr1349+dfsg-0ubuntu1 (Accepted)

Andres Rodriguez andreserl at ubuntu.com
Wed Jan 16 18:45:28 UTC 2013


maas (1.2+bzr1349+dfsg-0ubuntu1) raring; urgency=low

  * New upstream bugfix release. Fixes:
    - The DNS configuration is not created if maas-dns is installed after
      the DNS config has been set up (LP: #1085865).
    - IPMI detection ends up with power_address of 0.0.0.0 (LP: #1064224)
    - Main page slow to load with many nodes (LP: #1066775)
    - maas-cluster-controller doesn't have images for
      provisioning (LP: #1068843)
    - Filestorage is unique to each appserver instance (LP: #1069734)
    - import_pxe_files does not include quantal (LP: #1069850)
    - maas-cli nodes new incomplete documentation (LP: #1070522)
    - DNS forward zone ends up with nonsensical entries (LP: #1070765)
    - The hostname of a node can still be changed once the node is in
      use. (LP: #1070774)
    - The zone name (attached to a cluster controller) can still be changed
      when it contains in-use nodes and DNS is managed. (LP: #1070775)
    - Duplicated prefix in the url used by the CLI (LP: #1075597)
    - Not importing Quantal boot images (LP: #1077180)
    - Nodes are deployed with wrong domain name. (LP: #1078744)
    - src/maasserver/api.py calls request.data.getlist with a 'default'
      parameter. That parameter is not supported by Django 1.3. (LP: #1080673)
    - API calls that return a node leak private data (LP: #1034318)
    - MAAS hostnames should be 5 easily disambiguated characters (LP: #1058998)
    - URI in API description wrong when accessing machine via alternative
      interface. (LP: #1059645)
    - Oops when renaming nodegroup w/o interface (LP: #1077075)
    - Error in log when using 'Start node' button: MAASAPINotFound: No user
      data available for this node. (LP: #1069603)

  [ Raphaël Badin ]
  * debian/maas-dns.postinst: Call write_dns_config (LP: #1085865).
  * debian/maas-dns.postinst: fix permissions and group ownership of
    file /etc/bind/maas/named.conf.rndc.maas. (LP: #1066935)

  [ Julian Edwards ]
  * debian/maas-region-controller.install: Remove installation of maas-gc; it
    is no longer required as upstream no longer stores files in the filesystem.
    (LP: #1069734)
  * debian/maas-cluster-controller.postinst: Ensure that /etc/maas/pserv.yaml
    is updated when reconfiguring. (LP: #1081212)

  [ Andres Rodriguez ]
  * debian/control:
    - maas-cluster-controller Conflicts with tftpd-hpa (LP: #1076028)
    - maas-dns: Conflicts with dnsmasq
    - Drop Dependency on rabbitmq-server for maas-cluster-controller.
      (LP: #1072744)
    - Add conflicts/replaces for maas-region-controller to
      maas-cluster-controller.
  * debian/maas-cluster-controller.config: If URL has been detected, add
    /MAAS if it doesn't contain it. This helps upgrades from versions where
    DEFAULT_MAAS_URL didn't use /MAAS.
  * Install maas-import-pxe-files and related files with
    maas-cluster-controller, as well as configure tgtd, as
    maas-region-controller no longer stores images. Thanks to Jeroen
    Vermuelen.

  [ Gavin Panella ]
  * debian/extras/99-maas: squashfs image download is no longer needed.
  * debian/maas-cluster-controller.install: maas-import-squashfs and its
    configuration file are no longer part of upstream.

  [ Jeroen Vermeulen ]
  * debian/maas-cluster-controller.maas-pserv.upstart: Source maas_cluster.conf
    before starting pserv (tftpd) process.
  * debian/maas-cluster-controller.postinst: Duplicate CLUSTER_UUID setting
    to maas_cluster.conf.
  * Bumped revision number to current 1.2 revision 1342 (requested by rvba).

Date: Tue, 13 Nov 2012 14:58:21 -0500
Changed-By: Andres Rodriguez <andreserl at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/raring/+source/maas/1.2+bzr1349+dfsg-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 13 Nov 2012 14:58:21 -0500
Source: maas
Binary: maas maas-common maas-region-controller python-maas-provisioningserver maas-cli python-maas-client maas-cluster-controller python-django-maas maas-dhcp maas-dns
Architecture: source
Version: 1.2+bzr1349+dfsg-0ubuntu1
Distribution: raring
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Andres Rodriguez <andreserl at ubuntu.com>
Description: 
 maas       - Ubuntu MAAS Server
 maas-cli   - Ubuntu MAAS Client Tool
 maas-cluster-controller - Ubuntu MAAS Cluster Controller
 maas-common - Ubuntu MAAS Server
 maas-dhcp  - Ubuntu MAAS Server - DHCP Configuration (meta-package)
 maas-dns   - Ubuntu MAAS Server - DNS configuration (metapackage)
 maas-region-controller - Ubuntu MAAS Server
 python-django-maas - Ubuntu MAAS Server - (django files)
 python-maas-client - Ubuntu MAAS API Client - (python files)
 python-maas-provisioningserver - Ubuntu MAAS Server
Launchpad-Bugs-Fixed: 1034318 1058998 1059645 1064224 1066775 1066935 1068843 1069603 1069734 1069850 1070522 1070765 1070774 1070775 1072744 1075597 1076028 1077075 1077180 1078744 1080673 1081212 1085865
Changes: 
 maas (1.2+bzr1349+dfsg-0ubuntu1) raring; urgency=low
 .
   * New upstream bugfix release. Fixes:
     - The DNS configuration is not created if maas-dns is installed after
       the DNS config has been set up (LP: #1085865).
     - IPMI detection ends up with power_address of 0.0.0.0 (LP: #1064224)
     - Main page slow to load with many nodes (LP: #1066775)
     - maas-cluster-controller doesn't have images for
       provisioning (LP: #1068843)
     - Filestorage is unique to each appserver instance (LP: #1069734)
     - import_pxe_files does not include quantal (LP: #1069850)
     - maas-cli nodes new incomplete documentation (LP: #1070522)
     - DNS forward zone ends up with nonsensical entries (LP: #1070765)
     - The hostname of a node can still be changed once the node is in
       use. (LP: #1070774)
     - The zone name (attached to a cluster controller) can still be changed
       when it contains in-use nodes and DNS is managed. (LP: #1070775)
     - Duplicated prefix in the url used by the CLI (LP: #1075597)
     - Not importing Quantal boot images (LP: #1077180)
     - Nodes are deployed with wrong domain name. (LP: #1078744)
     - src/maasserver/api.py calls request.data.getlist with a 'default'
       parameter. That parameter is not supported by Django 1.3. (LP: #1080673)
     - API calls that return a node leak private data (LP: #1034318)
     - MAAS hostnames should be 5 easily disambiguated characters (LP: #1058998)
     - URI in API description wrong when accessing machine via alternative
       interface. (LP: #1059645)
     - Oops when renaming nodegroup w/o interface (LP: #1077075)
     - Error in log when using 'Start node' button: MAASAPINotFound: No user
       data available for this node. (LP: #1069603)
 .
   [ Raphaël Badin ]
   * debian/maas-dns.postinst: Call write_dns_config (LP: #1085865).
   * debian/maas-dns.postinst: fix permissions and group ownership of
     file /etc/bind/maas/named.conf.rndc.maas. (LP: #1066935)
 .
   [ Julian Edwards ]
   * debian/maas-region-controller.install: Remove installation of maas-gc; it
     is no longer required as upstream no longer stores files in the filesystem.
     (LP: #1069734)
   * debian/maas-cluster-controller.postinst: Ensure that /etc/maas/pserv.yaml
     is updated when reconfiguring. (LP: #1081212)
 .
   [ Andres Rodriguez ]
   * debian/control:
     - maas-cluster-controller Conflicts with tftpd-hpa (LP: #1076028)
     - maas-dns: Conflicts with dnsmasq
     - Drop Dependency on rabbitmq-server for maas-cluster-controller.
       (LP: #1072744)
     - Add conflicts/replaces for maas-region-controller to
       maas-cluster-controller.
   * debian/maas-cluster-controller.config: If URL has been detected, add
     /MAAS if it doesn't contain it. This helps upgrades from versions where
     DEFAULT_MAAS_URL didn't use /MAAS.
   * Install maas-import-pxe-files and related files with
     maas-cluster-controller, as well as configure tgtd, as
     maas-region-controller no longer stores images. Thanks to Jeroen
     Vermuelen.
 .
   [ Gavin Panella ]
   * debian/extras/99-maas: squashfs image download is no longer needed.
   * debian/maas-cluster-controller.install: maas-import-squashfs and its
     configuration file are no longer part of upstream.
 .
   [ Jeroen Vermeulen ]
   * debian/maas-cluster-controller.maas-pserv.upstart: Source maas_cluster.conf
     before starting pserv (tftpd) process.
   * debian/maas-cluster-controller.postinst: Duplicate CLUSTER_UUID setting
     to maas_cluster.conf.
   * Bumped revision number to current 1.2 revision 1342 (requested by rvba).
Checksums-Sha1: 
 542a08b9cd52f0d6742f015acbc9d829073efa39 2388 maas_1.2+bzr1349+dfsg-0ubuntu1.dsc
 4de6ca9587c4e062133516166c0087d49f9ea5f1 1912552 maas_1.2+bzr1349+dfsg.orig.tar.gz
 b40dae5525083cec5ace8bafaa57952986b7108e 26171 maas_1.2+bzr1349+dfsg-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 f82b5afdee79c4bc29f0ec2f956175842cd8577286a2278d629ed51926fb452a 2388 maas_1.2+bzr1349+dfsg-0ubuntu1.dsc
 e7b1de45106a3287bec30e1c0001899e8b0c2af9dcfb8f0e79c5b7355e4fdef7 1912552 maas_1.2+bzr1349+dfsg.orig.tar.gz
 23e02e93e9eaa2d0616921abb358b2b6153548cfe4722a2d9cff7dd69d63b971 26171 maas_1.2+bzr1349+dfsg-0ubuntu1.debian.tar.gz
Files: 
 e3d610be957678b5f00babe0524118d7 2388 net optional maas_1.2+bzr1349+dfsg-0ubuntu1.dsc
 6a5eec2c3e92afbb450cbc4ebd30c3a0 1912552 net optional maas_1.2+bzr1349+dfsg.orig.tar.gz
 874944ae519dcc9e9994f78bfee27fcd 26171 net optional maas_1.2+bzr1349+dfsg-0ubuntu1.debian.tar.gz

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

iQIcBAEBCgAGBQJQ9vQXAAoJEEirKvcsSO5OYRMP/2HAEydYODP/XWBAlyjxr1Ay
LGMsuFMZ0GonF2j0wS7MWlVpbN8DYcuLaEdBdARwqfI6pywC35rk5qTPOgUWfgeK
uLxS1T4HRhLvlKpZhMQcXMYv4s9O+qX4PLgH6LivtBIgf7eoTO/UISSADhQKmPHB
2si5ThHltmVhN+Dv9PU+auRD0jz+MxvlHNM2mhOE/Hw475rtApcu+JQhLcMhmQoV
jEU3hmvDPRIT5Vsz19SDXdeyCgxJXvo9LKexLiE/2LrrCaPr3OblMhqR5MOaha1Y
q7waVF6PYtbYC6azhNE2RvkqzjoceKTo+9dCF5e1QZ0S0/H+5RMg592hvWcoP7JF
l7KB4bOuiyLBcdowsfbkR73vN5AjFv6z9rSDHt57RanKRHpeseS0oAgctTtWrVPI
dz6p4BCilC22dowr6oM4834CLrtOqZYuH06v1+dht7wMFuwy6es0NW9nhfEXZTzy
bfz5EBs7vqr4AQeX8HEgA20wIQSPa2WslREto7DjxCu4W8lHHZX4IpmKsam4l7Fa
wvvpQAz5fgxaQTpxJ1z3qKVCYvWAl9VDe4KEXIRcMTgT3tJMlit6KniLVtD9PQYj
2K3/3/z79MMkDHWD1ccxl/30RjQWrQpoi+F+0PL/I/lqrbyL6bUb2PceZjNZF+ip
MvpGZlgDBU9TUHPIShBz
=mYFZ
-----END PGP SIGNATURE-----


More information about the Raring-changes mailing list