mirror of
https://github.com/ceph/ceph
synced 2025-01-20 01:51:34 +00:00
Merge pull request #648 from ceph/wip-f-h-x-offline
test offline upgrade from firefly -> x Reviewed-by: David Zafman <dzafman@redhat.com>
This commit is contained in:
commit
a4249d381b
6
suites/upgrade/hammer-x/f-h-x-offline/0-install.yaml
Normal file
6
suites/upgrade/hammer-x/f-h-x-offline/0-install.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
roles:
|
||||
- [mon.a, mon.b, mon.c, osd.0, osd.1, osd.2, client.0]
|
||||
tasks:
|
||||
- install:
|
||||
branch: firefly
|
||||
- ceph:
|
6
suites/upgrade/hammer-x/f-h-x-offline/1-pre.yaml
Normal file
6
suites/upgrade/hammer-x/f-h-x-offline/1-pre.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
tasks:
|
||||
- workunit:
|
||||
branch: firefly
|
||||
clients:
|
||||
client.0:
|
||||
- rados/test.sh
|
10
suites/upgrade/hammer-x/f-h-x-offline/2-upgrade.yaml
Normal file
10
suites/upgrade/hammer-x/f-h-x-offline/2-upgrade.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
tasks:
|
||||
- install.upgrade:
|
||||
- ceph.restart: [mon.a, mon.b, mon.c]
|
||||
- ceph.stop: [osd.0, osd.1, osd.2]
|
||||
- exec:
|
||||
mon.a:
|
||||
- ceph osd down 0 1 2
|
||||
- ceph.restart: [osd.0, osd.1, osd.2]
|
||||
- sleep:
|
||||
duration: 10
|
1
suites/upgrade/hammer-x/f-h-x-offline/3-infernalis.yaml
Symbolic link
1
suites/upgrade/hammer-x/f-h-x-offline/3-infernalis.yaml
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../releases/infernalis.yaml
|
6
suites/upgrade/hammer-x/f-h-x-offline/4-after.yaml
Normal file
6
suites/upgrade/hammer-x/f-h-x-offline/4-after.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
tasks:
|
||||
- workunit:
|
||||
branch: firefly
|
||||
clients:
|
||||
client.0:
|
||||
- rados/test.sh
|
4
suites/upgrade/hammer-x/f-h-x-offline/README
Normal file
4
suites/upgrade/hammer-x/f-h-x-offline/README
Normal file
@ -0,0 +1,4 @@
|
||||
Verify that we can upgrade straight from firefly to x without ever installing
|
||||
hammer.
|
||||
|
||||
This would be an offline upgrade, though.. all osds have to be restarted!
|
Loading…
Reference in New Issue
Block a user