mirror of
https://github.com/ceph/ceph
synced 2025-02-23 02:57:21 +00:00
Replaced work units with ceph-deploy/ceph-deploy_hello_world.sh re: #11547
Removed per Josh's suggestion fs as redundant and renamed rados to bacis
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
(cherry picked from commit dcfd6a3b09
)
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
This commit is contained in:
parent
1bfedda6d7
commit
80eecc39ec
@ -25,5 +25,5 @@ tasks:
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- rados/test.sh
|
||||
- print: "**** done rados/test.sh"
|
||||
- ceph-deploy/ceph-deploy_hello_world.sh
|
||||
- print: "**** done ceph-deploy/ceph-deploy_hello_world.sh"
|
@ -1,32 +0,0 @@
|
||||
overrides:
|
||||
ceph-deploy:
|
||||
conf:
|
||||
global:
|
||||
debug ms: 1
|
||||
osd:
|
||||
debug osd: 10
|
||||
mon:
|
||||
debug mon: 10
|
||||
roles:
|
||||
- - mon.a
|
||||
- mds.0
|
||||
- osd.0
|
||||
- - osd.1
|
||||
- mon.b
|
||||
- client.0
|
||||
tasks:
|
||||
- install:
|
||||
extras: yes
|
||||
- print: "**** done install extras"
|
||||
- ssh_keys:
|
||||
- print: "**** done ssh_keys"
|
||||
- ceph-deploy:
|
||||
- print: "**** done ceph-deploy"
|
||||
- ceph-fuse:
|
||||
- print: "**** done ceph-fuse"
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- suites/blogbench.sh
|
||||
- print: "**** done suites/blogbench.sh"
|
||||
exclude_arch: armv7l
|
@ -1 +0,0 @@
|
||||
../../../ceph-deploy-overrides
|
@ -1 +0,0 @@
|
||||
../../../config_options
|
@ -1 +0,0 @@
|
||||
../../../distros/supported
|
Loading…
Reference in New Issue
Block a user