aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/conf/virtual_five.yml
blob: f42f3d62ad20c515ac3280ac805631a0af86dbbe (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
TYPE: virtual
FLAVOR: five

hosts:
  - name: host1
    roles:
      - controller
      - network

  - name: host2
    roles:
      - compute
      - storage

  - name: host3
    roles:
      - compute
      - storage

  - name: host4
    roles:
      - compute
      - storage

  - name: host5
    roles:
      - compute
      - storage