All of lore.kernel.org
 help / color / mirror / Atom feed
* Rsyslog using Redfish
@ 2021-06-22 17:18 Jayashree D
  2021-06-22 18:19 ` Benjamin Fair
  0 siblings, 1 reply; 3+ messages in thread
From: Jayashree D @ 2021-06-22 17:18 UTC (permalink / raw)
  To: openbmc; +Cc: Velumani T-ERS, HCLTech, benjaminfair

[-- Attachment #1: Type: text/plain, Size: 1717 bytes --]

Classification: Public

Hi Ben,

I submitted the below patch in gerrit regarding rsyslog for my platform.
meta-facebook: Add rsyslog for yosemitev2. (Ife76252d) * Gerrit Code Review (openbmc-project.xyz)<https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/44122>

Also, there are few patches in gerrit for rsyslog which you have submitted.
https://gerrit.openbmc-project.xyz/q/topic:%22rsyslog-refactor%22+(status:open%20OR%20status:merged)
Whether these patches will be enough to store the event logs in redfish ?
or any other changes needs to be done for my platform.

Thanks,
Jayashree
::DISCLAIMER::
________________________________
The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects.
________________________________

[-- Attachment #2: Type: text/html, Size: 4271 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Rsyslog using Redfish
  2021-06-22 17:18 Rsyslog using Redfish Jayashree D
@ 2021-06-22 18:19 ` Benjamin Fair
  2021-06-24  7:24   ` Jayashree D
  0 siblings, 1 reply; 3+ messages in thread
From: Benjamin Fair @ 2021-06-22 18:19 UTC (permalink / raw)
  To: Jayashree D; +Cc: openbmc, Velumani T-ERS, HCLTech

On Tue, 22 Jun 2021 at 10:18, Jayashree D <jayashree-d@hcl.com> wrote:
>
> Classification: Public
>
>
>
> Hi Ben,
>
>
>
> I submitted the below patch in gerrit regarding rsyslog for my platform.
>
> meta-facebook: Add rsyslog for yosemitev2. (Ife76252d) · Gerrit Code Review (openbmc-project.xyz)
>
>
>
> Also, there are few patches in gerrit for rsyslog which you have submitted.
>
> https://gerrit.openbmc-project.xyz/q/topic:%22rsyslog-refactor%22+(status:open%20OR%20status:merged)
>
> Whether these patches will be enough to store the event logs in redfish ?
>
> or any other changes needs to be done for my platform.
>
>
>
> Thanks,
>
> Jayashree
>

Hi Jayashree,

I'm working on restructuring the rsyslog configs so that the Redfish
rsyslog actions can be installed from bmcweb and the IPMI ones from
phosphor-sel-logger. Once this is done, you'll be able to enable a
PACKAGECONFIG option instead of having to copy and paste the
rsyslog.conf file into your layer.

If you'd like to help with this refactoring, you can review the
changes in the rsyslog-refactor topic starting with this prerequisite:
https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-logging/+/44109

Thanks,
Benjamin

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: Rsyslog using Redfish
  2021-06-22 18:19 ` Benjamin Fair
@ 2021-06-24  7:24   ` Jayashree D
  0 siblings, 0 replies; 3+ messages in thread
From: Jayashree D @ 2021-06-24  7:24 UTC (permalink / raw)
  To: Benjamin Fair, openbmc; +Cc: Velumani T-ERS,HCLTech

Classification: Confidential

Thanks for your response, I will analyze those patches.

-----Original Message-----
From: Benjamin Fair <benjaminfair@google.com>
Sent: Tuesday, June 22, 2021 11:49 PM
To: Jayashree D <jayashree-d@hcl.com>
Cc: openbmc@lists.ozlabs.org; Velumani T-ERS,HCLTech <velumanit@hcl.com>
Subject: Re: Rsyslog using Redfish

[CAUTION: This Email is from outside the Organization. Unless you trust the sender, Don't click links or open attachments as it may be a Phishing email, which can steal your Information and compromise your Computer.]

On Tue, 22 Jun 2021 at 10:18, Jayashree D <jayashree-d@hcl.com> wrote:
>
> Classification: Public
>
>
>
> Hi Ben,
>
>
>
> I submitted the below patch in gerrit regarding rsyslog for my platform.
>
> meta-facebook: Add rsyslog for yosemitev2. (Ife76252d) * Gerrit Code
> Review (openbmc-project.xyz)
>
>
>
> Also, there are few patches in gerrit for rsyslog which you have submitted.
>
> https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgerr
> it.openbmc-project.xyz%2Fq%2Ftopic%3A%2522rsyslog-refactor%2522&amp;da
> ta=04%7C01%7Cjayashree-d%40hcl.com%7C231eab0d9237443b100708d935aa4eb2%
> 7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C637599827843605762%7CUnkn
> own%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwi
> LCJXVCI6Mn0%3D%7C1000&amp;sdata=iKaXGLkHZjdSN2a%2BJIVUwV6vqZDzHpWJl%2B
> aCYiongCc%3D&amp;reserved=0+(status:open%20OR%20status:merged)
>
> Whether these patches will be enough to store the event logs in redfish ?
>
> or any other changes needs to be done for my platform.
>
>
>
> Thanks,
>
> Jayashree
>

Hi Jayashree,

I'm working on restructuring the rsyslog configs so that the Redfish rsyslog actions can be installed from bmcweb and the IPMI ones from phosphor-sel-logger. Once this is done, you'll be able to enable a PACKAGECONFIG option instead of having to copy and paste the rsyslog.conf file into your layer.

If you'd like to help with this refactoring, you can review the changes in the rsyslog-refactor topic starting with this prerequisite:
https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgerrit.openbmc-project.xyz%2Fc%2Fopenbmc%2Fphosphor-logging%2F%2B%2F44109&amp;data=04%7C01%7Cjayashree-d%40hcl.com%7C231eab0d9237443b100708d935aa4eb2%7C189de737c93a4f5a8b686f4ca9941912%7C0%7C0%7C637599827843605762%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=1NxN%2BCigm909eUcsxUet3xWkyJt4AvCSYSNBsmiSDLM%3D&amp;reserved=0

Thanks,
Benjamin
::DISCLAIMER::
________________________________
The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects.
________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-24  7:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-22 17:18 Rsyslog using Redfish Jayashree D
2021-06-22 18:19 ` Benjamin Fair
2021-06-24  7:24   ` Jayashree D

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.