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 our team. We will be in touch shortly.Close

  1. Blog
  2. Bill Wear

Bill Wear

Bill Wear

34 posts

MAAS Developer Advocate

Stormrider is a tech enthusiast whose passion for computer programming and the UNIX system led to a lifelong exploration of technology. Starting with early experiences in a college computer lab, Stormrider became captivated by the simplicity and power of UNIX, which eventually led to the discovery of org-mode. Embracing org-mode and its versatile capabilities, Stormrider found a perfect match for their organizational and productivity needs. With a love for abstraction and a desire to simplify complex tasks, org-mode became an integral part of their life and work, allowing them to thrive in various endeavors. Today, Stormrider continues to embrace the power of org-mode and shares their journey of leveraging technology and language to optimize efficiency and creativity.


Bill Wear
6 December 2021

Announcing MAAS 3.1: bare metal cloud gets easier

Cloud and server Article

We are happy to announce that MAAS 3.1 has been released. Bare metal provisioning just got even easier! MAAS 3.1 brings some of the most frequently-requested features into the product. A lot of this is serendipity — or maybe you could say that it’s about like minds tracking the same problem. Either way, we’re doing ...


Bill Wear
2 September 2021

Commissioning deployed machines: Request granted

Cloud and server Article

We want to make it possible to deploy MAAS in an existing datacenter, and have it keep track of machines that already have a deployed workload — without disturbing machine or workload. Currently, in order to get a machine into MAAS, with correct hardware information, you have to network boot the machine and let MAAS ...


Bill Wear
19 August 2021

About MAAS 3.0 and LXD

Cloud and server MAAS

With the release of MAAS 3.0, we moved LXD virtual machines out of Beta. Several articles in the MAAS documentation address LXD.  Since no document ties all these features together, though, it’s time for a topical blog about LXD. About LXD LXD, pronounced “lex-DEE,” is a container manager, as well as a virtual machine manager. ...


Bill Wear
8 July 2021

DHCP Server Conflict Detection

Cloud and server MAAS

This blog title should really be, “Why you always, always, always want conflict detection turned on on all the networks MAAS touches,” but that’s really long as a title. But hear me out. As promised, here is another DHCP blog, this time explaining how you can have multiple DHCP servers on the same subnet, serving ...


Bill Wear
8 July 2021

DHCP scope

Cloud and server MAAS

It’s possible to have more than one DHCP server on the same network and still have everything work right, with no conflicts and no dropped packets or IP requests. It’s really not that hard to pull together, either, but there are some things to know, and some things to consider before we investigate that situation. ...


Bill Wear
7 July 2021

Moving toward Diátaxis

Cloud and server Server

We discovered the Diátaxis Framework earlier this year. It’s been on our roadmap to shift MAAS doc to this cool new way of explaining things. This cycle, we plan to make it happen. You’d think it would be obvious…. Diátaxis is one of those ideas. Once you see it, you can’t figure out why everybody ...


Bill Wear
6 July 2021

MAAS 3.0 released

Cloud and server MAAS

We are happy to announce the release of MAAS 3.0. This release provides some new features and bug fixes. Here’s the tl;dr summary: PCI and USB devices are now modelled in MAAS PCI and USB device tabs are now available in machine details IBM Z DPM partitions are supported for MAAS and virtual machines Proxmox ...


Bill Wear
17 June 2021

Basic DHCP concepts

Ubuntu MAAS

Let’s step back and take a very basic look at DHCP. In fact, let’s look at the analogy of assigning a street address to your house. Usually, this is done by the local 911 dispatch office, or some other central authority. They typically use either a survey map or a latitude, longitude pair to locate ...


Bill Wear
6 January 2021

Improving CLI output with jq

Cloud and server MAAS

Welcome back to our series on MAAS CLI operations. In our previous post, we learned how to acquire and deploy machines using the MAAS CLI. It was also evident that the JSON output from the allocate and deploy commands was very lengthy for even one machine — so you can imagine how large a list ...


Bill Wear
10 December 2020

MAAS 2.9 is now available

Ubuntu MAAS

Canonical is happy to announce that MAAS 2.9 is now available. We’ll get to the details of installing it in just a moment, but first, let’s walk through a brief overview of the new features and fixes. Later on in this post, we’ll cover some of these features in much more detail. New features & ...


Bill Wear
8 December 2020

MAAS CLI-only machine deployment

Ubuntu MAAS

Continuing in our series on CLI-only MAAS operation, it’s time to deploy machines. In the previous post, we reached the point of creating and commissioning machines, using only the MAAS CLI. Moving forward, there are two key steps: acquiring machines, and then deploying them. Let’s take a look Acquiring a machine using the CLI When ...


Bill Wear
2 December 2020

MAAS CLI-only machine creation

Cloud and server MAAS

The whole point of MAAS configuration is to get machines deployed. If you read the previous post in this series, you know how to install MAAS and do basic configuration using only the MAAS Command-Line Interface (CLI).  So far, so good, but now we need to enable networking and create some machines. Enabling DHCP The ...