]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/cephadm/vagrant.config.example.json
import ceph quincy 17.2.4
[ceph.git] / ceph / src / pybind / mgr / cephadm / vagrant.config.example.json
1 /**
2 * To use a permenant config copy this file to "vagrant.config.json",
3 * edit it and remove this comment beacuase comments are not allowed
4 * in a valid JSON file.
5 */
6
7 {
8 "mgrs": 1,
9 "mons": 1,
10 "osds": 1,
11 "disks": 2
12 }
13