Project

General

Profile

Actions

User story #12945

closed

Allows to specify ram for a given machine in plateform declaration

Added by François ARMAND almost 6 years ago. Updated almost 6 years ago.

Status:
Released
Priority:
N/A
Category:
Rudder tests
Target version:
UX impact:
Suggestion strength:
User visibility:
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

Also available in: Atom PDF