Instead of relying on the radosgw_apache recipe,
just make it in the main radosgw recipe
caps('mon' => 'allow rw', 'osd' => 'allow rwx')
end
+ directory "/var/lib/ceph/radosgw/ceph-radosgw.#{node['hostname']}" do
+ recursive true
+ end
+
file "/var/lib/ceph/radosgw/ceph-radosgw.#{node['hostname']}/done" do
action :create
end
# end
# end
-directory "/var/lib/ceph/radosgw/ceph-radosgw.#{node['hostname']}"
-
include_recipe 'ceph::_common'
include_recipe 'ceph::_common_install'
include_recipe 'ceph::radosgw_apache2_repo'