diff options
author | wutianwei <wutianwei1@huawei.com> | 2017-09-20 17:28:08 +0800 |
---|---|---|
committer | wutianwei <wutianwei1@huawei.com> | 2017-09-20 18:32:17 +0800 |
commit | 80a3a5e0f7cb3d555e07f1e940854624d320ffbd (patch) | |
tree | 870fb99720ac4ab2d4d54ccf4695a85b59c66234 /deploy/conf/hardware_environment/huawei-pod7/os-nosdn-nofeature-ha.yml | |
parent | b0a8c3244e267eeed680a8d97ddb6176671dc030 (diff) |
Add huawei-pod7 network.yml and DHA
dovetail need run in danube, we trigger compass4nfv in huawei-pod7 for davetail
Change-Id: I7cc89ceb3db872fee4a33d05f650289b38053436
Signed-off-by: wutianwei <wutianwei1@huawei.com>
Diffstat (limited to 'deploy/conf/hardware_environment/huawei-pod7/os-nosdn-nofeature-ha.yml')
-rw-r--r-- | deploy/conf/hardware_environment/huawei-pod7/os-nosdn-nofeature-ha.yml | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/deploy/conf/hardware_environment/huawei-pod7/os-nosdn-nofeature-ha.yml b/deploy/conf/hardware_environment/huawei-pod7/os-nosdn-nofeature-ha.yml new file mode 100644 index 00000000..71cac58a --- /dev/null +++ b/deploy/conf/hardware_environment/huawei-pod7/os-nosdn-nofeature-ha.yml @@ -0,0 +1,65 @@ +############################################################################## +# Copyright (c) 2017 HUAWEI TECHNOLOGIES CO.,LTD and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + +--- +TYPE: baremetal +FLAVOR: cluster +POWER_TOOL: ipmitool + +ipmiUser: root +ipmiVer: '2.0' + +hosts: + - name: host1 + mac: '88:cf:98:61:66:77' + interfaces: + - eth1: '88:CF:98:61:66:76' + ipmiIp: 192.168.120.12 + ipmiPass: Opnfv@pod7 + roles: + - controller + - ha + + - name: host2 + mac: '88:cf:98:61:66:c9' + interfaces: + - eth1: '88:CF:98:61:66:C8' + ipmiIp: 192.168.120.13 + ipmiPass: Opnfv@pod7 + roles: + - controller + - ha + + - name: host3 + mac: '88:cf:98:83:31:98' + interfaces: + - eth1: '88:CF:98:83:31:97' + ipmiIp: 192.168.120.14 + ipmiPass: Opnfv@pod7 + roles: + - controller + - ha + + - name: host4 + mac: '88:cf:98:61:67:09' + interfaces: + - eth1: '88:CF:98:61:67:08' + ipmiIp: 192.168.120.15 + ipmiPass: Opnfv@pod7 + roles: + - compute + + - name: host5 + mac: '88:cf:98:83:31:e4' + interfaces: + - eth1: '88:CF:98:83:31:E3' + ipmiIp: 192.168.120.16 + ipmiPass: Opnfv@pod7 + roles: + - compute |