summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-04-14 16:30:01 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-04-16 09:27:44 +0000
commit063aec5c91bbf011d10ebc41b2c2d8631e03109e (patch)
treeff929586ca19a3edb3aee7ee0ae44beb09495458
parent019743fde767b09c1ed823b4a2418eb71e27ee4c (diff)
downloaddefinitions-063aec5c91bbf011d10ebc41b2c2d8631e03109e.tar.gz
Update example swift storage cluster
We now deploy swift systems rather than devel systems. We also now need to specify the controller host address, since swift storage nodes will use the controller node to get their ntp time updates. Change-Id: I2416aa9fc92161cb2df00ad1676c48810851f7f3
-rw-r--r--clusters/example-swift-storage-cluster.morph4
1 files changed, 3 insertions, 1 deletions
diff --git a/clusters/example-swift-storage-cluster.morph b/clusters/example-swift-storage-cluster.morph
index 2f8dcaeb..b1ea784f 100644
--- a/clusters/example-swift-storage-cluster.morph
+++ b/clusters/example-swift-storage-cluster.morph
@@ -1,10 +1,12 @@
name: example-swift-storage-cluster
kind: cluster
systems:
-- morph: systems/devel-system-x86_64-generic.morph
+- morph: systems/swift-system-x86_64.morph
deploy-defaults:
INSTALL_FILES: swift/manifest
+ CONTROLLER_HOST_ADDRESS: <controller host address>
+
SWIFT_PART_POWER: 10
SWIFT_REPLICAS: 3
SWIFT_MIN_PART_HOURS: 1