]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: add 'orch upgrade ls' to list available versions
authorSage Weil <sage@newdream.net>
Tue, 12 Oct 2021 19:22:14 +0000 (15:22 -0400)
committerSage Weil <sage@newdream.net>
Wed, 13 Oct 2021 16:57:35 +0000 (12:57 -0400)
commit7f750fe31aa62f0055e43e86d4461d48baaaa7d3
tree29b24db770fe762c6c76a538991bccd4e9921e07
parent100a466e3ff36fed15b0a3a25b18b2cd5bf1a19a
mgr/cephadm: add 'orch upgrade ls' to list available versions

Optionally pass image name to query an alternative image/registry, or
--tags to list tags instead of ceph versions.

Signed-off-by: Sage Weil <sage@newdream.net>
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/registry.py [new file with mode: 0644]
src/pybind/mgr/cephadm/upgrade.py
src/pybind/mgr/orchestrator/_interface.py
src/pybind/mgr/orchestrator/module.py