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

Rename events "ExtManagementSystem Compliance *" -> "Provider Compliance *" #13388

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions db/fixtures/miq_event_definitions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ ems_auth_unreachable,Provider Auth Unreachable,Default,auth_validation
ems_auth_incomplete,Provider Auth Incomplete Credentials,Default,auth_validation
ems_auth_error,Provider Auth Error,Default,auth_validation
ems_performance_gap_detected,C & U Collection Gap Detected,Default,ems_operations
# Compliance event names are derived from lowercased model name.
extmanagementsystem_compliance_check,Provider Compliance Check,Default,compliance
extmanagementsystem_compliance_passed,Provider Compliance Passed,Default,compliance
extmanagementsystem_compliance_failed,Provider Compliance Failed,Default,compliance

#
# Host operations
Expand Down Expand Up @@ -201,7 +205,3 @@ containerreplicator_successfulcreate,Replicator Successfully Created Pod,Default
containerreplicator_compliance_check,Replicator Compliance Check,Default,compliance
containerreplicator_compliance_passed,Replicator Compliance Passed,Default,compliance
containerreplicator_compliance_failed,Replicator Compliance Failed,Default,compliance

extmanagementsystem_compliance_check,ExtManagementSystem Compliance Check,Default,compliance
extmanagementsystem_compliance_passed,ExtManagementSystem Compliance Passed,Default,compliance
extmanagementsystem_compliance_failed,ExtManagementSystem Compliance Failed,Default,compliance