Roles: Add ceph::repo recipe
Fixes: https://github.com/ceph/ceph-cookbooks/pull/30 Signed-off-by: Alexandre Marangone <alexandre.marangone@inktank.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
name "ceph-mds"
|
name "ceph-mds"
|
||||||
description "Ceph Metadata Server"
|
description "Ceph Metadata Server"
|
||||||
run_list(
|
run_list(
|
||||||
|
'recipe[ceph::repo]',
|
||||||
'recipe[ceph::mds]'
|
'recipe[ceph::mds]'
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
name "ceph-mon"
|
name "ceph-mon"
|
||||||
description "Ceph Monitor"
|
description "Ceph Monitor"
|
||||||
run_list(
|
run_list(
|
||||||
|
'recipe[ceph::repo]',
|
||||||
'recipe[ceph::mon]'
|
'recipe[ceph::mon]'
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
name "ceph-osd"
|
name "ceph-osd"
|
||||||
description "Ceph Object Storage Device"
|
description "Ceph Object Storage Device"
|
||||||
run_list(
|
run_list(
|
||||||
|
'recipe[ceph::repo]',
|
||||||
'recipe[ceph::osd]'
|
'recipe[ceph::osd]'
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
name "ceph-radosgw"
|
name "ceph-radosgw"
|
||||||
description "Ceph RADOS Gateway"
|
description "Ceph RADOS Gateway"
|
||||||
run_list(
|
run_list(
|
||||||
|
'recipe[ceph::repo]',
|
||||||
'recipe[ceph::radosgw]'
|
'recipe[ceph::radosgw]'
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user