~alexsander-souza/maas:lp1807725_to_3_3

Last commit made on 2023-06-05
Get this branch:
git clone -b lp1807725_to_3_3 https://git.launchpad.net/~alexsander-souza/maas
Only Alexsander de Souza can upload to this branch. If you are Alexsander de Souza please log in for upload directions.

Branch merges

Branch information

Name:
lp1807725_to_3_3
Repository:
lp:~alexsander-souza/maas

Recent commits

53e2391... by Tiago Pasqualini da Silva

Fix incorrect hostname from interface name

    MAAS currently creates a DNS record for each interface in a host
    by simply using its interface name. Whenever an interface has the
    '_' character, the code uses it anyway, which is currently breaking
    bind as this character is not allowed on domain names.
    This patch fixes that by verifying it and replacing the incorrect
    character.

    LP: #1807725

(cherry picked from commit 83b123eb37b88dd0b9974bed9ee4352474ddd0a0)

5eea32b... by Alberto Donato

LP:1914762 install openvswitch package for network testing

backport of 1426c5b49

3e9972c... by Seyeong Kim

Adding Lan_Conf_Channel_1 to 3

BMC with multiple channel can't find ip
so added Lan_Conf_Channel_1 to 3 to support them

(cherry picked from commit 9597b3b7457ccf202724f4b6dd8a7470695a6c24)

2e0045f... by Alexsander de Souza

Sync submodules

62385c5... by Alexsander de Souza

Prepare for 3.3.3 release

dd57c1e... by Anton Troyanov

fix(ws): incorrect storage amount

Combining multiple aggregations with annotate() will yield the wrong results
because joins are used instead of subqueries.

See related Django bug: https://code.djangoproject.com/ticket/10060

Resolves LP:2003940

3103dd9... by Christian Grabowski

skip checking serial if a newer one exists
update interface+ip trigger to ignore controllers handled in other trigger
(cherry picked from commit ae7eced99c283210adde310e1d7324cf94ef1a77)

f9e9b8f... by Eline Maaike De Weerd

Update error msgs concerning setting of MAAS URL with correct command for snap
(cherry picked from commit e23e1477affc0aa067b5fa9f59baeeee1b857f65)

9197ee9... by Eline Maaike De Weerd

included subnet ids with vlan returns
(please check if it's doing the right thing, was unsure about bug description)
(cherry picked from commit 7e48dfa48c83eddfed5f24e29bdb365881dc1024)

a73a6e2... by Alberto Donato

Prepare for 3.3.2 release