Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EOS-20688: Start and Stop MessageBus rest service in utils_setup (Sea…
…gate#313) * MessageBus: Rest Interface using aiohttp (Seagate#257) * EOS-20462: Adding rsyslog service restart. (Seagate#286) * Adding rsyslog service restart Signed-off-by: Udayan Yaragattikar <[email protected]> * Codacy issues resolved Signed-off-by: Udayan Yaragattikar <[email protected]> * Fix service handler Signed-off-by: Udayan Yaragattikar <[email protected]> * reverting the change Signed-off-by: Udayan Yaragattikar <[email protected]> * Resolve codacy issue * Resolving codacy issue Co-authored-by: Sachin Punadikar <[email protected]> * MessageBus: Rest Interface using aiohttp This commit incorporated all the changes of PR 254. And a few modifications as well. Signed-off-by: Rahul Tripathi <[email protected]> * Creating error class Signed-off-by: Rahul Tripathi <[email protected]> * Revert "Creating error class" This reverts commit e7675f6a3add2c4d5935e08bb30812e373846bcd. * Fixes with some cosmetic changes Signed-off-by: Rahul Tripathi <[email protected]> Co-authored-by: Udayan Yaragattikar <[email protected]> Co-authored-by: Sachin Punadikar <[email protected]> * EOS-16256: Instantiation of Event message and its attributes (Seagate#278) * Implementation of Iem set and print method Signed-off-by: Selvakumar <[email protected]> * Change copyright year Signed-off-by: Selvakumar <[email protected]> * Change in class interfaces Signed-off-by: Selvakumar <[email protected]> * Cosmetic changes Signed-off-by: Selvakumar <[email protected]> * Implemented send and receive Signed-off-by: Selvakumar <[email protected]> * Change hex values to string and method parameters Signed-off-by: Selvakumar <[email protected]> * Change hex values to string and method parameters Signed-off-by: Selvakumar <[email protected]> * Initialise client in init by a bool parameter Signed-off-by: Selvakumar <[email protected]> * Remove unneccesary validation Signed-off-by: Selvakumar <[email protected]> * Added test code and Derived Error from UtilsError Signed-off-by: Selvakumar <[email protected]> * Update Multiline comments Signed-off-by: Selvakumar <[email protected]> * Defined Alert schema and added more testcases Signed-off-by: Selvakumar <[email protected]> * Modify BaseError to UtilsError Signed-off-by: Selvakumar <[email protected]> * fix codacy issues Signed-off-by: Selvakumar <[email protected]> * fix codacy issues Signed-off-by: Selvakumar <[email protected]> * change multiline comments Signed-off-by: Selvakumar <[email protected]> * Make alert schema consistent Signed-off-by: Selvakumar <[email protected]> * Resolve conflicting files Signed-off-by: Selvakumar <[email protected]> * start and stop Messagebus rest service Signed-off-by: Selvakumar <[email protected]> * Shift rc by 8 bits Signed-off-by: Selvakumar <[email protected]> * Using SimpleProcess instead of os.system() Signed-off-by: Selvakumar <[email protected]> * run as sudo user Signed-off-by: Selvakumar <[email protected]> * Utils always runs as root, removing sudo Signed-off-by: Selvakumar <[email protected]> * Hadle exceptions in SimpleProcess Signed-off-by: Selvakumar <[email protected]> * validate root user Signed-off-by: Selvakumar <[email protected]> * Change single line comment Signed-off-by: Selvakumar <[email protected]> * Resolve codacy issue Signed-off-by: Selvakumar <[email protected]> * Check status of service Signed-off-by: Selvakumar <[email protected]> * Alter variable names Signed-off-by: Selvakumar <[email protected]> * Change error message Signed-off-by: Selvakumar <[email protected]> * Resolve codacy issue Signed-off-by: Selvakumar <[email protected]> Co-authored-by: rahul-tripathi-git <[email protected]> Co-authored-by: Udayan Yaragattikar <[email protected]> Co-authored-by: Sachin Punadikar <[email protected]>
- Loading branch information