From ba295febcb4a37eb9dcfc8c00c0c8ff9b3c3a27d Mon Sep 17 00:00:00 2001 From: meimei Date: Wed, 17 Aug 2016 15:27:38 +0800 Subject: [compass] add new pod configuration Change-Id: I4d2da49a729297f5475ffab7f15d07d8a7b5c1f1 Signed-off-by: meimei --- .../huawei-pod5/os-nosdn-nofeature-ha.yml | 63 ++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 deploy/conf/hardware_environment/huawei-pod5/os-nosdn-nofeature-ha.yml (limited to 'deploy/conf/hardware_environment/huawei-pod5/os-nosdn-nofeature-ha.yml') diff --git a/deploy/conf/hardware_environment/huawei-pod5/os-nosdn-nofeature-ha.yml b/deploy/conf/hardware_environment/huawei-pod5/os-nosdn-nofeature-ha.yml new file mode 100644 index 00000000..56428daa --- /dev/null +++ b/deploy/conf/hardware_environment/huawei-pod5/os-nosdn-nofeature-ha.yml @@ -0,0 +1,63 @@ + +TYPE: baremetal +FLAVOR: cluster +POWER_TOOL: ipmitool + +ipmiUser: root +ipmiVer: '2.0' + +hosts: + - name: host1 + mac: '70:7b:e8:75:71:d3' + interfaces: + - eth1: '70:7b:e8:75:71:d2' + ipmiIp: 172.31.123.2 + ipmiPass: root + roles: + - controller + - ha + - ceph-adm + - ceph-mon + + - name: host2 + mac: '70:7b:e8:75:72:21' + interfaces: + - eth1: '70:7b:e8:75:72:20' + ipmiIp: 172.31.123.3 + ipmiPass: root + roles: + - controller + - ha + - ceph-mon + + - name: host3 + mac: '70:7b:e8:75:71:37' + interfaces: + - eth1: '70:7b:e8:75:71:36' + ipmiIp: 172.31.123.4 + ipmiPass: root + roles: + - controller + - ha + - ceph-mon + + - name: host4 + mac: '70:7b:e8:75:71:dc' + interfaces: + - eth1: '70:7b:e8:75:71:db' + ipmiIp: 172.31.123.5 + ipmiPass: root + roles: + - compute + - ceph-osd + + - name: host5 + mac: '70:7b:e8:75:71:d6' + interfaces: + - eth1: '70:7b:e8:75:71:d5' + ipmiIp: 172.31.123.6 + ipmiPass: root + roles: + - compute + - ceph-osd + -- cgit 1.2.3-korg