]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
pybind/orch: add refresh option to inventory query 26346/head
authorNoah Watkins <noahwatkins@gmail.com>
Fri, 8 Feb 2019 23:25:55 +0000 (15:25 -0800)
committerNoah Watkins <noahwatkins@gmail.com>
Mon, 11 Feb 2019 23:27:21 +0000 (15:27 -0800)
commit96c8a48010b7eecb9b8b5ef7728cfebeb333eb3c
tree329f0bdb7d66a11dc9ec764baa980e3ae773a418
parentd431821fb4bd15f2e3590cc368c893db0bbb9213
pybind/orch: add refresh option to inventory query

allow a user of the orchestrator interface to express that the inventory
query should not read from any cached inventory state.

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
qa/tasks/mgr/test_orchestrator_cli.py
src/pybind/mgr/ansible/module.py
src/pybind/mgr/deepsea/module.py
src/pybind/mgr/orchestrator.py
src/pybind/mgr/orchestrator_cli/module.py
src/pybind/mgr/rook/module.py
src/pybind/mgr/test_orchestrator/module.py