Support Bandwidth limiting QoS support
=======
Neutron has supported Bandwidth limiting QoS support since Liberty. Horizon needs to add support for Bandwidth limiting QoS support and their use to expose this functionality.
Motivation
==========
Neutron bandwidth limiting qos configurations.The main motivation for this implementation is about limiting, prioritizing or guaranteeing speed of traffic . So we can process important user traffic with higher priority and cloud admin can offer different service levels based on the available network bandwidth. Qos policies can be applied per network and port levels upon where cloud admin wants to get applied.
Description :
=========
QoS design defines the following two conceptual resources,
[1] QoS policy
[2] QoS rule (type specific)
Each QoS policy contains zero or more QoS rules. A policy is then applied to a network or a port, making all rules of the policy applied to the corresponding resource.When applied through a network association, policy rules could apply or not to neutron internal ports (like router, dhcp, load balancer, etc..). The QosRule base object provides a default should_
Data Model Impact:
The model consist of two main parts, policies, and rules. Policies are composed of rules. Even if that can look overcomplicated as a start, it will allow the feature to be easily extended without changes to object relationships (QoSPolicy <-> Port / QoSPolicy <-> Network) in the future.
For the case of bandwidth limiting, we have a third model QoSBandwidthLim
New rules could be introduced by adding new submodels to QoSRule.
UX
===
The nature of this change is wiring in Horizon. The end user should able to create QOS rule using Horizon UI as same neutron supports CLI interface .
Doc Impact
=========
The doc impact of this change will be to the overall openstack documentation regarding domain management.
Blueprint information
- Status:
- Started
- Approver:
- Ying Zuo
- Priority:
- Low
- Drafter:
- Mohankumar
- Direction:
- Approved
- Assignee:
- Beth Elwell
- Definition:
- Approved
- Series goal:
- None
- Implementation:
- Started
- Milestone target:
- None
- Started by
- Rob Cresswell
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Adding angular QoS panel in horizon -- ABANDONED
Addressed by: https:/
WIP - added edit policy options -- ABANDONED
Addressed by: https:/
Added a create action for qos policy -- ABANDONED
Addressed by: https:/
added bandwidth limit rule workflow -- ABANDONED
Addressed by: https:/
WIP-Added action for attach QoS policy to network -- ABANDONED
Addressed by: https:/
WIP-Added attach/detach qos policy to networks -- ABANDONED
Gerrit topic: https:/
Addressed by: https:/
WIP Adds angular QoS panel to Horizon
Gerrit topic: https:/
Addressed by: https:/
Add details to network_qos panel
Gerrit topic: https:/
Addressed by: https:/
QoS panel: default to disabled
Addressed by: WIP Add delete action to network_qos panel
https:/
Addressed by: Cleaned up formats for qos panel
https:/
[yingzuo - 2017/10/31] Beth, are you still working on this?
[betherly - 2017/11/01] Hi Ying, Yes I am, should have a patch up shortly. Apologies for the delay while focusing on testing.
[yingzuo - 2017/11/5] Great! Thanks Beth.
Gerrit topic: https:/
Addressed by: https:/
Add delete action to network_qos panel
No further progress happens for a long time. The target milestone and series are cleared.
Does anyone know the progress of this project?