ceph / ceph-cookbook

Chef cookbooks for Ceph
Apache License 2.0
100 stars 107 forks source link

Adapt radosgw configuration for SUSE: #156

Closed jsuchome closed 10 years ago

jsuchome commented 10 years ago

fix package lists, specify path for s3gw.fcgi, configure apache for SLES12

hufman commented 10 years ago

Can you clarify what the difference is between the platform and platform_family values of suse and opensuse? I'm seeing both in various examples, and I'm not sure which should be used where. Thanks!

hufman commented 10 years ago

Tomorrow I'm going to merge #158 which will make the apache_module 'access_compat' section unnecessary. Can you rebase onto the updated master after I do that?

jsuchome commented 10 years ago

It's true that we should check for platform_family, because platform itself might return opensuse

hufman commented 10 years ago

Test kitchen still passes regarding Ubuntu and Debian, I'll merge this. Thanks!