From 9fd2364a20dfc78661747b41b2536591894a8485 Mon Sep 17 00:00:00 2001 From: Thomas Herve Date: Tue, 18 Apr 2017 13:12:20 +0200 Subject: [PATCH] Set different virtual_router_id for keepalived This sets the virtual_router_id_base of keepalived so that the virtual_router_ids doesn't overlap with the ones in the overcloud. Change-Id: I2b7e9e821fff2bb7f238cdbe37c21364e831e5a3 --- elements/puppet-stack-config/puppet-stack-config.yaml.template | 1 + 1 file changed, 1 insertion(+) diff --git a/elements/puppet-stack-config/puppet-stack-config.yaml.template b/elements/puppet-stack-config/puppet-stack-config.yaml.template index abf6ab23b..ccd80ea84 100644 --- a/elements/puppet-stack-config/puppet-stack-config.yaml.template +++ b/elements/puppet-stack-config/puppet-stack-config.yaml.template @@ -722,6 +722,7 @@ tripleo::keepalived::controller_virtual_ip: "%{hiera('controller_admin_host')}" tripleo::keepalived::control_virtual_interface: 'br-ctlplane' tripleo::keepalived::public_virtual_ip: "%{hiera('controller_public_host')}" tripleo::keepalived::public_virtual_interface: 'br-ctlplane' +tripleo::keepalived::virtual_router_id_base: 40 # UI keystone::cors::allowed_origin: '*'