-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qa/suites: Fix crimson flavor configuration
Signed-off-by: Matan Breizman <[email protected]>
- Loading branch information
Showing
4 changed files
with
48 additions
and
12 deletions.
There are no files selected for viewing
14 changes: 8 additions & 6 deletions
14
qa/suites/crimson-rados/basic/ceph.yaml → ...ites/crimson-rados/basic/deploy/ceph.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
overrides: | ||
ceph: | ||
install: | ||
ceph: | ||
flavor: crimson | ||
tasks: | ||
- install: | ||
- ceph: | ||
conf: | ||
osd: | ||
debug monc: 20 | ||
mon: | ||
mon min osdmap epochs: 50 | ||
paxos service trim min: 10 | ||
# prune full osdmaps regularly | ||
mon osdmap full prune min: 15 | ||
mon osdmap full prune interval: 2 | ||
mon osdmap full prune txsize: 2 | ||
tasks: | ||
- install: | ||
ceph: | ||
flavor: crimson | ||
- ceph: | ||
flavor: crimson |
16 changes: 16 additions & 0 deletions
16
qa/suites/crimson-rados/basic/deploy/cephadm.yaml.disabled
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# no need to verify os + flavor + sha1 | ||
verify_ceph_hash: false | ||
tasks: | ||
- cephadm: | ||
conf: | ||
mgr: | ||
debug ms: 1 | ||
debug mgr: 20 | ||
debug osd: 10 | ||
- cephadm.shell: | ||
mon.a: | ||
- ceph orch status | ||
- ceph orch ps | ||
- ceph orch ls | ||
- ceph orch host ls | ||
- ceph orch device ls |
14 changes: 8 additions & 6 deletions
14
qa/suites/crimson-rados/rbd/ceph.yaml → qa/suites/crimson-rados/rbd/deploy/ceph.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
overrides: | ||
ceph: | ||
install: | ||
ceph: | ||
flavor: crimson | ||
tasks: | ||
- install: | ||
- ceph: | ||
conf: | ||
osd: | ||
debug monc: 20 | ||
mon: | ||
mon min osdmap epochs: 50 | ||
paxos service trim min: 10 | ||
# prune full osdmaps regularly | ||
mon osdmap full prune min: 15 | ||
mon osdmap full prune interval: 2 | ||
mon osdmap full prune txsize: 2 | ||
tasks: | ||
- install: | ||
ceph: | ||
flavor: crimson | ||
- ceph: | ||
flavor: crimson |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# no need to verify os + flavor + sha1 | ||
verify_ceph_hash: false | ||
tasks: | ||
- cephadm: | ||
conf: | ||
mgr: | ||
debug ms: 1 | ||
debug mgr: 20 | ||
debug osd: 10 | ||
- cephadm.shell: | ||
mon.a: | ||
- ceph orch status | ||
- ceph orch ps | ||
- ceph orch ls | ||
- ceph orch host ls | ||
- ceph orch device ls |