From d2f2384bef5c199711c267016b932956dc15b7a9 Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 17 Oct 2013 11:42:28 -0700 Subject: [PATCH] Update swift node data to conform to new config file format. Hostname is now the key (b/c it is consistent between openstack/vagrant installs) --- data/nodes/swift.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/data/nodes/swift.yaml b/data/nodes/swift.yaml index 1a692a6..3c4c2ea 100644 --- a/data/nodes/swift.yaml +++ b/data/nodes/swift.yaml @@ -1,22 +1,22 @@ nodes: control_basevm: - hostname: control-server + vagrant_name: control_basevm memory: 3000 ip_number: 10 post_config: 'route add -net 172.16.2.0 netmask 255.255.255.0 gw 192.168.242.100' - swift_proxy: - hostname: swift-proxy01 + swift-proxy01: + vagrant_name: swift_proxy memory: 512 ip_number: 41 - swift_storage_1: - hostname: swift-storage01 + swift-storage01: + vagrant_name: swift_storage_1 memory: 512 ip_number: 51 - swift_storage_2: - hostname: swift-storage02 + swift-storage02: + vagrant_name: swift_storage_2 memory: 512 ip_number: 52 - swift_storage_3: - hostname: swift-storage03 + swift-storage03: + vagrant_name: swift_storage_3 memory: 512 ip_number: 53