DimmDeviceType causing issues during node allocation
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS RSD |
New
|
Medium
|
Priyank Durugkar | ||
Intel-rsd |
New
|
Undecided
|
Unassigned |
Bug Description
I can't allocate a node using the DimmDeviceType for the "Memory" section of node composition as I should. In the PODM user guide this field is nullable and I should be able to get this first node composition to work. As you can see the only difference between the first attempt (which fails) and the second (which succeeds) is "DimmDeviceType": null.
root@maas-dev:~# curl -s -k -u admin:admin -XPOST -H "Content-Type: application/json" -d '{"EthernetInte
{
"error" : {
"code" : "Base.1.
"message" : "Request payload is invalid or missing",
"@Message.
}
}root@maas-dev:~# curl -s -k -u admin:admin -X POST -H "Content-Type: application/json" -d '{"EthernetInte
root@maas-dev:~#
Changed in maasrsd: | |
assignee: | nobody → Priyank Durugkar (priyankd) |
Changed in maasrsd: | |
milestone: | none → beta |