summaryrefslogtreecommitdiffstats
path: root/common/config/deploy/example.yaml
blob: 81e3ba894058528c7533a942d675102ea7adb8e6 (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
---
global_params:
  ha_enabled: true
  network_isolation_settings: network/network-environment-example.yaml
  openstack_version: liberty

deploy_options:
  sdn_controller:
    name: opendaylight
    version: lithium
    enable_l3: false #only applies to supported controllers
  tacker: false
  congress: false
  sfc: false
  openvswitch_version: dpdk
  ceph: true

installer_options: #installer specific flags
  my_specific_apex_param: true

roles:  #attach roles to each controller/compute
  controller1:
      - opendaylight  #example, when ODL supports HA this could be attached to all 3 controllers
      - ceph
      - aodh
  controller2:
      - ceph
      - aodh
  controller3:
      - ceph
      - aodh
  compute1:
      - mongodb
  compute2:
      - mongodb