# Basic information about ceph and its configuration
ceph = {
'releases': ['infernalis', 'jewel'],
- 'cluster_name': 'ceph'
+ 'cluster_name': 'ceph',
+ 'subnet': '192.168.1',
}
# remote nodes to test, with anything specific to them that might be useful for
nodes = {
'mon0': {
'username': 'vagrant',
- 'components': ['mon', 'mon_initial_members']
+ 'components': ['conf_tests']
+ },
+ 'mon1': {
+ 'username': 'vagrant',
+ 'components': ['conf_tests']
+ },
+ 'mon2': {
+ 'username': 'vagrant',
+ 'components': ['conf_tests']
},
'osd0': {
'username': 'vagrant',