From: Giulio Fidente Date: Thu, 10 Jul 2014 03:48:05 +0000 (+0200) Subject: use ControlVirtualInterface for keepalived VRRP X-Git-Tag: opnfv-6.0.0~2804^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=96e18ecc90539c86c0456c9f87b8b4c6ed8704dd;p=apex-tripleo-heat-templates.git use ControlVirtualInterface for keepalived VRRP Change keepalived.keepalive_interface so that it uses the actual ControlVirtualInterface (bridge) for VRRP rather than the bridged interface (NeutronPublicInterface). Fixes the issue which caused keepalived to bring up the VIP on all control nodes. Change-Id: Ifc484d6a6086d9872210aa576f21d326f60b7d35 --- diff --git a/overcloud-source.yaml b/overcloud-source.yaml index a80a24ce..69400beb 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -466,7 +466,7 @@ Resources: - {server: {Ref: NtpServer}, fudge: "stratum 0"} keepalived: keepalive_interface: - Ref: NeutronPublicInterface + Ref: ControlVirtualInterface priority: 101 virtual_ips: -