summaryrefslogtreecommitdiffstats
path: root/deploy/conf/hardware_environment/huawei-pod5/os-nosdn-nofeature-ha.yml
blob: 56428daa1efefaa7e5323e091fcc38a2748af182 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
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