You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 28 Next »

This wiki is for developers of ODIM, an open source software platform that delivers means of distributed physical infrastructure lifecycle management across telecom and enterprise edge-to-core  deployments, based on DMTF Redfish APIs and information model specifications.  



Getting Started with ODIM

LF Antitrust Policy

Code of Conduct

LFN Membership Guide

Governance

Marketing

Technical Steering Committee (TSC)

Unable to render {children}. Page not found: ODIM Technical Steering Committee.

Release Management=

Resources for Developers

Unable to render {children}. Page not found: Developing ONAP.

Contributing to the Wiki

Open Source

Unable to render {children}. Page not found: Open Source.

Latest: ODIM seed code released on https://github.com/ODIM-Project/ODIM


ODIM

Open Distributed Infrastructure Management, ODIM, is a stack based on DTMF Redfish Services and Model. It puts up Redfish compliant APIs on the northbound side that allows for clients to interact with these Services and data center resources managed by ODIM. 

ODIM does basically 3 things: 

  1. Abstraction/Translation – Clients don’t see differences in vendors’ Redfish implementation or management protocols
  2. Aggregation – ODIM aggregates all resources across the datacenter. No knowledge of IP addresses or credentials needed
  3. Proxy – Clients don’t need to be on the management network. Enables centralized functions

The way we deal with 1) above is through an abstraction layer (or a plugin layer if you will). This layer absorbs the differences between different vendors' Redfish implementation as well allows for communicating with resources that don't speak Redfish at all. Aggregation happens through the Redfish Aggregation Service and takes away the need for clients to know what resources is in the data center. A client can simply query ODIM and get collections of different resources. 



  • No labels