~cgrabowski/maas:discovered_cluster_peers_receive_same_tags

Last commit made on 2021-10-12
Get this branch:
git clone -b discovered_cluster_peers_receive_same_tags https://git.launchpad.net/~cgrabowski/maas
Only Christian Grabowski can upload to this branch. If you are Christian Grabowski please log in for upload directions.

Branch merges

Branch information

Name:
discovered_cluster_peers_receive_same_tags
Repository:
lp:~cgrabowski/maas

Recent commits

c47f5fc... by Christian Grabowski

use correct TTY name

c23239e... by Christian Grabowski

test that discovered pods have 'pod-console-logging' tag

eb9ee9c... by Christian Grabowski

discovered peers also create pod-console-logging tag

2f84d43... by Alberto Donato

validate "storage-extra" metadata from commissioning

This fails commissioning and logs a node event if the layout doesn't pass validation.
It also logs the even in case of any exception while processing other commissioning data

3bce0bf... by Björn Tillenius

Prevent release-prepare from committing if the version didn't change.

The main reason for this is to prevent it being run by mistake and add
unneeded entries to debian/changelog.

2f215f3... by Bill Wear

Update maas-offline-docs to 2f4d15ee
update MAAS 3.1 release notes

9da2560... by Christian Grabowski

update handlers for rbac

permissions for list VMClusters

set cluster's pool and zone on discovery

add resource pool and availability zone columns to VMCluster

a6188fd... by Alberto Donato

custom layout: support special filesystems (tmpfs/ramfs)

ab2ddd1... by Alberto Donato

custom layout: support RAID

31b6d7b... by Alberto Donato

LP:1946265 fix DiscoverPod RPC call result processing

The RPC response always includes both "cluster" and "pod" keys (as they're
defined in the RPC schema) even though the rack only returns one.
This changes the processing to check if the result is not None.