Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QoS policies and rules support #760

Closed
ozerovandrei opened this issue Jun 1, 2019 · 3 comments
Closed

QoS policies and rules support #760

ozerovandrei opened this issue Jun 1, 2019 · 3 comments

Comments

@ozerovandrei
Copy link
Member

This provider should support OpenStack Networking V2 QoS policies, rules and qos_policy_id field in the network and port resources.

Upstream progress is tracked in #1027.

@ozerovandrei
Copy link
Member Author

@jtopjian I was thinking about design of those resources and I think that it is better to implement it in that way:

  • qos_policy_id field in the existing network and port resources/datasources;
  • qos_policy resource/datasource that won't contain any rules given that this field is too dynamic;
  • qos_bandwidth_limit_rule resource/datasource;
  • qos_dscp_marking_rule resource/datasource;
  • qos_minimum_bandwidth_rule resource/datasource.

What do you think?

@ozerovandrei ozerovandrei self-assigned this Jun 2, 2019
@jtopjian
Copy link
Contributor

jtopjian commented Jun 2, 2019

@ozerovandrei Yep, that sounds good to me.

Just to confirm, though, the resource names will be something like openstack_networking_qos_policy_v2, openstack_networking_qos_bandwidth_limit_rule_v2, etc. I know some of these names will be quite long, but it'll be consistent with other names.

@ozerovandrei
Copy link
Member Author

Yeah they will have exactly those names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants