mirror of https://github.com/ceph/ceph-ansible.git
create a scenario config file for mon initial members
Signed-off-by: Alfredo Deza <adeza@redhat.com> Resolves: pytest#harnesspull/1058/head
parent
cdac170cbf
commit
f828b3d3fc
|
@ -0,0 +1,15 @@
|
||||||
|
# Basic information about ceph and its configuration
|
||||||
|
ceph = {
|
||||||
|
'releases': ['infernalis', 'jewel'],
|
||||||
|
'cluster_name': 'ceph'
|
||||||
|
}
|
||||||
|
|
||||||
|
# remote nodes to test, with anything specific to them that might be useful for
|
||||||
|
# tests to get. Each one of these can get requested as a py.test fixture to
|
||||||
|
# validate information.
|
||||||
|
nodes = {
|
||||||
|
'mon0': {
|
||||||
|
'username': 'vagrant',
|
||||||
|
'components': ['mon', 'mon_initial_members']
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue