From 063aec5c91bbf011d10ebc41b2c2d8631e03109e Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Tue, 14 Apr 2015 16:30:01 +0000 Subject: 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 --- clusters/example-swift-storage-cluster.morph | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'clusters/example-swift-storage-cluster.morph') 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: + SWIFT_PART_POWER: 10 SWIFT_REPLICAS: 3 SWIFT_MIN_PART_HOURS: 1 -- cgit v1.2.1