a1f6142b9f
Added required OVN parameters in OVN DPDK and OVN SRIOV services yaml files. Change-Id: I926aa8fc048af07036b923055b365314b3a5e843
11 lines
492 B
YAML
11 lines
492 B
YAML
# Environment file to enable DPDK with ovn. In addition to the ovn environment files,
|
|
# use this environment file to enable DPDK on roles with ComputeNeutronOvsDpdk service.
|
|
resource_registry:
|
|
OS::TripleO::Services::ComputeNeutronOvsDpdk: ../../deployment/neutron/neutron-ovn-dpdk-config-container-puppet.yaml
|
|
|
|
parameter_defaults:
|
|
NeutronVhostuserSocketDir: /var/lib/vhost_sockets
|
|
NeutronTypeDrivers: 'geneve,vlan,flat'
|
|
ControllerParameters:
|
|
OVNCMSOptions: "enable-chassis-as-gw"
|