All of lore.kernel.org
 help / color / mirror / Atom feed
* possible hackathon
@ 2017-03-22 21:59 Chris Austen
  2017-03-23  3:00 ` Stewart Smith
  2017-03-27 10:39 ` Benjamin Herrenschmidt
  0 siblings, 2 replies; 5+ messages in thread
From: Chris Austen @ 2017-03-22 21:59 UTC (permalink / raw)
  To: OpenBMC Maillist

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


I'm not saying there is, but if there was a possibility for a hackathon are
there any ideas out there that would be of interest?  Some things off the
top of my head would be...

Updated simulation model
remote python scripts to collect thermal data from the host
Redfish dbus discovery
bmc swarm... talk dbus over multiple BMCs
System XML builder
OpenStack Ironic pluggin


Ideas wouldn't need to be limited to the BMC ofcourse any interactions with
the host firmware would also be candidate




Chris Austen


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

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

* Re: possible hackathon
  2017-03-22 21:59 possible hackathon Chris Austen
@ 2017-03-23  3:00 ` Stewart Smith
  2017-03-27 10:39 ` Benjamin Herrenschmidt
  1 sibling, 0 replies; 5+ messages in thread
From: Stewart Smith @ 2017-03-23  3:00 UTC (permalink / raw)
  To: Chris Austen, OpenBMC Maillist

Chris Austen <austenc@us.ibm.com> writes:
> I'm not saying there is, but if there was a possibility for a hackathon are
> there any ideas out there that would be of interest?  Some things off the
> top of my head would be...
>
> Updated simulation model
> remote python scripts to collect thermal data from the host
> Redfish dbus discovery
> bmc swarm... talk dbus over multiple BMCs
> System XML builder
> OpenStack Ironic pluggin

op-test-framework integration.

I have the most basic of basic bits of OpenBMC support:
https://github.com/open-power/op-test-framework/blob/master/common/OpTestOpenBMC.py

but it lacks support for literally everything except getting access to
host console.

The reality is, if we're going to ship OpenBMC based OpenPOWER machines,
we need to be able to test them with our automated tests, which means
either the current REST API has to be consumed, or something like
RedFish needs to happen (and be consumed).

It could be helpful to have the OPAL test teams work alongside OpenBMC
dev on this and a good view into the world of living with OpenBMC?

-- 
Stewart Smith
OPAL Architect, IBM.

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

* Re: possible hackathon
  2017-03-22 21:59 possible hackathon Chris Austen
  2017-03-23  3:00 ` Stewart Smith
@ 2017-03-27 10:39 ` Benjamin Herrenschmidt
  2017-03-28  3:46   ` Lei YU
  2017-03-28  4:09   ` Joel Stanley
  1 sibling, 2 replies; 5+ messages in thread
From: Benjamin Herrenschmidt @ 2017-03-27 10:39 UTC (permalink / raw)
  To: Chris Austen, OpenBMC Maillist

On Wed, 2017-03-22 at 15:59 -0600, Chris Austen wrote:
> I'm not saying there is, but if there was a possibility for a
> hackathon are there any ideas out there that would be of interest?
> Some things off the top of my head would be...
> 
> Updated simulation model 
> remote python scripts to collect thermal data from the host
> Redfish dbus discovery
> bmc swarm... talk dbus over multiple BMCs 
> System XML builder
> OpenStack Ironic pluggin

Missing kernel drivers:

 - USB slave (UDC)
 - USB Host (OHCI/EHCI)
 - Video compression engine
 - Video capture
 - Framebuffer via drmfb
 - etc...

> Ideas wouldn't need to be limited to the BMC ofcourse any
> interactions with the host firmware would also be candidate 
> 
> 
> 
> 
> Chris Austen
> 
> 

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

* Re: possible hackathon
  2017-03-27 10:39 ` Benjamin Herrenschmidt
@ 2017-03-28  3:46   ` Lei YU
  2017-03-28  4:09   ` Joel Stanley
  1 sibling, 0 replies; 5+ messages in thread
From: Lei YU @ 2017-03-28  3:46 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: Chris Austen, OpenBMC Maillist

I have a one-line-command util to upload and update OBMC image, which
needs to be
refactored so it fits different usages and handles different errors.
I can work on this during the "possible" hackathon.

On Mon, Mar 27, 2017 at 6:39 PM, Benjamin Herrenschmidt
<benh@kernel.crashing.org> wrote:
> On Wed, 2017-03-22 at 15:59 -0600, Chris Austen wrote:
>> I'm not saying there is, but if there was a possibility for a
>> hackathon are there any ideas out there that would be of interest?
>> Some things off the top of my head would be...
>>
>> Updated simulation model
>> remote python scripts to collect thermal data from the host
>> Redfish dbus discovery
>> bmc swarm... talk dbus over multiple BMCs
>> System XML builder
>> OpenStack Ironic pluggin
>
> Missing kernel drivers:
>
>  - USB slave (UDC)
>  - USB Host (OHCI/EHCI)
>  - Video compression engine
>  - Video capture
>  - Framebuffer via drmfb
>  - etc...
>
>> Ideas wouldn't need to be limited to the BMC ofcourse any
>> interactions with the host firmware would also be candidate
>>
>>
>>
>>
>> Chris Austen
>>
>>

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

* Re: possible hackathon
  2017-03-27 10:39 ` Benjamin Herrenschmidt
  2017-03-28  3:46   ` Lei YU
@ 2017-03-28  4:09   ` Joel Stanley
  1 sibling, 0 replies; 5+ messages in thread
From: Joel Stanley @ 2017-03-28  4:09 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: Chris Austen, OpenBMC Maillist

On Mon, Mar 27, 2017 at 9:09 PM, Benjamin Herrenschmidt
<benh@kernel.crashing.org> wrote:
> On Wed, 2017-03-22 at 15:59 -0600, Chris Austen wrote:
>> I'm not saying there is, but if there was a possibility for a
>> hackathon are there any ideas out there that would be of interest?
>> Some things off the top of my head would be...
>>
>> Updated simulation model
>> remote python scripts to collect thermal data from the host
>> Redfish dbus discovery
>> bmc swarm... talk dbus over multiple BMCs
>> System XML builder
>> OpenStack Ironic pluggin
>
> Missing kernel drivers:
>
>  - USB slave (UDC)
>  - USB Host (OHCI/EHCI)
>  - Video compression engine
>  - Video capture
>  - Framebuffer via drmfb
>  - etc...

Thanks. I added your suggestions to the list here:

 https://github.com/openbmc/linux/wiki/UpstreamHistory

Cheers,

Joel

>
>> Ideas wouldn't need to be limited to the BMC ofcourse any
>> interactions with the host firmware would also be candidate
>>
>>
>>
>>
>> Chris Austen
>>
>>

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

end of thread, other threads:[~2017-03-28  4:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-22 21:59 possible hackathon Chris Austen
2017-03-23  3:00 ` Stewart Smith
2017-03-27 10:39 ` Benjamin Herrenschmidt
2017-03-28  3:46   ` Lei YU
2017-03-28  4:09   ` Joel Stanley

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.