Skip to content

Commit

Permalink
Add support of SRIOV with OVN
Browse files Browse the repository at this point in the history
Make sure sriov daemonset is enabled on ovn with sriov.

Related-Prod: PRODX-47749
Change-Id: I716901fb96b9c923aa1d23d1dcff050427321144
  • Loading branch information
jumpojoy committed Dec 19, 2024
1 parent a09121c commit eac01f5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions rockoon/templates/services/networking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ spec:
{%- endfor %}
{%- endif %}
# TODO(vsaienko): implement ovn + dpdk support
{%- if dpdk.enabled and neutron_node_specific%}
{%- if dpdk.enabled and neutron_node_specific %}
openvswitch_openvswitch-vswitchd:
labels:
{%- for label, override in neutron_node_specific.items() %}
Expand Down Expand Up @@ -754,7 +754,6 @@ spec:
daemonset_l3_agent: false
daemonset_lb_agent: false
daemonset_ovs_agent: false
daemonset_sriov_agent: false
daemonset_netns_cleanup_cron: false
pod_rally_test: false
{%- endif %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@ spec:
daemonset_l3_agent: false
daemonset_lb_agent: false
daemonset_ovs_agent: false
daemonset_sriov_agent: false
daemonset_ovn_vpn_agent: true
pod_rally_test: false
daemonset_netns_cleanup_cron: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -546,8 +546,8 @@ spec:
daemonset_l3_agent: false
daemonset_lb_agent: false
daemonset_ovs_agent: false
daemonset_sriov_agent: false
daemonset_ovn_vpn_agent: true
daemonset_sriov_agent: true
pod_rally_test: false
daemonset_netns_cleanup_cron: false
network:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ spec:
daemonset_lb_agent: false
daemonset_metadata_agent: false
daemonset_ovs_agent: false
daemonset_sriov_agent: false
daemonset_netns_cleanup_cron: false
pod_rally_test: false
network:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,6 @@ spec:
daemonset_l3_agent: false
daemonset_lb_agent: false
daemonset_ovs_agent: false
daemonset_sriov_agent: false
pod_rally_test: false
daemonset_netns_cleanup_cron: false
network:
Expand Down

0 comments on commit eac01f5

Please sign in to comment.