mirror of https://github.com/ceph/ceph-ansible.git
tests: update ceph_release_num in conftest.py
add nautilus and octopus releases. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/3822/head
parent
fd4b0ec7eb
commit
609c538848
|
@ -105,6 +105,8 @@ def node(host, request):
|
||||||
'kraken': 11,
|
'kraken': 11,
|
||||||
'luminous': 12,
|
'luminous': 12,
|
||||||
'mimic': 13,
|
'mimic': 13,
|
||||||
|
'nautilus': 14,
|
||||||
|
'octopus': 15,
|
||||||
'dev': 99
|
'dev': 99
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue