blob: 5b18909245ad9e919e48ceb8fb9ca3c20874fb06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/**
* To use a permenant config copy this file to "vagrant.config.json",
* edit it and remove this comment beacuase comments are not allowed
* in a valid JSON file.
*/
{
"mgrs": 1,
"mons": 1,
"osds": 1,
"disks": 2
}
|