Actions
Enhancement #24091
closedAdd manufacturer field in create node API
Effort required:
Name check:
To do
Fix check:
Checked
Regression:
No
Description
We want to add a manufacturer field in create node api. To do that, we want to make the format for machine that we have for node details be available for creation:
... "machine": { "id": "400c9f3f-0f6a-4e87-8db0-250a8440bd11", "type": "Virtual", "provider": "qemu", "manufacturer": "QEMU" }, ...
The semantic would be:
- if both machine
and machineType
are present, prefer machine
which would become the default at some point
- provider
and manufacturer
are optionnal
- type
take "physical" or "virtual"
Files
Updated by François ARMAND 10 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/5358
Updated by Anonymous 10 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|8921dc9a6412af5e364fcdbbc1fc818ae1995d56.
Updated by François ARMAND 10 months ago
- File clipboard-202401301457-bn4kv.png clipboard-202401301457-bn4kv.png added
- Fix check changed from To do to Error - Blocking
The manufacturer is correctly understood by the API, but then the machine is not correctly create and saved in base
Updated by François ARMAND 10 months ago
- Fix check changed from Error - Blocking to Checked
Updated by Vincent MEMBRÉ 10 months ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.3.11 which was released today.
Updated by François ARMAND 10 months ago
- Related to Bug #24141: Bad description for serialNumber attribute of machine added
Actions