Missing OVN Parameters

Added required OVN parameters in OVN DPDK and OVN SRIOV services
yaml files.

Change-Id: I926aa8fc048af07036b923055b365314b3a5e843
This commit is contained in:
Jaganathan Palanisamy 2022-01-12 14:29:34 +05:30
parent 1f871217c2
commit a1f6142b9f
2 changed files with 5 additions and 0 deletions

View File

@ -5,3 +5,6 @@ resource_registry:
parameter_defaults: parameter_defaults:
NeutronVhostuserSocketDir: /var/lib/vhost_sockets NeutronVhostuserSocketDir: /var/lib/vhost_sockets
NeutronTypeDrivers: 'geneve,vlan,flat'
ControllerParameters:
OVNCMSOptions: "enable-chassis-as-gw"

View File

@ -16,6 +16,8 @@ parameter_defaults:
- ServerGroupAffinityFilter - ServerGroupAffinityFilter
- PciPassthroughFilter - PciPassthroughFilter
NovaSchedulerAvailableFilters: ['nova.scheduler.filters.all_filters'] NovaSchedulerAvailableFilters: ['nova.scheduler.filters.all_filters']
ControllerParameters:
OVNCMSOptions: "enable-chassis-as-gw"
ControllerSriovParameters: ControllerSriovParameters:
OVNCMSOptions: "enable-chassis-as-gw" OVNCMSOptions: "enable-chassis-as-gw"
NetworkerSriovParameters: NetworkerSriovParameters: