mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
added upgrade task for mixed mon test
Signed-off-by: tamil <tamil@tamil-VirtualBox.(none)>
This commit is contained in:
parent
e18a6b8112
commit
3a5cdb1ec7
11
suites/upgrade/mixed-mons/0-cluster/start.yaml
Normal file
11
suites/upgrade/mixed-mons/0-cluster/start.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
roles:
|
||||
- - mon.a
|
||||
- mds.a
|
||||
- osd.0
|
||||
- osd.1
|
||||
- - mon.b
|
||||
- mon.c
|
||||
- osd.2
|
||||
- osd.3
|
||||
- - client.0
|
||||
|
@ -0,0 +1,5 @@
|
||||
tasks:
|
||||
- install:
|
||||
branch: cuttlefish
|
||||
- ceph:
|
||||
|
@ -0,0 +1,7 @@
|
||||
- workunit:
|
||||
branch: cuttlefish
|
||||
clients:
|
||||
all:
|
||||
- cephtool
|
||||
- mon/pool_ops.sh
|
||||
|
@ -0,0 +1,4 @@
|
||||
tasks:
|
||||
- install.upgrade:
|
||||
mon.a:
|
||||
branch: next
|
2
suites/upgrade/mixed-mons/4-mon-restart/restart.yaml
Normal file
2
suites/upgrade/mixed-mons/4-mon-restart/restart.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
tasks:
|
||||
- ceph.restart: [mon.a]
|
6
suites/upgrade/mixed-mons/5-next-workload/cephtool.yaml
Normal file
6
suites/upgrade/mixed-mons/5-next-workload/cephtool.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
- workunit:
|
||||
branch: cuttlefish
|
||||
clients:
|
||||
all:
|
||||
- cephtool
|
||||
- mon/pool_ops.sh
|
Loading…
Reference in New Issue
Block a user