aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/conf/virtual_cluster.yml
blob: b3bd9e77b57c225a258f831a5955553d36271537 (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
TYPE: virtual
FLAVOR: cluster

hosts:
  - name: host1
    roles:
      - controller
      - ha

  - name: host2
    roles:
      - controller
      - ha

  - name: host3
    roles:
      - controller
      - ha

  - name: host4
    roles:
      - compute

  - name: host5
    roles:
      - compute