Jump to: navigation, search

Difference between revisions of "Satori/glossary"

m
m (Configuration Discovery Terms)
Line 10: Line 10:
 
==== SysInfo Provider ====
 
==== SysInfo Provider ====
 
:One of any open source applications or utilities that will examine a host machine and return verbose information about that system. Satori will leverage/support these tools for Data Plane Discovery.
 
:One of any open source applications or utilities that will examine a host machine and return verbose information about that system. Satori will leverage/support these tools for Data Plane Discovery.
 +
 +
==== Opinions ====
 +
:The term used for applying knowledge and experience-as-code to the discovered information. Using this method we can provide an opinionated report on top of the discovery data to assist the site admin with decision making. E.g: In this triple-O (openstack-on-openstack) deployment we see you've chosen 1G networking for section X. That causes a problem Y which you might hit soon, based on Z. Consider changing to 10G."

Revision as of 13:30, 10 March 2014

Configuration Discovery Terms

The following terms are used to describe discovery more narrowly and differentiate configuration discovery concepts, while in combination they specify much of what Satori aims to accomplish.

Control Plane Discovery

Using native bindings, client libraries (pyrax, boto, novaclient, libcloud, etc.) or cloud APIs to attain information about a configuration. This requires credentials/api tokens, and could provide: a server's image data, a server's region, a load-balancer's VIPs and nodes, networking info, etc.

Data Plane Discovery

Making direct observations about a configuration by running commands/utilities directly on the system, or accessing and analyzing a system's network interface. This might require login credentials for the host resource, and could provide information ranging from disk usage to packages installed to motherboard fan speeds.

SysInfo Provider

One of any open source applications or utilities that will examine a host machine and return verbose information about that system. Satori will leverage/support these tools for Data Plane Discovery.

Opinions

The term used for applying knowledge and experience-as-code to the discovered information. Using this method we can provide an opinionated report on top of the discovery data to assist the site admin with decision making. E.g: In this triple-O (openstack-on-openstack) deployment we see you've chosen 1G networking for section X. That causes a problem Y which you might hit soon, based on Z. Consider changing to 10G."