-
Notifications
You must be signed in to change notification settings - Fork 5
Aggregate metadata diff sensor #383
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
fb2ba7b
to
36b4a13
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #383 +/- ##
===========================================
- Coverage 100.00% 99.92% -0.08%
===========================================
Files 105 106 +1
Lines 2470 2606 +136
Branches 362 408 +46
===========================================
+ Hits 2470 2604 +134
- Partials 0 2 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
99e8554
to
65a6bda
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.
I think we should consider writing the functionality of deepdiff
ourselves to limit our attack vectors.
Ad util function which runs a deepdiff on two objects and returns data compatible with tabulate tables
Increase poll interval to reduce noise Fix testing
Get aggregates from two openstack instances, compares metadata on matching aggregates, outputs to a jira table Add which cloud is source and target to logging
Add python 3.10 in preperation for stackstorm 3.9
a61df55
to
f8a5d50
Compare
Was gonna replace deepdiff directly in this branch but I'd rather in a different PR. Dropped my changes. |
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.
@AlexCK-STFC is working on improvements which will land separately
Description:
Sensor to raise jira issue when host aggregate metadata doesn't match between cloud environments
Special Notes:
Submitter:
Have you (where applicable):
Reviewer
Does this PR:
lib
directory?lib
layers?