
- Recipe is now ceph::repo - For EL, add EPEL repository for dependencies by default. Deactivable by using el_add_epel: false under ceph: {} in the chef environment. - Handle package names difference between EL/FC/SuSE and Debian. Signed-off-by: Alexandre Marangone <alexandre.marangone@inktank.com>
5 lines
203 B
Ruby
5 lines
203 B
Ruby
default['ceph']['branch'] = "stable" # Can be stable, testing or dev.
|
|
# Major release version to install or gitbuilder branch
|
|
default['ceph']['version'] = "bobtail"
|
|
default['ceph']['el_add_epel'] = true
|