aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/conf/baremetal_cluster.yml
blob: 798099a491d6b3b2df88d2ea785bb3fda89e4e95 (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
TYPE: baremetal
FLAVOR: cluster
POWER_TOOL: smmset

hosts:
  - name: host1
    mac: '64:3e:8c:4c:6d:a3'
    location: 14
    roles:
      - controller
      - ha

  - name: host2
    mac: '64:3e:8c:4c:6d:37'
    location: 15
    roles:
      - controller
      - ha

  - name: host3
    mac: '64:3e:8c:4c:6c:d7'
    location: 16
    roles:
      - controller
      - ha

  - name: host4
    mac: '64:3e:8c:4c:6b:7b'
    location: 17
    roles:
      - compute

  - name: host5
    location: 18
    mac: '64:3e:8c:4c:68:2b'
    roles:
      - compute