14

OCP's Rack Manager Controller subproject (OpenRMC)… · Management Project. Motivation for OpenRMC 1. System Firmware (BIOS) •OCP System Firmware project 2. BMC Firmware •OpenBMC

  • Upload
    others

  • View
    2

  • Download
    0

Embed Size (px)

Citation preview

Page 1: OCP's Rack Manager Controller subproject (OpenRMC)… · Management Project. Motivation for OpenRMC 1. System Firmware (BIOS) •OCP System Firmware project 2. BMC Firmware •OpenBMC
Page 2: OCP's Rack Manager Controller subproject (OpenRMC)… · Management Project. Motivation for OpenRMC 1. System Firmware (BIOS) •OCP System Firmware project 2. BMC Firmware •OpenBMC

OCP's Rack Manager Controller subproject (OpenRMC)John Leung, Principle EngineerIntel Corporation

Alfie Lew, Sr. Solutions ArchitectInspur

Hardware Management

Project

Page 3: OCP's Rack Manager Controller subproject (OpenRMC)… · Management Project. Motivation for OpenRMC 1. System Firmware (BIOS) •OCP System Firmware project 2. BMC Firmware •OpenBMC

Motivation for OpenRMC1. System Firmware (BIOS)

• OCP System Firmware project

2. BMC Firmware

• OpenBMC governed by Linux Foundation

3. Rack Manager Software/Firmware

• OCP OpenRMC

Server

Out-of-band

(Redfish)

BMC

OS

NIC

NC-SI

CPUBIOS

BMC FW

SW

Agent

In-band

device

device

RMC

Service

other

Rack Mgr

Controller

• With OpenBMC, the industry unified the

various repositories in 2018

• With rack manager, OCP will provide a

source repository and prevent splintering

1

2

3

Page 4: OCP's Rack Manager Controller subproject (OpenRMC)… · Management Project. Motivation for OpenRMC 1. System Firmware (BIOS) •OCP System Firmware project 2. BMC Firmware •OpenBMC

ServerServerServer

Switch

ServerServerServer

RMC FW

ServerServerServer

Switch w/ RMC FW

ServerServerServer

ServerServerServer

Switch

ServerServerServer

Power Shelf w/ RMC FW

OpenRACK(within power shelf)

EIA, OpenRACK(within switch)

Olympus(standalone)

The rack manager controller can be hosted in various locations

Page 5: OCP's Rack Manager Controller subproject (OpenRMC)… · Management Project. Motivation for OpenRMC 1. System Firmware (BIOS) •OCP System Firmware project 2. BMC Firmware •OpenBMC

The OpenRMC CharterSpecify the Rack Manager Controller service architecture

• Northbound interface to datacenter manager (spec)

• Southbound interface to OCP platforms in the rack (requirements)

Deliver a Rack Manager implementation• Available as open source

Outside of charter• The hardware designs will be within the charter of

the other OCP platform projects

to DC

manager

to OCP

platforms

Rack Manager Controller

Service

I2C IPMI Redfish

Redfish Command

Line

RMC Client

Northbound Interface

Southbound Interface

Page 6: OCP's Rack Manager Controller subproject (OpenRMC)… · Management Project. Motivation for OpenRMC 1. System Firmware (BIOS) •OCP System Firmware project 2. BMC Firmware •OpenBMC

Logistics

• OpenRMC is a subproject of the Hardware Management project

• Interim co-chairs: John Leung (Intel) and Alfie Lew (Inspur)

• Wiki

• Participation

• ARM, Microsoft, Facebook, Huawei, Inspur, Nokia, Intel, etc

Page 7: OCP's Rack Manager Controller subproject (OpenRMC)… · Management Project. Motivation for OpenRMC 1. System Firmware (BIOS) •OCP System Firmware project 2. BMC Firmware •OpenBMC

StatusRegular meetings since Nov 2018

• Facebook, Inspur and Microsoft have presented their RMC architectures

• Comparison of interfaces

• https://drive.google.com/file/d/1AU8NCCL-kYstK2iChD88hxbSAxp5jCLK

Initial draft of Northbound API (Redfish)

• https://drive.google.com/file/d/1CyGBKLSAtdIuUbwtF5FR71qc77e8-KRD

Microsoft submitted their Olympus RMC source

• The submittal will be updated with latest source changes

• https://github.com/opencomputeproject/Rack-Manager

Page 8: OCP's Rack Manager Controller subproject (OpenRMC)… · Management Project. Motivation for OpenRMC 1. System Firmware (BIOS) •OCP System Firmware project 2. BMC Firmware •OpenBMC

Northbound API SpecificationRedfish-based Interfaces are specified by

• A set of URI to the resources

• Contents of JSON document (i.e. resource properties)

• Behavior of the interaction via the API

The Northbound API shall be specified with

• An OCP Profile (resources and resource properties)

• An interface behavior specification

Page 9: OCP's Rack Manager Controller subproject (OpenRMC)… · Management Project. Motivation for OpenRMC 1. System Firmware (BIOS) •OCP System Firmware project 2. BMC Firmware •OpenBMC

Redfish Resources from Service RootTop level resources

• Each top level resource may have subordinate resources

• Each resource is represented as a JSON document (name-value pairs)

Resource Path (URI) OpenRMC RSD RMM Olympus

/redfish/v1 (Service Root) x × ×/redfish/v1/Chassis x × ×/redfish/v1/Managers x × ×/redfish/v1/Systems ? ×/redfish/v1/AccountService ×/redfish/v1/EventService x ×/redfish/v1/TaskService x ×/redfish/v1/TelemetryService ? ×/redfish/v1/UpdateService ×

Page 10: OCP's Rack Manager Controller subproject (OpenRMC)… · Management Project. Motivation for OpenRMC 1. System Firmware (BIOS) •OCP System Firmware project 2. BMC Firmware •OpenBMC

Rack Manager Scope Vectors• Manages a single rack or multiple racks?

• What rack-level manageability capabilities are supported?

• Reboot, power usage, power limit, temperature profile, firmware update?

• How do RMC Clients and RMC Services interact?

• During primary operational manageability or during debug?

• Via RMC abstraction or directly accessing server?

Page 11: OCP's Rack Manager Controller subproject (OpenRMC)… · Management Project. Motivation for OpenRMC 1. System Firmware (BIOS) •OCP System Firmware project 2. BMC Firmware •OpenBMC

Rack Level (northbound)• Inventory• Power-on/Reboot/Shutdown• Power usage• Power limit• Temperature (profile?)• Update firmware on all servers• Status/Health

What rack-level manageability capabilities are supported?

Node Level (southbound)• Inventory• Power-on/Reboot/Shutdown• Power usage• Power limit• Temperature (profile?)• Update firmware on all devices• Status/Health

The southbound Redfish interface should

aligned with the OCP platform profiles

Drives thesouthboundInterfacerequirements

Page 12: OCP's Rack Manager Controller subproject (OpenRMC)… · Management Project. Motivation for OpenRMC 1. System Firmware (BIOS) •OCP System Firmware project 2. BMC Firmware •OpenBMC

Server

1. The RMC Client manages the server, via the RMC abstraction model

• Does not see the

underlying complexity

2. Upon failure, the RMC Client accesses the server directly

How do RMC Clients and RMC Services interact?

RMC

Service

BMC

BIOSOOB

In-band

Abstraction

model

RMC Client1. The RMC Client manages

the server, directly

2. Upon failure, the RMC Client accesses the RMC Service, to reboot or diagnose the server

direct

Two extrema exists for the interaction models

Page 13: OCP's Rack Manager Controller subproject (OpenRMC)… · Management Project. Motivation for OpenRMC 1. System Firmware (BIOS) •OCP System Firmware project 2. BMC Firmware •OpenBMC

Call to Action

Participate in the OpenRMC project

• Attend the OpenRMC meetings - Wiki1

• Join the discussion - mail-list2

• Help priorities the rack-level manageability needs

• Help develop and test the OpenRMC implementation

1https://www.opencompute.org/wiki/Hardware_Management/Open_RMC2https://ocp-all.groups.io/g/OpenRMC

Page 14: OCP's Rack Manager Controller subproject (OpenRMC)… · Management Project. Motivation for OpenRMC 1. System Firmware (BIOS) •OCP System Firmware project 2. BMC Firmware •OpenBMC