d1fea280f4
This change combines the previous puppet and docker files into a single file that performs the docker service installation and configuration for the neutron-metadata, neutron-ovs-agent, and neutron-ovs-dpdk-agent. With this patch the baremetal version of each respective neutron service has been removed. Related-Blueprint: services-yaml-flattening Change-Id: I7a918e72ce4bfd06a95d7a575603a6fb65ded5a9
12 lines
545 B
YAML
12 lines
545 B
YAML
# A Heat environment that can be used to deploy DPDK with OVS
|
|
# Deploying DPDK requires enabling hugepages for the overcloud nodes
|
|
resource_registry:
|
|
OS::TripleO::Services::ComputeNeutronOvsDpdk: ../../deployment/neutron/neutron-ovs-dpdk-agent-container-puppet.yaml
|
|
|
|
parameter_defaults:
|
|
NeutronDatapathType: "netdev"
|
|
NeutronVhostuserSocketDir: "/var/lib/vhost_sockets"
|
|
NovaSchedulerDefaultFilters: "ComputeFilter,AvailabilityZoneFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,NUMATopologyFilter"
|
|
OvsDpdkDriverType: "vfio-pci"
|
|
|