Commit Graph

56 Commits

Author SHA1 Message Date
carsonoid
b244b87f28 Update doc/radosgw/s3/python.rst
Note about creating conn object for non-ssl implementations.
2013-03-05 11:03:08 -08:00
Dan Mick
14daccc1fb doc: missing blank line in radosgw/config-ref 2013-03-01 19:53:33 -08:00
Sage Weil
160490cdbf doc: radosgw: document config without 100-continue and custom fastcgi
Reported-by: carsonoid on github
Signed-off-by: Sage Weil <sage@inktank.com>
2013-02-15 09:20:24 -08:00
Alexandre Marangone
d41b541189 Edit endpoint-create in ./doc/radosgw/config.rst
internalurl and adminurl are mandatory. Typo in publicurl.
2013-02-04 21:20:07 -08:00
Alexandre Marangone
6e60330132 Edit rgw keystone url in ./doc/radosgw/config.rst
Won't work with the public port, it needs to be the admin port.
2013-02-04 21:14:54 -08:00
Alexandre Marangone
af8cac11f7 Note on host in ./doc/radosgw/config.rst
Some people have configured host with a FQDN or an IP
which prevents /etc/init.d/radosgw start to launch the daemon.
2013-02-04 21:09:37 -08:00
John Wilkins
4b4dba3061 doc: Updated to note bobtail supports RGW + Keystone.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-02-04 16:42:03 -08:00
Alexandre Marangone
2292fa6a30 Add important note in doc/radosgw/config.rst
For CentOS and similar, FastCgiWrapper is turned on by default.
This causes Apache to spawn radosgw processes.
2013-01-31 15:58:15 -08:00
Dan Mick
aec2a4742c s3/php: update to 1.5? version of API
Something like v1.5 of the Amazon PHP library requires the AmazonS3
constructor to be given an array of parameters rather than using
the globals.  More research needs to happen, and particularly
about the v2 API, but this might solve someone's problem with
v1.5 while we do that research.

Signed-off-by: Dan Mick <dan.mick@inktank.com>
2013-01-25 21:25:45 -08:00
John Wilkins
8bd306b92e doc: Added Subdomain section.
fixes: #3778

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-01-25 10:54:07 -08:00
Dan Mick
d95b4313de adminops.rst: revert changes for as-yet-unimplemented features
See wip-admin-api for the new specification

Fixes: #3724
Signed-off-by: Dan Mick <dan.mick@inktank.com>
2013-01-24 21:00:04 -08:00
John Wilkins
719679ea11 doc: Added package and repo links for Apache and FastCGI. Added SSL enable too.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-12-20 12:59:58 -08:00
John Wilkins
04eb1e73ad doc: Fixed restructuredText usage.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-12-20 12:59:22 -08:00
John Wilkins
cd5c82db9b doc: Added javascript code block tag.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-12-19 13:36:17 -08:00
Josh Durgin
83ee85b840 Merge remote branch 'origin/next' 2012-12-13 08:30:22 -08:00
Yehuda Sadeh
9d714560ee docs: better documentation of new rgw feature
Document rgw_extended_http_attrs config option.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
2012-12-12 13:49:55 -08:00
Yehuda Sadeh
3a95d97648 rgw: configurable list of object attributes
Fixes: #3535
New object attributes are now configurable. A list
can be specified via the 'rgw extended http attrs'
config param.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
2012-12-12 13:45:21 -08:00
Yehuda Sadeh
bece012caa doc: document swift compatibility
Add a table that specifies swift features compatibility

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
2012-12-12 13:08:05 -08:00
Yehuda Sadeh
88229a49d9 docs: add rgw POST object as supported feature
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
2012-12-12 13:08:04 -08:00
Yehuda Sadeh
54618afab2 docs: fix spacing in radosgw config-ref
Needed to add an extra empty line between header and properties.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
2012-12-11 17:49:34 -08:00
Yehuda Sadeh
6a8a58dc4b doc: document swift compatibility
Add a table that specifies swift features compatibility

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
2012-12-11 17:07:37 -08:00
Yehuda Sadeh
cf28e7872e docs: add rgw POST object as supported feature
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
2012-12-11 17:07:35 -08:00
John Wilkins
2e7cba7bca doc: fixed indent in python example.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-12-10 14:14:09 -08:00
John Wilkins
f4be3c8d98 doc: Added sudo to ceph -k command.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-12-10 10:51:24 -08:00
John Wilkins
3709519519 doc: Fixed typo.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-12-10 10:24:32 -08:00
caleb miles
d4c6a22d79 rgw: document admin api web interface.
Signed-off-by: caleb miles <caleb.miles@inktank.com>
2012-12-08 09:31:12 -08:00
Sage Weil
a41dde3de5 Merge branch 'next' 2012-11-26 21:13:57 -08:00
Yehuda Sadeh
0beeb47c43 rgw: document ops logging setup
Fixes: #3530

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
2012-11-26 15:55:00 -08:00
John Wilkins
0a2a0c075c doc: config-cluser move to new IA.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-11-14 14:57:51 -08:00
Yehuda Sadeh
2475d0143b Merge branch 'wip-keystone' into wip-rgw-integration
Conflicts:
	debian/control

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
2012-11-08 17:19:18 -08:00
Yehuda Sadeh
fc0d6d3453 docs: add keystone documentation
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
2012-11-08 13:24:30 -08:00
Yehuda Sadeh
fe9a441037 rgw: document cname configurable
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
2012-11-06 15:49:18 -08:00
John Wilkins
310796a9dd doc: tiny syntax fix.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-10-31 14:12:21 -07:00
John Wilkins
f6b7b5cb27 doc: minor fix on user name for GW script.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-10-18 14:47:37 -07:00
John Wilkins
7477a0812a doc: Added radosgw temp remove.
fixes: #3278

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-10-10 15:15:32 -07:00
John Wilkins
041081caa8 doc: Minor clean-up.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-10-10 15:14:05 -07:00
John Wilkins
94aec21f23 doc: minor clean-up.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-10-10 15:13:41 -07:00
Yehuda Sadeh
a780d47fbb Merge branch 'wip-admin-rest'
Conflicts:
	doc/radosgw/index.rst
	src/rgw/rgw_admin.cc
	src/rgw/rgw_main.cc
	src/rgw/rgw_op.cc
	src/rgw/rgw_op.h
	src/rgw/rgw_rest.cc
	src/rgw/rgw_rest.h
	src/rgw/rgw_rest_s3.cc
	src/rgw/rgw_rest_s3.h
	src/rgw/rgw_rest_swift.cc
	src/rgw/rgw_rest_swift.h
	src/rgw/rgw_swift_auth.cc
	src/rgw/rgw_swift_auth.h

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
2012-10-08 14:30:17 -07:00
Yehuda Sadeh
0344c6b167 rgw: document admin, usage api
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
2012-10-08 11:27:02 -07:00
John Wilkins
106dc66fe4 doc: Removed languages from librados in tech-specific stack diagrams.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-10-01 14:53:57 -07:00
John Wilkins
763ae7c5b3 doc: Added stack diagram for rgw. Noted NO MDS. Corrected namespace comment.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-10-01 14:09:21 -07:00
John Wilkins
d50aab8442 doc: Added enabling Swift access to rgw config.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-19 16:26:40 -07:00
John Wilkins
4958063518 doc; Added troubleshooting to index.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-19 16:25:49 -07:00
John Wilkins
a83f50389e doc: Copied contents of rgw troubleshooting over to the new ops section.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-19 16:25:11 -07:00
John Wilkins
280aeaf035 doc: Reverted so that we don't force yes or non-interactive.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-19 16:24:12 -07:00
John Wilkins
ed18eea47d :doc: Changed rados.gateway to radosgw.gateway. Start with /etc/init.d.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-18 14:16:44 -07:00
John Wilkins
3369ea3a1f :doc: Notes to add data directory. Notes to address key with escape char.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-18 11:15:37 -07:00
John Wilkins
18cf1b6d61 :doc: Usage consistent with Tyler's notes.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-17 16:01:36 -07:00
John Wilkins
da1a9f914f :doc: Corrected a path.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-09-17 16:00:58 -07:00
John Wilkins
a7867c27cb doc: Completed and reviewed RGW config reference.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-08-28 13:25:44 -07:00