mirror of https://github.com/ceph/ceph-ansible.git
7d3d51d6da
The ceph_key module currently only supports the json output for the info state. When using this state on an entity then we something want the output as: - plain for copying it to another node. - json in order to get only a subset information of the entity (like the key or caps). This patch adds the output_format parameter which uses json as a default value for backward compatibility. It removes the internal and hardcoded variable also called output_format. In addition of json and plain outputs, there's also xml and yaml values available. Signed-off-by: Dimitri Savineau <dsavinea@redhat.com> |
||
---|---|---|
.. | ||
functional | ||
inventories | ||
library | ||
plugins/filter | ||
scripts | ||
README.md | ||
README.rst | ||
conftest.py | ||
pytest.ini | ||
requirements.txt |
README.md
Functional tests
These playbooks aim to individually validate each Ceph component. Some of them require packages to be installed. Ideally you will run these tests from a client machine or from the Ansible server.