From 7163da4e7d400252edfb487de1b15aa55377cc8e Mon Sep 17 00:00:00 2001 From: nitishkrishna Date: Mon, 21 Mar 2016 16:08:39 -0700 Subject: [PATCH] Closes-Bug: #1560236 - SM Provision - Contrail-API configured with wrong zookeeper. Zookeeper points to config nodes, this is wrong, it should point to database nodes. Tested with two node setup with separate config and database nodes Change-Id: I89e8667c34c31bdc1ea08b9dda519b5402f98f4e --- contrail/environment/modules/contrail/manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrail/environment/modules/contrail/manifests/params.pp b/contrail/environment/modules/contrail/manifests/params.pp index 157015af..3c0d686b 100644 --- a/contrail/environment/modules/contrail/manifests/params.pp +++ b/contrail/environment/modules/contrail/manifests/params.pp @@ -705,7 +705,7 @@ } if ($zookeeper_ip_list == undef) { - $zk_ip_list_to_use = $config_ip_list + $zk_ip_list_to_use = $database_ip_list } else { $zk_ip_list_to_use = $zookeeper_ip_list