summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/orchestrator.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* mgr/orchestrator_cli: rename to mgr/orchestratorSebastian Wagner2020-02-171-1736/+0
* mgr/orchestrator: "addr" is optional for constructing InventoryNodeKefu Chai2020-02-151-1/+1
* mgr/orch: add prom hooksSage Weil2020-02-131-0/+10
* mgr/orch: break out apply_$type() in orchestrator.py interfaceSage Weil2020-02-131-15/+36
* mgr/orch: add --force arg to 'daemon rm'Sage Weil2020-02-131-2/+2
* mgr/orch: add mon hookSage Weil2020-02-131-0/+5
* mgr/orch: add 'daemon add mgr'Sage Weil2020-02-131-0/+5
* mgr/orch: move to service_apply; remove update_foo()Sage Weil2020-02-131-52/+9
* mgr/orch: remove old remove_{osds,rgw,mds,nfs,...} methodsSage Weil2020-02-131-31/+0
* Merge pull request #33236 from sebastian-philipp/python-common-py.typedSebastian Wagner2020-02-131-1/+1
|\
| * python-common: add py.typed (PEP 561)Sebastian Wagner2020-02-121-1/+1
* | mgr/orch: add 'orch service rm'Sage Weil2020-02-121-0/+9
* | mgr/orch,cephadm: orch daemon rm ...Sage Weil2020-02-121-0/+9
* | mgr/orch: service ls -> ps, add DaemonDescriptionSage Weil2020-02-121-0/+90
* | mgr/orch: split out daemon_action from service_actionSage Weil2020-02-121-13/+16
* | Merge PR #33205 into masterSage Weil2020-02-121-4/+4
|\ \
| * | mgr/orchestrator: minor change to improve type checkingSebastian Wagner2020-02-111-4/+4
| |/
* | Merge pull request #32879 from shyukri/wip-42769-orch-log-handling-enchSebastian Wagner2020-02-121-0/+2
|\ \ | |/ |/|
| * mgr/orch: logging - handle lists outputShyukri Shyukriev2020-01-261-0/+2
* | Merge PR #33175 into masterSage Weil2020-02-111-36/+24
|\ \
| * | mgr/orchestrator: unify StatelessServiceSpec and StatefulServiceSpecSebastian Wagner2020-02-101-36/+24
* | | Merge PR #33179 into masterSage Weil2020-02-111-2/+25
|\ \ \
| * | | mgr/orchestrator: Use `pickle` to pass exceptions across sub-interpretersSebastian Wagner2020-02-101-2/+25
| |/ /
* / / mgr/orch: 'ceph orchestrator ...' -> 'ceph orch ...'Sage Weil2020-02-091-1/+1
|/ /
* | mgr/orch,cephadm: add 'host set-addr'Sage Weil2020-02-071-0/+10
* | mgr/orch: include addr (and labels) in 'host ls'Sage Weil2020-02-071-3/+6
* | mgr/orch: pass HostSpec to add_hostSage Weil2020-02-071-2/+8
* | mgr/orch: HostSpec -> HostPlacementSpecSage Weil2020-02-071-6/+7
* | mgr/orchestrator: use deepcopy for copying exceptionsKefu Chai2020-02-061-19/+2
* | mgr/dashboard: pass a list of drive_group to create_osdsKefu Chai2020-01-311-2/+2
* | mgr/orchestrator: Add doc about how to use OrchestratorClientMixinSebastian Wagner2020-01-281-0/+10
|/
* mgr/orchestrator: include age of 'service ls' metadataSage Weil2020-01-241-0/+3
* mgr/orchestrator_cli: upgrade {start,pause,resume,stop}Sage Weil2020-01-171-11/+15
* Merge pull request #32372 from sebastian-philipp/cephadm-progressSebastian Wagner2020-01-161-3/+4
|\
| * mgr/cephadm: Add progress capability to completionsSebastian Wagner2020-01-071-3/+4
* | mgr/orchestrator: raise_if_exception: Add exception type to messageSebastian Wagner2020-01-101-1/+1
|/
* Merge pull request #32270 from sebastian-philipp/orchestrator-completion-alre...Kefu Chai2019-12-241-0/+3
|\
| * mgr/orchestrator: Raise more expressive Error, if completion already finishedSebastian Wagner2019-12-161-0/+3
* | mgr/cephadm: add 'reconfig' service actionSage Weil2019-12-221-1/+1
* | mgr/orchestrator: drop 'reload' service[-instance] actionSage Weil2019-12-221-1/+1
* | Merge PR #32261 into masterSage Weil2019-12-221-1/+1
|\ \
| * | mgr/orchestrator: use full device path for blinking lights (if available)Sage Weil2019-12-201-1/+1
| |/
* | mgr/orchestrator: Rename PlacementSpec.nodes -> PlacementSpec.hostsSebastian Wagner2019-12-171-15/+22
* | mgr/orchestrator: Add __str__ to HostSpecSebastian Wagner2019-12-131-1/+9
|/
* pybind/mgr: add_tox_test: Add mypy to TOX_ENVSSebastian Wagner2019-12-131-2/+2
* Allow List[HostSpec] in PlacementSpecJoshua Schmid2019-12-121-22/+22
* orch: extend PlacementSpec and add StatefulServiceSpecJoshua Schmid2019-12-121-6/+36
* Merge PR #32127 into masterSage Weil2019-12-101-2/+3
|\
| * mgr/rook: Added Mypy static type checkingSebastian Wagner2019-12-091-2/+3
* | Merge PR #31827 into masterSage Weil2019-12-101-0/+4
|\ \ | |/ |/|