Actions
User story #12945
closedAllows to specify ram for a given machine in plateform declaration
Effort required:
Name check:
Fix check:
Regression:
Description
Sometimes, you want to be able to specify the quantity of ram for a specific box (to test something, or because the boxes uses more ram).
There is almost everything in rtf to allow it but the actual parameter passing.
With that path, you can do:
{ "default":{ "run-with": "vagrant", "rudder-version": "4.1", "system": "ubuntu16_04", "inventory-os": "ubuntu" }, "server": { "rudder-setup": "server" }, "agent1": { "rudder-setup": "agent", "system":"ubuntu18_04", "ram": 512 } }
Updated by François ARMAND over 6 years ago
- Status changed from New to In progress
Updated by François ARMAND over 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-tests/pull/127
Updated by François ARMAND over 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-tests|ff78794a2516b4137017ed5fc047972a45defba8.
Updated by Benoît PECCATTE over 6 years ago
- Status changed from Pending release to Released
Actions