| {#- Control network. For control plane nodes #} |
| {#- br_ctl (linux bridge) + address #} |
| {#- _param:keepalived_vip_interface = 'br_ctl' #} |
| {#- _param:single_address #} |
| {#- _param:control_network_netmask #} |
| {#- _param:dns_server01 #} |
| {#- _param:dns_server02 #} |
| {%- set interface_name = interfaces.keys()[0] %} |
| name: {{ interface_name }} |
| address: ${_param:_esc}{_param:single_address} |
| netmask: ${_param:_esc}{_param:control_network_netmask} |
| - ${_param:_esc}{_param:dns_server01} |
| - ${_param:_esc}{_param:dns_server02} |