Skip to content

Commit

Permalink
qa/tests: update upgrade tests from jewel->luminous to jewel->luminou…
Browse files Browse the repository at this point in the history
…s->master

Signed-off-by: Vasu Kulkarni <[email protected]>
  • Loading branch information
vasukulkarni committed Dec 8, 2017
1 parent 788d88a commit 67ff2de
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
meta:
- desc: |
Setup 4 node ceph cluster using ceph-deploy, use latest
stable jewel as initial release, upgrade to luminous and
also setup mgr nodes along after upgrade, check for
cluster to reach healthy state, After upgrade run kernel tar/untar
task and systemd task. This test will detect any
ceph upgrade issue and systemd issues.
stable jewel as initial release, upgrade to stable luminous and
also setup mgr nodes along after upgrade, check for cluter to
reach healthy state and run kernel tar/untar task. Finally upgrade
to master dev branch and wait for healthy state, Run systemd and
mixed-load gen task. This test will detect any ceph upgrade issue
and systemd issues.
overrides:
ceph-deploy:
fs: xfs
Expand Down Expand Up @@ -43,7 +44,7 @@ tasks:
skip-mgr: True
- ceph-deploy.upgrade:
branch:
dev: luminous
stable: luminous
setup-mgr-node: True
check-for-healthy: True
roles:
Expand All @@ -54,6 +55,13 @@ tasks:
clients:
all:
- kernel_untar_build.sh
- ceph-deploy.upgrade:
setup-mgr-node: False
check-for-healthy: True
roles:
- mon.a
- mon.b
- mon.c
- systemd:
- workunit:
clients:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
meta:
- desc: |
Setup 4 node ceph cluster using ceph-deploy, use latest
stable kraken as initial release, upgrade to luminous and
also setup mgr nodes along after upgrade, check for
cluster to reach healthy state, After upgrade run kernel tar/untar
task and systemd task. This test will detect any
ceph upgrade issue and systemd issues.
stable jewel as initial release, upgrade to stable luminous and
also setup mgr nodes along after upgrade, check for cluter to
reach healthy state and run kernel tar/untar task. Finally upgrade
to current master branch and wait for healthy state, Run systemd and
mixed-load gen task. This test will detect any ceph upgrade issue
and systemd issues.
overrides:
ceph-deploy:
fs: xfs
Expand Down Expand Up @@ -43,7 +44,7 @@ tasks:
skip-mgr: True
- ceph-deploy.upgrade:
branch:
dev: luminous
stable: luminous
setup-mgr-node: True
check-for-healthy: True
roles:
Expand All @@ -54,6 +55,13 @@ tasks:
clients:
all:
- kernel_untar_build.sh
- ceph-deploy.upgrade:
setup-mgr-node: False
check-for-healthy: True
roles:
- mon.a
- mon.b
- mon.c
- systemd:
- workunit:
clients:
Expand Down

0 comments on commit 67ff2de

Please sign in to comment.