summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richardipsum@fastmail.co.uk>2015-04-07 09:50:48 +0100
committerRichard Ipsum <richardipsum@fastmail.co.uk>2015-04-07 09:50:48 +0100
commit5a986307031b4cb79c15fced8b74616a97d1ba72 (patch)
tree9733949f5ed0dc82173c8e5684491a4692f63b5c
parent504a0cbbd7636da889c71b05659d59d0acada350 (diff)
downloaddefinitions-5a986307031b4cb79c15fced8b74616a97d1ba72.tar.gz
swap out ip for some generic term
-rw-r--r--clusters/example-swift-storage-cluster.morph10
1 files changed, 5 insertions, 5 deletions
diff --git a/clusters/example-swift-storage-cluster.morph b/clusters/example-swift-storage-cluster.morph
index ba4bda76..bf9a64b4 100644
--- a/clusters/example-swift-storage-cluster.morph
+++ b/clusters/example-swift-storage-cluster.morph
@@ -6,16 +6,16 @@ systems:
INSTALL_FILES: swift/manifest
NIC_CONFIG: network=foobar
- NETWORK_CONFIG: ens3:static,address=192.168.100.42,netmask=255.255.255.0
- MANAGEMENT_INTERFACE_IP_ADDRESS: 192.168.100.42
+ NETWORK_CONFIG: ens3:static,address=<management ip>,netmask=255.255.255.0
+ MANAGEMENT_INTERFACE_IP_ADDRESS: <management ip>
SWIFT_PART_POWER: 10
SWIFT_REPLICAS: 3
SWIFT_MIN_PART_HOURS: 1
- SWIFT_STORAGE_DEVICES: [{ ip: 192.168.100.42, device: sdb, weight: 100 },
- { ip: 192.168.100.42, device: sdc, weight: 100 },
- { ip: 192.168.100.42, device: sdd, weight: 100 }]
+ SWIFT_STORAGE_DEVICES: [{ ip: <management ip>, device: sdb, weight: 100 },
+ { ip: <management ip>, device: sdc, weight: 100 },
+ { ip: <management ip>, device: sdd, weight: 100 }]
# This value can be any random string or number
# but each node in your swift cluster must have the same value