24 Commits

Author SHA1 Message Date
Phil Bridges
4a578f8c93 Add HPSS-specific logic to SwiftOnFile, and kick this fork off! 2015-12-11 15:51:00 -06:00
venkatamahesh
21f6fa7172 Change repositories from stackforge to openstack
Change-Id: Id1cecf2e55128494684c7f7bd23600b52fd5b6cb
2015-10-19 23:34:53 +05:30
Jeremy Stanley
341048e1c0 Workflow documentation is now in infra-manual
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Change-Id: Id6a13d0396e16e0e9e1a08f3d7d24566d8ccccb5
2014-12-05 03:30:47 +00:00
Prashanth Pai
e87f634b0f doc: Update merge requirements.
Change-Id: Ief6f19b1e28fbfafa3bade8f44faf6b66eea1e92
Signed-off-by: Prashanth Pai <ppai@redhat.com>
2014-10-08 11:15:56 -04:00
Prashanth Pai
a765973600 doc: Update developer documentation
Change-Id: I531bfc11c93a0e0b44e421e443b2fc3697721195
Signed-off-by: Prashanth Pai <ppai@redhat.com>
2014-10-01 13:33:53 -04:00
Thiago da Silva
12c675ab27 Update dev_guide.md 2014-07-31 13:13:00 -04:00
Thiago da Silva
4f65c3cf02 remove reference to fedora 19 2014-05-28 16:13:16 -04:00
Pushpesh Sharma
a60098a2ab Minor update 2014-05-28 17:04:25 +05:30
Pushpesh Sharma
21708ef03c Including Prashant's suggestions 2014-05-28 14:50:39 +05:30
Pushpesh Sharma
f2302af676 Minor Update 2014-05-28 10:32:29 +05:30
Pushpesh Sharma
9619f54d6e Including Thiago's suggestions 2014-05-28 10:24:34 +05:30
Pushpesh Sharma
6373686f36 Minor update 2014-05-27 15:24:55 +05:30
Pushpesh Sharma
f5a5b84b00 Minor update 2014-05-27 14:52:18 +05:30
Pushpesh Sharma
9f4b8c838f Minor Update 2014-05-06 15:19:40 +05:30
Pushpesh Sharma
f46167aed9 Dev_guide updated with github workflow
I tried to club the information scattered over the
internet,and made it suit to our need.These are the
resources i used:
1. https://help.github.com/articles/fork-a-repo
2. https://help.github.com/articles/using-pull-requests
3. https://help.github.com/articles/set-up-git
4. https://help.github.com/articles/checking-out-pull-requests-locally

Signed-off-by: Pushpesh Sharma <psharma@redhat.com>
2014-05-05 19:53:49 +05:30
Luis Pabon
b8bc402508 Use tox to satisfy functional test requirements
Instead of installing and polluting the host development system
with the required packages to run the functional tests, it is
now possible to run the functional tests from inside tox.  All
the required packages are installed in the tox environment and
run from there.

The only external dependencies are that the functional tests
still must use /etc/swift for configuration files on the host
and /mnt/gluster-object must be on a XFS or GlusterFS volume.

Change-Id: I4a949dbcad778018e22c61d09ae1ba5f21a03aec
Signed-off-by: Luis Pabon <lpabon@redhat.com>
Reviewed-on: http://review.gluster.org/5976
Reviewed-by: Peter Portante <pportant@redhat.com>
Tested-by: Peter Portante <pportant@redhat.com>
2013-09-20 12:51:17 -07:00
Luis Pabon
3861bcec94 Depend only on OpenStack Swift 1.9.1
* The master branch is currently tracking the development
version 1.9.1 of Havana OpenStack Swift.

* Seems that we still have some settings which are not
reset in the unit tests.  This fix provides a guaranteed
state for test_utils.py:TestUtils.test_get_container_details

Change-Id: Ie32f49743301bfa493f70ed8a539fb6840f9f67b
Signed-off-by: Luis Pabon <lpabon@redhat.com>
Reviewed-on: http://review.gluster.org/5719
Reviewed-by: Peter Portante <pportant@redhat.com>
Tested-by: Peter Portante <pportant@redhat.com>
2013-08-28 19:01:50 -07:00
Ram Raja
77e42afe0e doc/markdown: fix typo in dev guide
Change-Id: I3fdc2fd9a51ea823040e80bcc61290141f88a520
Signed-off-by: Ram Raja <rraja@redhat.com>
Reviewed-on: http://review.gluster.org/5600
Reviewed-by: Luis Pabon <lpabon@redhat.com>
Tested-by: Luis Pabon <lpabon@redhat.com>
2013-08-14 04:03:49 -07:00
Luis Pabon
faad100cbf Finish the doc for developers
* Added package installation section
* Cleaned up functional test setup

Change-Id: I3ead97408a33daed8a9b430ef6b6569036f1e025
Signed-off-by: Luis Pabon <lpabon@redhat.com>
Reviewed-on: http://review.gluster.org/5438
Reviewed-by: Kyle Schneider <kinnder@gmail.com>
Reviewed-on: http://review.gluster.org/5491
2013-08-06 13:22:15 -07:00
Kyle Schneider
9282f7095e Edited the mechanics of the wording within the document.
Changed all "we" wording to "you," and altered and rearranged some
wording to help the document flow better when being read.

Change-Id: Idf39eb93666a71e3fda25375080eaae90a23ed52
Signed-off-by: Kyle Schneider <kinnder@gmail.com>
Reviewed-on: http://review.gluster.org/5306
Reviewed-by: Luis Pabon <lpabon@redhat.com>
Tested-by: Luis Pabon <lpabon@redhat.com>
2013-07-09 17:42:21 -07:00
Chetan Risbud
7575c3cc01 Functional test setup steps for developers guide
Change-Id: I86c562d555c402a5e3ce3ce471a40d872de8bdce
Signed-off-by: Chetan Risbud <crisbud@redhat.com>
Reviewed-on: http://review.gluster.org/5292
Reviewed-by: Luis Pabon <lpabon@redhat.com>
Tested-by: Luis Pabon <lpabon@redhat.com>
2013-07-09 12:47:33 -07:00
Kyle Schneider
04c8e495f9 New documentation for updating patches for gerrit
Added instructions on how to amend changes to a previous commit.
Included commands and brief instructions.

Change-Id: I078c9392d71273f559357a014768aada85ad3405
Signed-off-by: Kyle Schneider <kinnder@gmail.com>
Reviewed-on: http://review.gluster.org/5295
Reviewed-by: Luis Pabon <lpabon@redhat.com>
Tested-by: Luis Pabon <lpabon@redhat.com>
2013-07-05 11:31:32 -07:00
Kyle Schneider
7fd147681b Re-worded table contents portion of Readme.md
Changed "usage" to "user" to match title. Also, prefixed
"pip install" with proper "sudo" command, due to command requiring
super user privelages.

Change-Id: I972bcb96fd476a4022385a418c86916038ec1aab
Signed-off-by: Kyle Schneider <kinnder@gmail.com>
Reviewed-on: http://review.gluster.org/5294
Reviewed-by: Luis Pabon <lpabon@redhat.com>
Tested-by: Luis Pabon <lpabon@redhat.com>
2013-07-05 08:15:12 -07:00
Luis Pabon
92fdc68d6b Initial community documentation
Community documentation is being written in Markdown
format because we can leverage GitHub.com's ability
to render Markdown into HTML directly from files
in the repo.  Also, the GlusterFS Community project
has decided to use Markdown as an input into the
tool called pandoc which can convert the documents
into multiple formats.

Change-Id: Iec530f05a9a1ab3a95a1e97b791e8390068b99b4
Signed-off-by: Luis Pabon <lpabon@redhat.com>
Reviewed-on: http://review.gluster.org/5256
Reviewed-by: Peter Portante <pportant@redhat.com>
Tested-by: Peter Portante <pportant@redhat.com>
2013-06-28 12:37:55 -07:00