Activity log for bug #1988229

Date Who What changed Old value New value Message
2022-08-30 22:25:10 Patrick Hampson bug added bug
2022-08-31 07:04:27 Alberto Donato description Behavior is exactly as defined in #1809939 If a DHCP subnet is relayed maas validation does not allow a DHCP snippet to be created "Unable to validate DHCP config, no available rack controller connected." This was tested on multiple versions of maas: v3.0.0, v3.2.4 Behavior is exactly as defined in LP:1809939 If a DHCP subnet is relayed maas validation does not allow a DHCP snippet to be created "Unable to validate DHCP config, no available rack controller connected." This was tested on multiple versions of maas: v3.0.0, v3.2.4
2022-08-31 07:12:28 Alberto Donato maas: status New Incomplete
2022-09-01 03:59:12 Patrick Hampson description Behavior is exactly as defined in LP:1809939 If a DHCP subnet is relayed maas validation does not allow a DHCP snippet to be created "Unable to validate DHCP config, no available rack controller connected." This was tested on multiple versions of maas: v3.0.0, v3.2.4 Behavior is similar to LP:1809939 If a DHCP subnet is relayed maas validation does not allow a node DHCP snippet to be created "Unable to validate DHCP config, no available rack controller connected." Contrary to original bug report, creating a DHCP snippet for the subnet works: root@mtlctrl1pit1:/home/phampson# maas admin dhcpsnippets create name=cli_snippet_test value="authoritative;" description="" subnet="R402_A_V4" Success. Machine-readable output follows: { "name": "cli_snippet_test", "description": "", "enabled": true, "node": null, "subnet": { "name": "R402_A_V4", "description": "", "vlan": { "vid": 0, "mtu": 1500, "dhcp_on": false, "external_dhcp": null, "relay_vlan": { "vid": 0, "mtu": 1500, "dhcp_on": true, "external_dhcp": null, "relay_vlan": null, "secondary_rack": null, "fabric_id": 0, "space": "undefined", "id": 5001, "name": "untagged", "fabric": "r211pit1", "primary_rack": "kqhmgc", "resource_uri": "/MAAS/api/2.0/vlans/5001/" }, "secondary_rack": null, "fabric_id": 65, "space": "undefined", "id": 5067, "name": "untagged", "fabric": "R402_A", "primary_rack": null, "resource_uri": "/MAAS/api/2.0/vlans/5067/" }, "cidr": "141.98.219.128/27", "rdns_mode": 2, "gateway_ip": "141.98.219.129", "dns_servers": [ "1.1.1.1", "8.8.8.8" ], "allow_dns": false, "allow_proxy": false, "active_discovery": false, "managed": true, "disabled_boot_architectures": [], "id": 55, "space": "undefined", "resource_uri": "/MAAS/api/2.0/subnets/55/" }, "value": "authoritative;", "global_snippet": false, "id": 1, "history": [ { "id": 40, "value": "authoritative;", "created": "Thu, 01 Sep 2022 03:53:08 -0000" } ], "resource_uri": "/MAAS/api/2.0/dhcp-snippets/1/" } Creating a DHCP snippet for a machine fails root@mtlctrl1pit1:/home/phampson# maas admin dhcpsnippets create name=cli_snippet_test value="authoritative;" description="" node="mtl2915" Unable to validate DHCP config, no available rack controller connected. This was tested on multiple versions of maas: v3.0.0, v3.2.4
2022-09-01 04:02:15 Patrick Hampson attachment added lp1988229_subnets.txt https://bugs.launchpad.net/maas/+bug/1988229/+attachment/5612812/+files/lp1988229_subnets.txt
2022-09-01 06:40:07 Alberto Donato maas: status Incomplete New
2022-09-01 06:40:11 Alberto Donato maas: status New Incomplete
2022-09-02 16:10:46 Patrick Hampson attachment added lp1988229_machine.txt https://bugs.launchpad.net/maas/+bug/1988229/+attachment/5613326/+files/lp1988229_machine.txt
2022-09-09 14:59:50 Björn Tillenius maas: status Incomplete Triaged
2022-09-09 14:59:52 Björn Tillenius maas: importance Undecided High
2022-09-09 14:59:58 Björn Tillenius maas: milestone 3.3.0
2022-09-09 15:00:05 Björn Tillenius maas: assignee Björn Tillenius (bjornt)
2022-10-26 08:31:39 Björn Tillenius maas: status Triaged In Progress
2022-10-28 10:52:57 Björn Tillenius merge proposal linked https://code.launchpad.net/~bjornt/maas/+git/maas/+merge/432311
2022-11-15 08:47:22 MAAS Lander maas: status In Progress Fix Committed
2022-11-18 00:36:04 Alexsander de Souza maas: milestone 3.3.0 3.3.0-beta3
2022-11-28 03:06:39 Alexsander de Souza maas: status Fix Committed Fix Released