2 # The only global parameter at this time is ha_enabled, which will use
3 # the tripleo ha architecture described here:
4 # https://github.com/beekhof/osp-ha-deploy/blob/master/HA-keepalived.md
5 # with 3 controllers by default
7 # If ha_enabled is false, there will only be one controller.
12 # Which SDN controller to use. Valid options are 'opendaylight', 'onos',
13 # 'opendaylight-external', 'opencontrail' or false. A value of false will
14 # use Neutron's OVS ML2 controller.
15 sdn_controller: opendaylight
17 # Which version of ODL to use. This is only valid if 'opendaylight' was used
18 # above. Valid options are 'carbon'. If no value
19 # is specified, carbon will be used.
22 # Whether to install and configure Tacker (VNF Manager)
25 # Whether to configure Congress (policy as a service) datasources
26 # Note: Congress is already installed by default
29 # Whether to configure ODL or ONOS with Service Function Chaining support.
30 # This requires the opnfv-apex-opendaylight-sfc package to be installed,
31 # since it uses a different overcloud image.
34 # Whether to configure ODL with SDNVPN support.
37 # Which dataplane to use for overcloud tenant networks. Valid options are
38 # 'ovs', 'ovs_dpdk' and 'fdio'.
41 # Whether to run the kvm real time kernel (rt_kvm) in the compute node(s) to
42 # reduce the network latencies caused by network function virtualization
45 # Whether to install and configure fdio functionality in the overcloud
46 # The dataplane should be specified as fdio if this is set to true
49 # Whether to run vsperf after the install has completed
52 # Specify a device for ceph to use for the OSDs. By default a virtual disk
53 # is created for the OSDs. This setting allows you to specify a different
54 # target for the OSDs. The setting must be valid on all overcloud nodes.
55 # The controllers and the compute nodes all have OSDs setup on them and
56 # therefore this device name must be valid on all overcloud nodes.
57 # ceph_device: /dev/sdb
59 # Set performance options on specific roles. The valid roles are 'Compute',
60 # 'Controller' and 'Storage', and the valid sections are 'kernel' and 'nova'
64 # # In this example, these three settings will be passed to the kernel
65 # # boot line. Any key/value pair can be entered here, so care should
66 # # be taken to ensure that machines do not fail to boot.
68 # # isolcpus is generally used to push host processes off a particular
69 # # core, so that it can be dedicated to a specific process. On control
70 # # nodes this could be an ovs_dpdk process.
72 # # Hugepages are required for ovs_dpdk support.
74 # # intel_iommu is also required for ovs_dpdk support.
78 # # This is currently the only available option in the nova section. It
79 # # will add the provided string to vcpu_pin_set in nova.conf. This is
80 # # used to pin guest VMs to a set of CPU cores, and is decsribed in
82 # # http://docs.openstack.org
83 # # /ocata/config-reference/compute/config-options.html
86 # # On compute nodes, isolcpus is usually used to reserve cores for use
87 # # either by VMs or ovs_dpdk
92 # Set yardstick option to install yardstick
95 # Set dovetail option to install dovetail