Skip to main content

Your submission was sent successfully! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates from Canonical and upcoming events where you can meet our team.Close

Thank you for contacting us. A member of our team will be in touch shortly. Close

An error occurred while submitting your form. Please try again or file a bug report. Close

  1. Blog
  2. Article

Canonical
on 5 September 2017

MAAS Development Update – Aug 21st – Sept 1st


Hello MAASters! This is the development summary for the past couple of weeks:

MAAS 2.3 (current development release)

Hardware Testing Phase 2

  • Added parameters form for script parameters validation.
  • Accept and validate results from nodes.
  • Added hardware testing 7zip CPU benchmarking builtin script.
  • WIP – ability to send parameters to test scripts and process results of individual components. (e.g. will provide the ability for users to select which disk they want to test, and capture results accordingly)
  • WIP – disk benchmark test via Fio.

Network beaconing & better network discovery

  • MAAS controllers now send out beacon advertisements every 30 seconds, regardless of whether or not any solicitations were received.

Switch Support

  • Backend changes to automatically detect switches (during commissioning) and make use of the new switch model.
  • Introduce base infrastructure for NOS drivers, similar to the power management one.
  • Install the Rack Controller when deploying a supported Switch (Wedge 40, Wedge 100)
  • UI – Add a switch listing tab behind a feature flag.

Minor UI improvements

  • The version of MAAS installed on each controller is now reported on the controller details page.

python-libmaas

  • Added ability to power on, power off, and query the power state of a machine.
  • Added PowerState enum to make it easy to check the current power state of a machine.
  • Added ability to reference the children and parent interfaces of an interface.
  • Added ability to reference the owner of node.
  • Added base level `Node` object that `Machine`, `Device`, `RackController`, and `RegionController` extend from.
  • Added `as_machine`, `as_device`, `as_rack_controller`, and `as_region_controller` to the Node object. Allowing the ability to convert a `Node` into the type you need to perform an action on.

Bug fixes:

  • LP: #1676992 – force Postgresql restart on maas-region-controller installation.
  • LP: #1708512 – Fix DNS & Description misalignment
  • LP: #1711714 – Add cloud-init reporting for deployed Ubuntu Core systems
  • LP: #1684094 – Make context menu language consistent for IP ranges.
  • LP: #1686246 – Fix docstring for set-storage-layout operation
  • LP: #1681801 – Device discovery – Tooltip misspelled
  • LP: #1688066 – Add Spice graphical console to pod created VM’s
  • LP: #1711700 – Improve DNS reloading so its happens only when required.
  • LP: #1712423, #1712450, #1712422 – Properly handle a ScriptForm being sent an empty file.
  • LP: #1621175 – Generate password for BMC’s with non-spec compliant password policy
  • LP: #1711414 – Fix deleting a rack when it is installed via the snap
  • LP: #1702703 – Can’t run region controller without a rack controller installed.

This article originally appeared at Andres Rodriguez's blog

Related posts


Gabriel Aguiar Noury
3 July 2025

JetPack 4 EOL – how to keep your userspace secure during migration

Ubuntu Article

NVIDIA JetPack 4 reached its end-of-life (EOL) in November 2024, marking the end of security updates for this widely deployed stack. JetPack 4 has driven innovation in countless devices powered by NVIDIA Jetson, serving as the foundation of edge AI production deployments across multiple sectors. But now, the absence of security maintenanc ...


Massimiliano Gori
2 July 2025

Source to production: Spring Boot containers made easy

Cloud and server Article

This blog is contributed by Pushkar Kulkarni, a Software Engineer at Canonical. Building on the rise in popularity of Spring Boot and the 12 factor paradigm, our Java offering also includes a way to package Spring workloads in production grade, minimal, well organized containers with a single command. This way, any developer can generate ...


Massimiliano Gori
2 July 2025

Spring support available on Ubuntu

Cloud and server Article

This blog is contributed by Vladimir Petko, a Software Engineer at Canonical. The release of Plucky Puffin earlier this year introduced the availability of the devpack for Spring, a new snap that streamlines the setup of developer environments for Spring on Ubuntu. In this blog, we’ll explain what devpacks are and provide an overview of ...