~bjornt/maas:bug-1990383-link-subnet-new

Last commit made on 2022-11-15
Get this branch:
git clone -b bug-1990383-link-subnet-new https://git.launchpad.net/~bjornt/maas
Only Björn Tillenius can upload to this branch. If you are Björn Tillenius please log in for upload directions.

Branch merges

Branch information

Name:
bug-1990383-link-subnet-new
Repository:
lp:~bjornt/maas

Recent commits

dab3a42... by Björn Tillenius

LP #1990383: Link subnet on new machine

Fixed the API so that it allows editing interfaces the same way the UI allows.

994edef... by Björn Tillenius

LP #1988229: dhcp snippet create fails when dhcp subnet is relayed regression

Extract logic to make it easier to test, and make use of get_dhcp_vlan, which
knows about dhcp relaying.

b4cf6ec... by Alberto Donato

better deps between dev-snap makefile targets

aa74451... by Alberto Donato

print MAAS commandine to configure the controller with the created approle details

65d8e30... by Igor Brovtsin

Fail when Vault is enabled cluster-wide but not configured

1daf7e9... by Igor Brovtsin

Clear vault client caches on region startup

Since we don't restart regiond process now, vault client instance
caches should be cleared to re-read the region configuration and
use Vault if it was configured while regiond was running. Otherwise,
vault client (or lack thereof) will persist between eventloop restarts
causing undesired side-effects.

7e12249... by Igor Brovtsin

Removed duplicated flag update in start_up process

f2ef645... by Alberto Donato

use dash instead of underscore in database creds path in Vault

6a31c6a... by Alberto Donato

LP:1993152 keep current tags in PodForm when not specified in posted data

f0982e9... by Igor Brovtsin

feat(vault): vault migration restart service