summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/test_orchestrator/README.md
blob: 0bc9455b2af3ce00ab49ae3555835ebf1b6275d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Activate module
You can activate the Ceph Manager module by running:
```
$ ceph mgr module enable test_orchestrator
$ ceph orch set backend test_orchestrator
```

# Check status
```
ceph orch status
```

# Import dummy data
```
$ ceph test_orchestrator load_data -i ./dummy_data.json
```