7 Commits

Author SHA1 Message Date
François Charlier
abc89b899a change port 6010 to 6040 due to a conflict in vagrant 2012-03-29 19:41:18 +02:00
Dan Bode
a9cafd8dcd Supply missing required param to all in one example
This commit adds the parameter proxy_local_net_ip to
the swift::proxy class for the all in one example.

This parameter had been changed to be required in a previous commit,
but the example had not been updated.
2012-03-11 23:29:43 -07:00
Dan Bode
5083e19bc4 Decouple storage server types from each other
Previously, all of the storage server types
(account, container, proxy) were always
configured to be installed on the same node.

It often makes sense to only have the account and
container together, and to put the object server on
a different node. (or its possible that other
configurations make sense)

This commit refactors the swift module so that
each of the types of nodes can be built
independently of each other.
2012-03-02 20:01:49 -08:00
Dan Bode
b7a8f0cdee Improve inline comments
Improve inline comments so that the example
manifests can serve as a documented example.
2012-02-14 14:19:52 -08:00
Dan Bode
18d681943e Add inline docs to manifests
This commit adds some initial inline documentation
of the manifests.

It also performs some basic whitespace cleanup.
2012-02-13 15:39:18 -08:00
Dan Bode
69ef2c1686 Refactor single node example 2012-01-27 22:11:08 -08:00
Dan Bode
4ff3e18f3a Split example manifests into separate files
This commit splits the example manifest into
separate files all and pre and removes the node
declarations
2012-01-23 13:12:57 -08:00