]> 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)
committerSebastian Wagner <sewagner@redhat.com>
Tue, 2 Nov 2021 09:01:22 +0000 (10:01 +0100)
commit91f19620546b4e236a71ed50e1abcdbdc480ade7
treee42d34c5aaa115e8e01096843ffb14df211ebdf2
parentd3569471f8d25fa6449702cd442766572ec22779
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>
(cherry picked from commit 7f750fe31aa62f0055e43e86d4461d48baaaa7d3)
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