diff options
author | wutianwei <wutianwei1@huawei.com> | 2017-08-16 10:55:04 +0800 |
---|---|---|
committer | wutianwei <wutianwei1@huawei.com> | 2017-08-18 11:30:37 +0800 |
commit | 0ebcf5e461c5cecfb23b4497d8966485fd504c55 (patch) | |
tree | d2a5af44161f39c0557482c18518f3366d1187bf /deploy/conf/hardware_environment | |
parent | 5f2c78057f1a15ca90c5c25025f713a56a48dfc6 (diff) |
support the noha scenario
1. add parameter to install keepalived when only one controller
2. change the osa code to start keepalived and haproxy
3. add the noha DHA files
4. fix the setup ovs bug
5. fix the pod1 public vip
Change-Id: I19f4e78b9ca834ae3d454e1c8058728ece055f69
Signed-off-by: wutianwei <wutianwei1@huawei.com>
Diffstat (limited to 'deploy/conf/hardware_environment')
-rw-r--r-- | deploy/conf/hardware_environment/huawei-pod1/network.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/conf/hardware_environment/huawei-pod1/network.yml b/deploy/conf/hardware_environment/huawei-pod1/network.yml index d7145a2c..8c45ed96 100644 --- a/deploy/conf/hardware_environment/huawei-pod1/network.yml +++ b/deploy/conf/hardware_environment/huawei-pod1/network.yml @@ -97,7 +97,7 @@ internal_vip: interface: mgmt public_vip: - ip: 192.16.1.222 + ip: 192.168.10.222 netmask: "24" interface: external |