From 5a986307031b4cb79c15fced8b74616a97d1ba72 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Tue, 7 Apr 2015 09:50:48 +0100 Subject: swap out ip for some generic term --- clusters/example-swift-storage-cluster.morph | 10 +++++----- 1 file 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=,netmask=255.255.255.0 + MANAGEMENT_INTERFACE_IP_ADDRESS: 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: , device: sdb, weight: 100 }, + { ip: , device: sdc, weight: 100 }, + { 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 -- cgit v1.2.1