Bug 1669584 - [TESTONLY] [Neutron][NFV] Scheduler to relate bandwidth per SR-IOV interface to total PF bandwidth
Summary: [TESTONLY] [Neutron][NFV] Scheduler to relate bandwidth per SR-IOV interface ...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo
Version: 16.0 (Train)
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: z8
: 16.1 (Train on RHEL 8.2)
Assignee: Christophe Fontaine
QA Contact: Vadim Khitrin
URL:
Whiteboard:
Depends On: 1463838 1780733 1788974 1900500 1989820
Blocks: 1991746
TreeView+ depends on / blocked
 
Reported: 2019-01-25 17:31 UTC by atelang
Modified: 2022-09-22 08:54 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1991746 (view as bug list)
Environment:
Last Closed: 2022-09-22 08:54:31 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker NFV-2226 0 None None None 2021-10-06 14:46:42 UTC
Red Hat Issue Tracker NFV-680 0 None None None 2021-08-09 21:27:06 UTC
Red Hat Issue Tracker OSP-1819 0 None None None 2022-03-09 10:07:07 UTC

Description atelang 2019-01-25 17:31:30 UTC
Description of problem:
End-end testing of bandwidth aware scheduling with SRIOV Related Nova BZ 1463837


This was Nova RFE to have a instance spawned based on configured qos policy for sriov vfs and GAed in 16.0 from nova.
https://bugzilla.redhat.com/show_bug.cgi?id=1463838

However, this needs neutron and tripleO changes and is tracked with this. It is fixed now but not part of 16.1.2 for the Neutron team as well.
https://bugzilla.redhat.com/show_bug.cgi?id=1788974

Our purpose to raise below is to make sure we have this in CI once the above is done by neutron. 
https://bugzilla.redhat.com/show_bug.cgi?id=1669584



Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 12 Karrar Fida 2020-10-20 14:27:22 UTC
To be marked as verified once Neutron verifies 1788974

Comment 14 Karrar Fida 2020-12-03 06:20:56 UTC
Changed target milestone to z4 since 1788974 will be completed for z4.

Comment 18 Yariv 2021-10-11 13:33:01 UTC
Patch is verified with the following THTs 
https://code.engineering.redhat.com/gerrit/c/nfv-qe/+/280721

  # RFE https://bugzilla.redhat.com/show_bug.cgi?id=1669584
  NeutronServicePlugins: 'ovn-router,trunk,qos,placement'
  ExtraConfig:
    neutron::agents::ml2::sriov::resource_provider_hypervisors:
     "enp4s0f0:%{hiera('fqdn_canonical')},enp4s0f1:%{hiera('fqdn_canonical')}"
  NeutronSriovResourceProviderBandwidths: enp4s0f0:4000000:9000000,enp4s0f1:4000000:9000000


Verified on 16.2
ovs/ovn back end, 
cat ~/core_puddle_version
 RHOS-16.2-RHEL-8-20211006.n.1

this BZ should be VERIFIED for 16.1 also

Comment 25 Ricardo Diaz 2022-03-14 08:18:21 UTC
Verified on 16.1:

[stack@undercloud-0 ~]$ printf "$(cat core_puddle_version)\n"
RHOS-16.1-RHEL-8-20220225.n.1


[stack@undercloud-0 ~]$ cat /home/stack/ospd-16.1-vxlan-dpdk-sriov-ctlplane-dataplane-bonding-hybrid/sriov-config.yaml
parameter_defaults:
  ComputeOvsDpdkSriovExtraConfig:
    neutron::agents::ml2::sriov::resource_provider_hypervisors:
     "enp7s0f0:%{hiera('fqdn_canonical')},enp7s0f1:%{hiera('fqdn_canonical')}"
  ComputeOvsDpdkSriovParameters:
    NeutronSriovResourceProviderBandwidths: enp7s0f0:4000000:9000000,enp7s0f1:4000000:9000000
    NovaPCIPassthrough:
      - devname: "enp5s0f2"
        trusted: "true"
        physical_network: "sriov-1"
      - devname: "enp5s0f3"
        trusted: "true"
        physical_network: "sriov-2"
      - devname: "enp7s0f0"
        trusted: "true"
        physical_network: "sriov-mlx-1"
      - devname: "enp7s0f1"
        trusted: "true"
        physical_network: "sriov-mlx-2"

    NeutronPhysicalDevMappings:
      - "sriov-1:enp5s0f2"
      - "sriov-2:enp5s0f3"
      - "sriov-mlx-1:enp7s0f0"
      - "sriov-mlx-2:enp7s0f1"


Note You need to log in before you can comment on or make changes to this bug.