]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ssh/orch: add ssh orchestrator
authorNoah Watkins <noahwatkins@gmail.com>
Tue, 19 Feb 2019 19:28:50 +0000 (11:28 -0800)
committerNoah Watkins <noahwatkins@gmail.com>
Wed, 20 Feb 2019 17:45:48 +0000 (09:45 -0800)
commitcdeb604b10bbac24aa13fc6ada2bccdab1049e81
treec5481c333fc65581ebd3601644642b769ebaaf36
parentbe00ec35135997929c4e2460f82bfe396ac5031c
ssh/orch: add ssh orchestrator

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
doc/mgr/index.rst
doc/mgr/orchestrator_cli.rst
doc/mgr/ssh.rst [new file with mode: 0644]
src/pybind/mgr/ssh/.gitignore [new file with mode: 0644]
src/pybind/mgr/ssh/README.md [new file with mode: 0644]
src/pybind/mgr/ssh/Vagrantfile [new file with mode: 0644]
src/pybind/mgr/ssh/__init__.py [new file with mode: 0644]
src/pybind/mgr/ssh/ceph.repo [new file with mode: 0644]
src/pybind/mgr/ssh/module.py [new file with mode: 0644]
src/pybind/mgr/ssh/remotes.py [new file with mode: 0644]