maas 1.5.2+bzr2282-0ubuntu0.1 source package in Ubuntu

Changelog

maas (1.5.2+bzr2282-0ubuntu0.1) trusty-proposed; urgency=medium

  * New upstream release:
    - Remove workaround for fixed Django bug 1311433 (LP: #1311433)
    - Ensure that validation errors are returned when adding a node over
      the API and its cluster controller is not contactable. (LP: #1305061)
    - Hardware enablement support for PowerKVM (LP: #1325038)
    - Shorten the time taken for a cluster to initially connect to the region
      via RPC to around 2 seconds (LP: #1317682)
    - Faster DHCP leases parser (LP: #1305102)
    - Documentation fixed explaining how to enable an ephemeral backdoor
      (LP: #1321696)
    - Use probe-and-enlist-hardware to enlist all virtual machine inside
      a libvirt machine, allow password qemu+ssh connections.
      (LP: #1315155, LP: #1315157)
    - Rename ppc64el boot loader to PowerKVM (LP: #1315154)
    - Fix NodeForm's is_valid() method so that it uses Django's way of setting
      errors on forms instead of putting text in self.errors['architecture']
      (LP: #1301465)
    - Change BootMethods to return their own IReader per-request, update method
      names to reflect new usage. (LP: #1315154)
    - Return early and stop the DHCP server when the list of managed interfaces
      of the nodegroup is empty. (LP: #1324944)
    - Fix invalid attribute references in the VirshSSH class. Added more test
      for the VirshSSH class. (LP: #1324966)
  * debian/control:
    - Add missing dependency in maas-cluster-controller for python-pexpect
      (LP: #1322151)
 -- Greg Lutostanski <email address hidden>   Wed, 04 Jun 2014 14:31:41 -0500

Upload details

Uploaded by:
Greg Lutostanski
Sponsored by:
Scott Moser
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.2+bzr2282.orig.tar.gz 3.2 MiB be4589b3614ae09dfff577a4e7f29474cdf2cd4f835e24c7e87f0cf16b3d4f79
maas_1.5.2+bzr2282-0ubuntu0.1.debian.tar.xz 27.3 KiB bf96aae4ad6233b9f985c1ce5d641b4955eee2af170207f870aaa61d0c8def05
maas_1.5.2+bzr2282-0ubuntu0.1.dsc 2.4 KiB f86b4f2df152caa7d7c4083233a3289e159de7b200a29c7b5c4080a084684ab8

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.