aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/conf/vm_environment/os-odl_l3-nofeature-ha.yml
blob: cc95ccd518a19029424a52a8398849acb3f3578a (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
TYPE: virtual
FLAVOR: cluster

odl_l3_agent: "Enable"

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