-
Notifications
You must be signed in to change notification settings - Fork 45
Add Data Plane Policing Policy module #147
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
Conversation
M: aci-endpoint-group M: aci-l3out-interface-profile M: aci_access_policies.tf M: aci_tenants.tf M: defaults.yaml M: modules.yaml
juchowan
left a comment
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.
Hi @therealdoug, thanks for contribution! It took a while to review pending PRs, an we require some changes here. Would you still like to work on this PR?
defaults/defaults.yaml
Outdated
| mode: bit | ||
| sharing_mode: dedicated | ||
| rate: 0 | ||
| pir: 0 |
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.
same in tenant policies for pir and pir_unit
modules/terraform-aci-access-leaf-interface-policy-group/main.tf
Outdated
Show resolved
Hide resolved
modules/terraform-aci-access-leaf-interface-policy-group/main.tf
Outdated
Show resolved
Hide resolved
modules/terraform-aci-data-plane-policing-policy/.terraform-docs.yml
Outdated
Show resolved
Hide resolved
modules/terraform-aci-data-plane-policing-policy/.terraform-docs.yml
Outdated
Show resolved
Hide resolved
- update `pir` to `peak_rate` - update `pir_unit` to `peak_rate_unit` - Add count - Add policy checks - Pre-commit checks ran
|
Thanks for the feedback! Update submitted for requested changes. |
- Fix naming after greedy search and replace - Add Tenant policy location for DPP - Run pre-commit
6ddb726 to
eb64caf
Compare
…terraform-aci-nac-aci into therealdoug-data-plane-policing
A: aci-data-plane-policing-policy
M: aci-access-leaf-interface-policy-group
M: aci-endpoint-group
M: aci-l3out-interface-profile
M: aci_access_policies.tf
M: aci_tenants.tf
M: defaults.yaml
M: modules.yaml