From f9b98d4c576d84be7167f1b728179d32a018a1a1 Mon Sep 17 00:00:00 2001 From: Jiri Stransky Date: Wed, 25 Mar 2015 15:38:38 +0100 Subject: Implement mongo_node_ips hiera key We need a list of hosts where MongoDB is supposed to run (as a list of IP addresses, not names) to implement MongoDB support in overcloud. Change-Id: I4b80f13be7e50630314d0642fa32b7763b6a2921 --- all-nodes-config.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'all-nodes-config.yaml') diff --git a/all-nodes-config.yaml b/all-nodes-config.yaml index 677c12d6..7fa27c5d 100644 --- a/all-nodes-config.yaml +++ b/all-nodes-config.yaml @@ -6,6 +6,8 @@ parameters: type: comma_delimited_list controller_hosts: type: comma_delimited_list + controller_ips: + type: comma_delimited_list block_storage_hosts: type: comma_delimited_list object_storage_hosts: -- cgit 1.2.3-korg