UbuntuUpdates.org

Package "maas"

Name: maas

Description:

MAAS server all-in-one metapackage

Latest version: 1.5+bzr2252-0ubuntu1
Release: trusty (14.04)
Level: base
Repository: main
Homepage: https://launchpad.net/maas

Links


Download "maas"


Other versions of "maas" in Trusty

Repository Area Version
security main 1.5.4+bzr2294-0ubuntu1.2
updates main 1.9.5+bzr4599-0ubuntu1~14.04.3

Packages in group

Deleted packages are displayed in grey.


Changelog

Version: 1.5+bzr2252-0ubuntu1 2014-04-15 19:06:44 UTC

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

  * New upstream release
    - Add support to install Third Party Drivers. In order for this to be
      used the user will have to go to the Settings page to enable the
      installation of these drivers. (LP: #1305839)
    - Use release images instead of daily. (LP: #1306701)
    - Quote interface name in dhcpd.template, otherwise DHCP server fails
      to start. (LP: #1306335)
    - Fix IntegrityError, when multiple processes are trying to register
      the same component. (LP: #1307415)
    - Add missing armhf commissioning template (LP: #1307780)
  * debian/maas-region-controller-min.install: Install drivers.yaml.
  * debian/maas-region-controller.postinst: No longer show the
    installation note by default. (LP: #1284652)
 -- Andres Rodriguez <email address hidden> Wed, 09 Apr 2014 19:02:00 -0400

Source diff to previous version
1305839 FFe: Support for Third Party Driver Installation
1306701 bootresources.yaml references daily builds for trusty
1306335 maas-dhcp needs to quote interface name in /etc/maas/dhcpd.conf
1307415 IntegrityError: duplicate key value violates unique constraint \
1307780 no armhf commissioning template
1284652 maas/installation-note could (should?) be echoed to the CLI, not a debconf note

Version: 1.5+bzr2236-0ubuntu1 2014-04-10 12:07:06 UTC

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

  * New upstream bugfix release.
    - Fix simplestreams path to use the new data source path. (LP: #1305118)
    - Fix commissioning_distro_series validation failure. (LP: #1304408)
    - Fix DB migration 0072_remove_ipmi_autodetec. (LP: #1302156)
    - Update documentation.
  * debian/maas-region-controller-min.maas-region-celery.upstart,
    debian/maas-region-controller-min.maas-txlongpoll.upstart: Fix ISO
    install by making sure rabbitmq user is really created if it does not
    exist (LP: #1298559)
 -- Andres Rodriguez <email address hidden> Wed, 09 Apr 2014 18:36:55 -0400

Source diff to previous version
1305118 Default simplestreams path still uses old \u2018v1\u2019 data source
1304408 Changing the config item 'commissioning_distro_series' fails with an incomprehensible validation error
1302156 maas upgrade 0072_remove_ipmi_autodetect fails
1298559 Internal Server Error after installing MAAS from Trusty daily ISO

Version: 1.5+bzr2230-0ubuntu1 2014-04-08 20:07:21 UTC

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

  * New upstream bugfix release:
    - Fix Cluster Controller to handle deprecated config items gracefull.
      Otherwise it fails on upgrades. (LP: #1302772)
    - Fix documentation generation and referencing. (LP: #1302956)
    - Ensure we PXE boot when we turn on SM15K systems. (LP: #1303915)
 -- Andres Rodriguez <email address hidden> Mon, 07 Apr 2014 10:26:51 -0400

Source diff to previous version
1302772 update of maas-cluster-controller on trusty dumps traceback and crashes
1302956 maas.ubuntu.com only shows the documentation for the most recent MAAS version
1303915 Powering SM15k RESTAPI v2.0 doesn't force PXE boot

Version: 1.5+bzr2227-0ubuntu1 2014-04-07 16:07:00 UTC

  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

Source diff to previous version
1298788 Internal Server Error when adding invalid SSH keys
1299374 Broadcast address is required on cluster form
1299114 'ValidationError' object has no attribute 'error_dict' when creating a network
1300285 generated dhcpd.conf not using else for pxelinux.0
1300363 django.db.utils.IntegrityError: duplicate key value violates unique constraint \
1300587 Cloud-archive selection widget is obsolete
1301242 The cluster listing page isn't paginated
213984 HP PhotoSmart Pro B9100 Color Calibration does not work
1293676 internal server error when marking nodes as using fast-path installer
1187826 Cannot upload files with maas-cli
1302818 SM15K Invalid power control
1302819 MAAS cannot enlist machines from SM15k

Version: 1.5+bzr2204-0ubuntu1 2014-04-02 21:06:42 UTC

  maas (1.5+bzr2204-0ubuntu1) trusty; urgency=low

  * New upstream release (LP: #1281881)

  [ Andres Rodriguez ]
  * debian/maas-region-controller-min.templates: Set installation note to false
    by default.
  * Check rabbitmqctl is present before running commands:
    - debian/maas-region-controller-min.maas-region-celery.upstart.
    - debian/maas-region-controller-min.maas-txlongpoll.upstart.
  * make sure maas_longpoll rabbitmq user is created/with correct password on
    a package reconfigure.
  * debian/maas-dns.postinst: Fix upgrade setup of named.conf.options.
  * debian/maas-cluster-controller.install: Install UEFI templates (LP: #1299143)

  [ Julian Edwards ]
  * debian/extas/maas: Echo warning to stderr so json stdout is not polluted
  * debian/maas-cluster-controller.postinst: Run upgrade-cluster on each
    upgrade
  * debian/maas-dns.postinst: Call edit_named_options to add a line in
    /etc/bind/named.conf.options that includes the
    /etc/named/maas/named.conf.options.inside.maas file.
  * debian/control:
    - maas-dns depends on python-iscpy
    - maas-cluster-controller depends on python-seamicroclient
  * debian/maas-cluster-controller.install: Install bootresources.yaml

  [ Dustin Kirkland ]
  * debian/control: LP: #1297097
    - clean up package descriptions, modernize, and more clearly/simply
      explain what each package does
    - drop "Ubuntu" in front of MAAS, clean up command line/API description
 -- Andres Rodriguez <email address hidden> Fri, 28 Mar 2014 10:43:53 -0400

1281881 [FFe] FFe for 14.04 features
1299143 maas package installation fails to place /etc/maas/templates/uefi
1297097 maas package descriptions could use some modernization and improvement



About   -   Send Feedback to @ubuntu_updates