There is only one node in all-in-one env,so do not need to
configure the HEARTBEAT plane, without this ps,we may get the
globals.yml file an extra wrong value of
keepalived_interface: '{{ network_interface }}' which is unnecessary
for all-in-one env, and will result in keepalive not work, VIP lose,
and since we still use VIP in all-in-one env, the whole deployment may fail.
Change-Id: Ic1efabb533fd63e95254ad19ccf98adb5da6ae78
Signed-off-by: zhouya <zhou.ya@zte.com.cn>
- start: '10.20.11.3'
end: '10.20.11.10'
name: 'TENANT'
- - cidr: '100.20.11.0/24'
- gateway: '100.20.11.1'
- ip_ranges:
- - start: '100.20.11.3'
- end: '100.20.11.10'
- name: 'HEARTBEAT'
interfaces:
- name: 'EXTERNAL'
interface: 'ens8'
interface: 'ens3'
- name: 'TENANT'
interface: 'ens3'
- - name: 'HEARTBEAT'
- interface: 'ens9'
internal_vip: '10.20.11.11'
public_vip: '10.20.11.11'