maas 1.5+bzr2227-0ubuntu1 source package in Ubuntu

Changelog

maas (1.5+bzr2227-0ubuntu1) trusty; urgency=medium

  * New upstream bugfix release:
    - Fix catching exceptions raised by
      twisted.conch.ssh.keys.Key.fromString (LP: #1298788)
    - Fix validationg in default NodeGroupInterface.broadcast_ip making it
      optional. (LP: #1299374)
    - Drop install-pxe-bootloader as it conflicts with newer import script.
    - Remove references to old import script.
    - Fix changes that cause overwriting of existing entries.
    - Fix inappropriate ValidationError when defining networks with nested
      (but non-identical) address ranges. (LP: #1299114)
    - Fix issue where if a node does not provide an architecture type on dhcp
      request, or no other boot method is available for that architecture,
      the node still uses pxelinux.0 to boot. (LP: #1300285)
    - Take an advisory lock to prevent concurrent creation of the
      eventloops table. (LP: #1300363)
    - Remove the cloud_images_archive setting, as it conflicts with new
      import script. (LP: #1300587)
    - Add a 'logout confirmation' page. Using this, the logout action is
      protected against CSRF attacks because it uses a POST request, in
      conjunction with Django's CSRF protection feature. (LP: #1298790)
    - Fix cluster listings when dealing with large number of clusters by
      paginating it. (LP: #1301242)
    - Change list_boot_images() so that it can cope with a missing boot
      images directory: this happens if the reporting task runs before the
      images have been imported. (LP: #213984)
    - Fix internal server error on fast path installer. (LP: #1293676)
    - Fix uploading files using maas-cli. (LP: #1187826)
    - Fix SM15k Invalid Power Control and Fix enlisting machines with
      2.0 api. (LP: #1302818, LP: #1302819)

  [ Andres Rodriguez ]
  * debian/maas-cluster-controller.install: Install UEFI templates
  * debian/maas-cluster-controller.dirs: Create 'boot-resources' dir.

  [ Jason Hobbs ]
  * debian/extras/99-maas: Allow access to keyserver.ubuntu.com via
    squid-deb-proxy.

  [Jeroen Vermeulen]
  * debian/maas-cluster-controller.postinst:
    - Make the tgt config link point to the new boot-resources dir.
  * debian/maas-region-controller-min.dirs:
    - Don't create /var/lib/maas/tftp.
 -- Andres Rodriguez <email address hidden>   Thu, 03 Apr 2014 13:45:02 -0400

Upload details

Uploaded by:
Andres Rodriguez
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
maas_1.5+bzr2227.orig.tar.gz 2.9 MiB 2ad940e70d9e732e07493c3d88f2f4fa4c4641084fa56d41f12fbab2394d8715
maas_1.5+bzr2227-0ubuntu1.debian.tar.gz 30.0 KiB 69a8d2786a7141de59db208aae45851c3ac97a3c03c3ff3eaaa7509399e29091
maas_1.5+bzr2227-0ubuntu1.dsc 2.3 KiB 7abb1c040d84b761ac16652a1e04f8ec008e06c4f0420c2667c2643ff4cdcca5

View changes file

Binary packages built by this source

maas: MAAS server all-in-one metapackage

 MAAS is "Metal As A Service", a system for dynamic provisioning of physical
 servers that has many of the same characteristics as a cloud. You register
 servers with MAAS by telling MAAS about their IPMI or other control system.
 MAAS can then do hardware inventory, and provision that system on demand
 with whatever OS and software you like. MAAS is standalone software that
 works with any configuration system, but for best results combine MAAS with
 Juju.
 .
 MAAS provides:
  * Hardware inventory of servers
  * Dynamic provisioning based on name or attributes such as disk, RAM cores, sockets
  * DNS and DHCP as needed
  * PXE boot services
 .
 This package is a metapackage which installs all of the separate components
 of MAAS on a single machine.

maas-cli: MAAS command line API tool

 This package contains the MAAS client command line API tool.
 This tool enables automation of tasks in MAAS, remotely, through
 its API.

maas-cluster-controller: MAAS server cluster controller

 This package contains the MAAS cluster controller, which is responsible
 for enabling and controlling remote DHCP/TFTP instances on their own
 subnets.

maas-common: MAAS server common files

 This package contains the common files for any MAAS installation.

maas-dhcp: MAAS DHCP server

 This package installs and configures a DHCP server that can be used by
 MAAS, and enhances the overall MAAS user experience.

maas-dns: MAAS DNS server

 This package installs and configures a DNS server that can be used by
 MAAS, and enhances the overall MAAS user experience.

maas-region-controller: MAAS server complete region controller

 This package installs and configures the complete MAAS region controller,
 including the minimum setup, plus the database server and messaging queue.

maas-region-controller-min: MAAS Server minimum region controller

 This package installs and configures the minimum region controller
 services provided by MAAS, including the web UI, caching package proxy,
 networking/traffic control, and remote logging system.

python-django-maas: MAAS server Django web framework

 This package provides the Django web framework for MAAS.

python-maas-client: MAAS python API client

 This package contains the MAAS client API Python modules.

python-maas-provisioningserver: MAAS server provisioning libraries

 This package provides the MAAS provisioning server python libraries.