Updating docs for Danube
[apex.git] / config / deploy / deploy_settings.yaml
index ea35ae7..c92a175 100644 (file)
@@ -41,6 +41,10 @@ deploy_options:
   # 'ovs', 'ovs_dpdk' and 'fdio'.
   dataplane : ovs
 
+  # Whether to run the kvm real time kernel (rt_kvm) in the compute node(s) to
+  # reduce the network latencies caused by network function virtualization
+  rt_kvm: false
+
   # Whether to install and configure fdio functionality in the overcloud
   # The dataplane should be specified as fdio if this is set to true
   vpp: false
@@ -77,7 +81,7 @@ deploy_options:
   #      # This is currently the only available option in the nova section. It will
   #      # add the provided string to vcpu_pin_set in nova.conf. This is used to pin
   #      # guest VMs to a set of CPU cores, and is decsribed in more detail here:
-  #      # http://docs.openstack.org/mitaka/config-reference/compute/config-options.html
+  #      # http://docs.openstack.org/newton/config-reference/compute/config-options.html
   #      libvirtpin: 1
   #    kernel:
   #      # On compute nodes, isolcpus is usually used to reserve cores for use either by VMs
@@ -85,3 +89,9 @@ deploy_options:
   #      isolcpus: 0
   #      hugepage: 2M
   #      intel_iommu: 'on'
+
+  # Set yardstick option to install yardstick
+  #yardstick: false
+
+  # Set dovetail option to install dovetail
+  #dovetail: false