tripleo-heat-templates/environments/services/neutron-ovn-dpdk.yaml
Jaganathan Palanisamy a1f6142b9f Missing OVN Parameters
Added required OVN parameters in OVN DPDK and OVN SRIOV services
yaml files.

Change-Id: I926aa8fc048af07036b923055b365314b3a5e843
2022-01-12 14:32:51 +05:30

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"