/ceph-testinfra

A collection of testinfra tests used to verify that ceph clusters have been deployed correctly.

Primary LanguagePython

ceph-testinfra

A collection of tests that are used to verify ceph cluster are running as expected. This uses the testinfra project as the basis for the tests. Originally these tests were ported from the ceph-volume and ceph-ansible projects.

This project assumes you'll use the ansible backend of testinfra and that ansible config will give provided for the following.

public_interface: eno1
cluster_interface: eno1
public_network: 10.8.129.0/24
num_osds: 1
is_containerized: False