]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/orchestrator: just keep a single count value in StatelessServiceSpec
authorJeff Layton <jlayton@redhat.com>
Tue, 26 Feb 2019 19:53:45 +0000 (14:53 -0500)
committerJeff Layton <jlayton@redhat.com>
Wed, 6 Mar 2019 12:14:46 +0000 (07:14 -0500)
commitc792c5a3532e00b64b476e54e6758e5f4910b841
treefd6ebc8f6600e606ddf605002545898a313df608
parent80784dd9dc36a87971ec4e7c26a5d6c66a6b1d65
mgr/orchestrator: just keep a single count value in StatelessServiceSpec

We currently have a min_size/max_size values in here, but we don't have
any orchestrators that can take advantage of two values. Let's just keep
a simple count for now, until we do.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
src/pybind/mgr/orchestrator.py
src/pybind/mgr/rook/rook_cluster.py