This file is indexed.

/usr/share/tripleo-heat-templates/environments/neutron-ovs-dpdk.yaml is in python-tripleo-heat-templates 5.2.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
## A Heat environment that can be used to deploy DPDK with OVS
resource_registry:
  OS::TripleO::Services::ComputeNeutronOvsAgent: ../puppet/services/neutron-ovs-dpdk-agent.yaml

parameter_defaults:
  ## NeutronDpdkCoreList and NeutronDpdkMemoryChannels are REQUIRED settings.
  ## Attempting to deploy DPDK without appropriate values will cause deployment to fail or lead to unstable deployments.
  #NeutronDpdkCoreList: ""
  #NeutronDpdkMemoryChannels: ""

  NeutronDatapathType: "netdev"
  NeutronVhostuserSocketDir: "/var/run/openvswitch"

  #NeutronDpdkSocketMemory: ""
  #NeutronDpdkDriverType: "vfio-pci"
  #NovaReservedHostMemory: 4096
  #NovaVcpuPinSet: ""