2018-02-23 22:47:32 +00:00
|
|
|
openstack:
|
|
|
|
- volumes: # attached to each instance
|
|
|
|
count: 3
|
|
|
|
size: 10 # GB
|
2017-06-09 16:31:28 +00:00
|
|
|
roles:
|
|
|
|
- [mon.a, mgr.x, osd.0, osd.1, osd.2, mds.a, client.a]
|
|
|
|
tasks:
|
|
|
|
- install:
|
|
|
|
- ceph:
|
2017-07-06 21:58:16 +00:00
|
|
|
log-whitelist:
|
|
|
|
- overall HEALTH_
|
2017-08-01 08:47:07 +00:00
|
|
|
- \(MGR_DOWN\)
|
2017-10-21 04:14:36 +00:00
|
|
|
- \(PG_
|
|
|
|
- \(OSD_
|
|
|
|
- \(OBJECT_
|
2017-06-09 16:31:28 +00:00
|
|
|
- exec:
|
|
|
|
mon.a:
|
2017-06-29 22:06:34 +00:00
|
|
|
- ceph restful create-key admin
|
|
|
|
- ceph restful create-self-signed-cert
|
2017-08-02 10:19:17 +00:00
|
|
|
- ceph restful restart
|
2017-06-09 16:31:28 +00:00
|
|
|
- workunit:
|
|
|
|
clients:
|
|
|
|
client.a:
|
|
|
|
- rest/test-restful.sh
|
2017-08-02 10:19:17 +00:00
|
|
|
- exec:
|
|
|
|
mon.a:
|
|
|
|
- ceph restful delete-key admin
|
|
|
|
- ceph restful list-keys | jq ".admin" | grep null
|
|
|
|
|