]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/ssh -> mgr/cephadm
authorSage Weil <sage@redhat.com>
Wed, 11 Dec 2019 21:35:02 +0000 (15:35 -0600)
committerSage Weil <sage@redhat.com>
Thu, 12 Dec 2019 01:14:24 +0000 (19:14 -0600)
commitcd1c05acbbe672dd21ac132f81fe63e466e2286f
tree1f71b5c423bcf92b15ed1305144660d362b83d02
parentf466b3a1494c35ebd061573615b763407c2a7673
mgr/ssh -> mgr/cephadm

Signed-off-by: Sage Weil <sage@redhat.com>
79 files changed:
.github/CODEOWNERS
ceph.spec.in
debian/ceph-mgr-cephadm.install [new file with mode: 0644]
debian/ceph-mgr-cephadm.postinst [new file with mode: 0644]
debian/ceph-mgr-cephadm.prerm [new file with mode: 0644]
debian/ceph-mgr-ssh.install [deleted file]
debian/ceph-mgr-ssh.postinst [deleted file]
debian/ceph-mgr-ssh.prerm [deleted file]
debian/cephadm.postinst
debian/control
doc/mgr/cephadm.rst [new file with mode: 0644]
doc/mgr/index.rst
doc/mgr/ssh.rst [deleted file]
qa/packages/packages.yaml
qa/suites/rados/cephadm/% [new file with mode: 0644]
qa/suites/rados/cephadm/.qa [new symlink]
qa/suites/rados/cephadm/fixed-2.yaml [new symlink]
qa/suites/rados/cephadm/mode/packaged.yaml [new file with mode: 0644]
qa/suites/rados/cephadm/mode/root.yaml [new file with mode: 0644]
qa/suites/rados/cephadm/msgr [new symlink]
qa/suites/rados/cephadm/start.yaml [new file with mode: 0644]
qa/suites/rados/cephadm/supported-random-distro$ [new symlink]
qa/suites/rados/cephadm/tasks/rados_api_tests.yaml [new symlink]
qa/suites/rados/cephadm/tasks/rados_python.yaml [new symlink]
qa/suites/rados/mgr/tasks/cephadm_orchestrator.yaml [new file with mode: 0644]
qa/suites/rados/mgr/tasks/ssh_orchestrator.yaml [deleted file]
qa/suites/rados/ssh/% [deleted file]
qa/suites/rados/ssh/.qa [deleted symlink]
qa/suites/rados/ssh/fixed-2.yaml [deleted symlink]
qa/suites/rados/ssh/mode/packaged.yaml [deleted file]
qa/suites/rados/ssh/mode/root.yaml [deleted file]
qa/suites/rados/ssh/msgr [deleted symlink]
qa/suites/rados/ssh/start.yaml [deleted file]
qa/suites/rados/ssh/supported-random-distro$ [deleted symlink]
qa/suites/rados/ssh/tasks/rados_api_tests.yaml [deleted symlink]
qa/suites/rados/ssh/tasks/rados_python.yaml [deleted symlink]
qa/suites/rados/thrash-old-clients/1-install/hammer.yaml
qa/suites/rados/thrash-old-clients/1-install/jewel-v1only.yaml
qa/suites/rados/thrash-old-clients/1-install/jewel.yaml
qa/suites/rados/thrash-old-clients/1-install/luminous-v1only.yaml
qa/suites/rados/thrash-old-clients/1-install/luminous.yaml
qa/suites/rados/thrash-old-clients/1-install/mimic-v1only.yaml
qa/suites/rados/thrash-old-clients/1-install/mimic.yaml
qa/suites/upgrade/mimic-x-singleton/1-install/mimic.yaml
qa/suites/upgrade/mimic-x/parallel/1-ceph-install/mimic.yaml
qa/suites/upgrade/mimic-x/stress-split/1-ceph-install/mimic.yaml
qa/suites/upgrade/nautilus-x-singleton/1-install/nautilus.yaml
qa/tasks/mgr/test_cephadm_orchestrator.py [new file with mode: 0644]
qa/tasks/mgr/test_ssh_orchestrator.py [deleted file]
src/cephadm/cephadm
src/common/options.cc
src/mon/MonCap.cc
src/pybind/mgr/cephadm/.gitignore [new file with mode: 0644]
src/pybind/mgr/cephadm/HACKING.rst [new file with mode: 0644]
src/pybind/mgr/cephadm/Vagrantfile [new file with mode: 0644]
src/pybind/mgr/cephadm/__init__.py [new file with mode: 0644]
src/pybind/mgr/cephadm/ceph.repo [new file with mode: 0644]
src/pybind/mgr/cephadm/module.py [new file with mode: 0644]
src/pybind/mgr/cephadm/remotes.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/__init__.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/fixtures.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/test_cephadm.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/test_completion.py [new file with mode: 0644]
src/pybind/mgr/orchestrator_cli/module.py
src/pybind/mgr/ssh/.gitignore [deleted file]
src/pybind/mgr/ssh/HACKING.rst [deleted file]
src/pybind/mgr/ssh/Vagrantfile [deleted file]
src/pybind/mgr/ssh/__init__.py [deleted file]
src/pybind/mgr/ssh/ceph.repo [deleted file]
src/pybind/mgr/ssh/module.py [deleted file]
src/pybind/mgr/ssh/remotes.py [deleted file]
src/pybind/mgr/ssh/tests/__init__.py [deleted file]
src/pybind/mgr/ssh/tests/fixtures.py [deleted file]
src/pybind/mgr/ssh/tests/test_completion.py [deleted file]
src/pybind/mgr/ssh/tests/test_ssh.py [deleted file]
src/pybind/mgr/tox.ini
src/python-common/ceph/deployment/cephadm_orchestrator.py [new file with mode: 0644]
src/python-common/ceph/deployment/ssh_orchestrator.py [deleted file]
src/vstart.sh