-
Notifications
You must be signed in to change notification settings - Fork 101
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
[minor_change] Add resources and datasources to support qosDot1PClass and qosDscpClass and expose them in existing aci_custom_qos_policy resource and datasource as children (DCNE-35) #1296
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1296 +/- ##
==========================================
+ Coverage 83.74% 83.97% +0.22%
==========================================
Files 123 127 +4
Lines 56180 58384 +2204
==========================================
+ Hits 47049 49026 +1977
- Misses 7255 7423 +168
- Partials 1876 1935 +59 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
have you tried to see what happens with these class objects when priority
is set to unspecified
?
just double checked and it sets to unspecified for both classes, also checked the target_cos attribute |
03a8ac3
to
90d41a5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
gen/definitions/classes.yaml
Outdated
qosDscpClass: | ||
resource_name: "dscp_to_priority_map" | ||
ui_locations: | ||
- "Tenants -> Policies -> Protocol -> Custom QoS -> DSCP to priority ap" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- "Tenants -> Policies -> Protocol -> Custom QoS -> DSCP to priority ap" | |
- "Tenants -> Policies -> Protocol -> Custom QoS -> DSCP to priority map" |
… and qosDscpClass and expose them in aci_custom_qos_policy resource and datasource
76d99ba
to
51407b9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fixes #1267