Use different base virtual_router_id on openshift

With the default setting, the keepalived that we deploy on the master
node collides with the one that is setup on the undercloud. We simply
need to use a different virtual_router_id_base to prevent
virtual_router_id collision.

Change-Id: I92ef081a111f93ddce4ec42400bcb648b7f7def0
This commit is contained in:
Martin André 2018-10-08 16:49:17 +02:00
parent 73c3cd4181
commit 429bc3ca70
1 changed files with 2 additions and 1 deletions

View File

@ -126,7 +126,8 @@ outputs:
config_settings: config_settings:
map_merge: map_merge:
- get_attr: [OpenShiftNode, role_data, config_settings] - get_attr: [OpenShiftNode, role_data, config_settings]
- tripleo.openshift_master.firewall_rules: - tripleo::keepalived::virtual_router_id_base: 100
tripleo.openshift_master.firewall_rules:
'200 openshift-master api': '200 openshift-master api':
dport: 6443 dport: 6443
proto: tcp proto: tcp