summaryrefslogtreecommitdiff
path: root/clusters
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-03-02 15:50:59 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-03-04 15:34:40 +0000
commit702cacbfb76ce2cf18fc86a4887b64a3769f51ca (patch)
tree64e4e0ea079dc4e4d43798ee49aa01b06e11c45f /clusters
parentbc13fad90a8444fe33d7a25fab96193aefda161f (diff)
downloaddefinitions-702cacbfb76ce2cf18fc86a4887b64a3769f51ca.tar.gz
Make a unit for each type of node
swift-controller and swift-storage these units are enabled my specifying a flag in the cluster morph, SWIFT_CONTROLLER and SWIFT_STORAGE
Diffstat (limited to 'clusters')
-rw-r--r--clusters/openstack-cluster.morph2
1 files changed, 2 insertions, 0 deletions
diff --git a/clusters/openstack-cluster.morph b/clusters/openstack-cluster.morph
index bf6e21c3..2bbc65fb 100644
--- a/clusters/openstack-cluster.morph
+++ b/clusters/openstack-cluster.morph
@@ -25,6 +25,8 @@ systems:
SWIFT_REPLICAS: 3
SWIFT_MIN_PART_HOURS: 1
SWIFT_STORAGE_DEVICES: { ip: '127.0.0.1', device: 'sdb1', weight: '100'}
+ SWIFT_CONTROLLER: true
+ SWIFT_STORAGE: true
HOSTNAME: onenode
RABBITMQ_HOST: onenode
RABBITMQ_PORT: 5672