]>
git.apps.os.sepia.ceph.com Git - ceph.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Babu Shanmugam [Mon, 17 Feb 2014 05:01:19 +0000 (05:01 +0000)]
Added an instruction in 'How to deploy' field in README.md
Signed-off-by: Babu Shanmugam <anbu@enovance.com>
Babu Shanmugam [Tue, 11 Feb 2014 05:52:31 +0000 (05:52 +0000)]
client ownership info validation corrected
Babu Shanmugam [Tue, 11 Feb 2014 05:44:53 +0000 (05:44 +0000)]
Updated client code to complete PUT and DELETE requests
Babu Shanmugam [Mon, 10 Feb 2014 07:08:26 +0000 (12:38 +0530)]
Server changes to deploy in a production env
1. Added the wsgi entry point app.wsgi
2. Updated client code to mandate the update-metadata to have url to publish and unpublish
3. Updated the README to describe a bit about the server operations as well.
Babu Shanmugam [Fri, 7 Feb 2014 13:40:17 +0000 (19:10 +0530)]
With functionality test cases. Test it using 'python setup.py test'
Babu Shanmugam [Fri, 7 Feb 2014 10:25:21 +0000 (15:55 +0530)]
Completed model and controller code
1. GET, PUT and DELETE request are added
2. Removed public folder as it will never be used
Babu Shanmugam [Thu, 6 Feb 2014 12:36:21 +0000 (12:36 +0000)]
Intial version of the server code.
1. Database modelling is done
2. PUT request is completed
Babu Shanmugam [Thu, 30 Jan 2014 05:25:55 +0000 (05:25 +0000)]
Corrected the sample output in README.md
Babu Shanmugam [Thu, 30 Jan 2014 05:22:59 +0000 (05:22 +0000)]
1. Updated README.md with sample output
2. Remove 'osd_hosts' entry from json and added that information as part of sys_info
3. In the 'num_components' entry, 'bytes' entry is replaced to contain an object with 'count' and 'scale' members
Babu Shanmugam [Mon, 27 Jan 2014 06:50:37 +0000 (06:50 +0000)]
If 'ceph osd metadata' isn't working, inform the user about it via stderr
Sébastien Han [Fri, 24 Jan 2014 09:34:41 +0000 (10:34 +0100)]
Fix trailing space
Fix trailing space and indentation.
Babu Shanmugam [Fri, 24 Jan 2014 06:15:40 +0000 (06:15 +0000)]
called sysinfo.append(meta) in get_sysinfo within the while loop
Babu Shanmugam [Fri, 24 Jan 2014 06:08:20 +0000 (06:08 +0000)]
Updated README with How-to-use instructions
Babu Shanmugam [Thu, 23 Jan 2014 06:55:38 +0000 (06:55 +0000)]
Corrected ownership info which was presented as string, added stub code for unpublish
Babu Shanmugam [Wed, 22 Jan 2014 09:45:09 +0000 (09:45 +0000)]
Added update_metadata, clear_metadata, and usage description code
Babu Shanmugam [Tue, 21 Jan 2014 10:57:10 +0000 (10:57 +0000)]
Initial version of the source code. Statistics extraction is done
Sébastien Han [Thu, 16 Jan 2014 14:20:53 +0000 (15:20 +0100)]
first commit