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 } }
Actions