Bug 1788974
| Summary: | Support to configure vnic_type_blacklist and resource_provider_bandwidths parameters for ovs/sriov agents | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | James Parker <jparker> |
| Component: | openstack-tripleo-heat-templates | Assignee: | Slawek Kaplonski <skaplons> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Candido Campos <ccamposr> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 16.1 (Train) | CC: | atragler, bcafarel, bhaley, ccamposr, egallen, ekuris, fbaudin, hakhande, igallagh, jamsmith, jjoyce, jschluet, mburns, njohnston, nwolf, skaplons, slinaber, spower, stephenfin, tkajinam, tvignaud |
| Target Milestone: | z5 | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-tripleo-heat-templates-11.3.2-1.20201114031844.el8ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-04-07 14:37:14 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1991746, 1669584, 1801054, 1885514 | ||
|
Description
James Parker
2020-01-08 13:46:46 UTC
In addition to the aforementioned configuration options in 'ml2_conf.ini', 'ovs_agent.ini', and 'sriov_agent.ini', we also need to configure neutron-placement interaction. There are two steps required here: configure the placement service plugin and configure placement credentials. For example, in 'neutron.conf': [DEFAULT] service_plugins = placement,... auth_strategy = keystone [placement] auth_type = password auth_url = https://controller/identity password = secret project_domain_name = Default project_name = service user_domain_name = Default username = placement Also note that configuration of the '[ovs_driver] vnic_type_blacklist' and '[sriov_driver] vnic_type_blacklist' config options listed in comment #0 is not actually required for this. More information can be found in the neutron documentation [1]. [1] https://docs.openstack.org/neutron/latest/admin/config-qos-min-bw.html Removing Target Milestone; please replan According to our records, this should be resolved by puppet-neutron-15.5.1-0.20200514103419.0a45ec7.el8ost. This build is available now. Hi James and Slawek So for the documentation, do I now just need to update Steps 2 and 3 in the "Creating and applying a guaranteed minimum bandwidth QoS policy and rule" procedure [0], replacing them with adding the above heat parameters to network-environment.yaml? Thanks Irina [0] https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.1/html-single/networking_guide/index#guaranteed-min-bw Slawek - since this code hasn't merged downstream and we are past the blocker freeze for 16.1.2, I think the target milestone should be changed to z3 to reflect that. |