summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/fixtures/host_list_response.json
blob: 83881979039f995a250d9f70c661070c5ddd58e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
  {
    "hostname": "ceph-master",
    "services": [
      { "type": "mds", "id": "a" },
      { "type": "mds", "id": "b" },
      { "type": "mds", "id": "c" },
      { "type": "mgr", "id": "x" },
      { "type": "mon", "id": "a" },
      { "type": "mon", "id": "b" },
      { "type": "mon", "id": "c" },
      { "type": "osd", "id": "0" },
      { "type": "osd", "id": "1" },
      { "type": "osd", "id": "2" }
    ],
    "ceph_version": "ceph version Development (no_version) pacific (dev)",
    "addr": "",
    "labels": [],
    "service_type": "",
    "sources": { "ceph": true, "orchestrator": false },
    "status": ""
  },
  {
    "ceph_version": "",
    "services": [],
    "sources": { "ceph": false, "orchestrator": true },
    "hostname": "mgr0",
    "addr": "mgr0",
    "labels": [],
    "status": ""
  }
]