Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 1008 Bytes

readme.md

File metadata and controls

15 lines (10 loc) · 1008 Bytes

Onix Models

A model is a collection of item and link types which define a template for storing a domain specific configuration.

For example, in order to store AWS EC2 information, a convention for defining items and their relationship (links) is required. Multiple conventions (models) can be configured to store information about different cloud providers, application platforms, specific infrastructure, software, etc.

This section provides a list of pre-configured models as follows:

Model Description
Ansible Inventory Provides the types and rules required to support storage of Ansible inventories.
AWS EC2 Provides the types and rules required to support storage of AWS EC2 resources.
Kubernetes Provides the types and rules to support the recording of Kubernetes namespaces, services, pods, etc.

(up)