This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 85
EOS-27255: IEM CLI integration with Event message #690
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Fix init phase of Miniprovisioning Signed-off-by: Selvakumar <[email protected]> * Fix test cases related to message_bus Signed-off-by: Selvakumar <[email protected]> * Remove creation of config files Signed-off-by: Selvakumar <[email protected]>
* Make use of components logger Signed-off-by: Selvakumar <[email protected]> * Use utils logger if initialised Signed-off-by: Selvakumar <[email protected]>
* Ignore logging if logger is not initialised Signed-off-by: Selvakumar <[email protected]> * Ignore logging if logger is not initialised Signed-off-by: Selvakumar <[email protected]>
…kafka endpoints from conf. (Seagate#658)
Signed-off-by: Rohit Dwivedi <[email protected]>
PATCH: update PyYaml version
* Iem prep and messagebus init changes Signed-off-by: suryakumar.kumaravelan <[email protected]> * Update event_message.py * Update event_message.py * Update event_message.py * Update test_iem.py * Update event_message.py * Update test_iem.py * Update event_message.py Co-authored-by: Sachin Punadikar <[email protected]> Co-authored-by: Selva Nambi <[email protected]>
Signed-off-by: suryakumar.kumaravelan <[email protected]>
Signed-off-by: suryakumar.kumaravelan <[email protected]>
Signed-off-by: suryakumar.kumaravelan <[email protected]>
suryakumar1024
changed the title
WIP: EOS-27255: IEM CLI integration with Event message
EOS-27255: IEM CLI integration with Event message
Jan 7, 2022
sachinpunadikar
approved these changes
Jan 7, 2022
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.
+1
rohit-k-dwivedi
suggested changes
Jan 7, 2022
Signed-off-by: suryakumar.kumaravelan <[email protected]>
rohit-k-dwivedi
approved these changes
Jan 7, 2022
vastradparayya
approved these changes
Jan 7, 2022
selvakumaar5496
approved these changes
Jan 7, 2022
test this please |
Re-tested this patch after rebase.. |
Test success. [root@ssc-vm-g2-rhev4-2547 iem_framework]# python3 test_iem_cli.py
|
retested the k8s build, its success |
suryakumar1024
added a commit
to suryakumar1024/cortx-utils
that referenced
this pull request
Mar 21, 2022
* Fix init phase of Miniprovisioning (Seagate#645) * Fix init phase of Miniprovisioning Signed-off-by: Selvakumar <[email protected]> * Fix test cases related to message_bus Signed-off-by: Selvakumar <[email protected]> * Remove creation of config files Signed-off-by: Selvakumar <[email protected]> * Make use of components logger (Seagate#650) * Make use of components logger Signed-off-by: Selvakumar <[email protected]> * Use utils logger if initialised Signed-off-by: Selvakumar <[email protected]> * Ignore logging in message_bus if logger is not initialised (Seagate#652) * Ignore logging if logger is not initialised Signed-off-by: Selvakumar <[email protected]> * Ignore logging if logger is not initialised Signed-off-by: Selvakumar <[email protected]> * Updated message_bus tests to take cluster.conf path as input and get kafka endpoints from conf. (Seagate#658) * PATCH: update PyYaml version Signed-off-by: Rohit Dwivedi <[email protected]> * EOS-25893: Implement init method for Event_message (Seagate#670) * Iem prep and messagebus init changes Signed-off-by: suryakumar.kumaravelan <[email protected]> * Update event_message.py * Update event_message.py * Update event_message.py * Update test_iem.py * Update event_message.py * Update test_iem.py * Update event_message.py Co-authored-by: Sachin Punadikar <[email protected]> Co-authored-by: Selva Nambi <[email protected]> * iem cli changes no conf Signed-off-by: suryakumar.kumaravelan <[email protected]> * reverted iem patch for optional arguments Signed-off-by: suryakumar.kumaravelan <[email protected]> * Iem Fix for Event message chagnes Signed-off-by: suryakumar.kumaravelan <[email protected]> * Update iem_cli.py * Code optimize Signed-off-by: suryakumar.kumaravelan <[email protected]> * Update iem_cli.py Co-authored-by: Selva Nambi <[email protected]> Co-authored-by: veerendra-simha-garikipati <[email protected]> Co-authored-by: Rohit Dwivedi <[email protected]> Co-authored-by: Sachin Punadikar <[email protected]> Signed-off-by: suryakumar.kumaravelan <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem Statement
Design
Coding
Testing
Review Checklist
Before posting the PR please ensure
Documentation