aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/conf/virtual_cluster_odl.yml
blob: e2ee19c6032c3404490981afdc7b0f3dbede600f (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: cluster

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

  - name: host2
    roles:
      - controller
      - ha
      - odl

  - name: host3
    roles:
      - controller
      - ha
      - odl

  - name: host4
    roles:
      - compute

  - name: host5
    roles:
      - compute