diff options
author | wutianwei <wutianwei1@huawei.com> | 2017-09-28 11:25:49 +0800 |
---|---|---|
committer | wutianwei <wutianwei1@huawei.com> | 2017-09-28 11:25:49 +0800 |
commit | f70d3aa8ffe7878e86b8f12c91c99018924a74b3 (patch) | |
tree | 2c7ffc1bb2e80dda601cbff5a14ccf3147c92f27 /deploy/conf/hardware_environment/huawei-pod2/network_openo.yml | |
parent | fb952b8c4cb4a47ad33cf7f7c3a06b83954343a2 (diff) |
Modify the network and DHA files
Due to pod2 virtual3 and virtual4 run danube before,
we need to change the network and DHA to run euphrates
Change-Id: I720138cb960cc6f3a57bf5f777c0debb80f64eba
Signed-off-by: wutianwei <wutianwei1@huawei.com>
Diffstat (limited to 'deploy/conf/hardware_environment/huawei-pod2/network_openo.yml')
-rw-r--r-- | deploy/conf/hardware_environment/huawei-pod2/network_openo.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/deploy/conf/hardware_environment/huawei-pod2/network_openo.yml b/deploy/conf/hardware_environment/huawei-pod2/network_openo.yml index 1bba2daa..0672a75f 100644 --- a/deploy/conf/hardware_environment/huawei-pod2/network_openo.yml +++ b/deploy/conf/hardware_environment/huawei-pod2/network_openo.yml @@ -66,7 +66,7 @@ ip_settings: - name: external ip_ranges: - - "192.168.11.10" - - "192.168.11.15" + - "192.168.11.50" cidr: "192.168.11.0/24" gw: "192.168.11.1" role: @@ -79,7 +79,7 @@ internal_vip: interface: mgmt public_vip: - ip: 192.168.11.18 + ip: 192.168.11.51 netmask: "24" interface: external @@ -93,7 +93,7 @@ public_net_info: enable: "True" network: ext-net type: flat - segment_id: 1000 + segment_id: 10 subnet: ext-subnet provider_network: physnet router: router-ext @@ -101,5 +101,5 @@ public_net_info: no_gateway: "False" external_gw: "192.168.11.1" floating_ip_cidr: "192.168.11.0/24" - floating_ip_start: "192.168.11.30" - floating_ip_end: "192.168.11.100" + floating_ip_start: "192.168.11.100" + floating_ip_end: "192.168.11.200" |