summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhouya <zhou.ya@zte.com.cn>2017-08-21 16:16:02 +0800
committerzhouya <zhou.ya@zte.com.cn>2017-08-21 16:41:20 +0800
commit7edc8a7026c199b0a117cb8f7ac50664f7833918 (patch)
tree5a773c5d8d03937ae5b539494c5c7c8515ab3f5d
parent47eb83e9e022219139f7514527f5cc5d1c11e653 (diff)
delete the HEARTBEAT plane in all_in_one network
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>
-rw-r--r--deploy/config/vm_environment/zte-virtual2/network.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/deploy/config/vm_environment/zte-virtual2/network.yml b/deploy/config/vm_environment/zte-virtual2/network.yml
index 7b4a501c..0bbbae80 100644
--- a/deploy/config/vm_environment/zte-virtual2/network.yml
+++ b/deploy/config/vm_environment/zte-virtual2/network.yml
@@ -46,12 +46,6 @@ networks:
- 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'
@@ -63,7 +57,5 @@ interfaces:
interface: 'ens3'
- name: 'TENANT'
interface: 'ens3'
- - name: 'HEARTBEAT'
- interface: 'ens9'
internal_vip: '10.20.11.11'
public_vip: '10.20.11.11'