
* WIP - Initial API implementation with Falcon * API service for /designs and /tasks endpoints REST API using falcon library Middleware for authentication (stubbed until Keystone is avail) Middleware for context and logging Request logging and initial error logging README updates * Cleanup readme formatting * Rename helm_drydock to drydock_provisioner * Fixed missing except statement * Fixed missing except statement * Reorganize API paths in a list Fix duplication of context init Add API version prefix to URLs * DRYD-2 MVP - phase 1 - node enlistment Add node driver task for IdentifyNode Implement MaaS API interface for Machines and Interfaces
9 lines
375 B
Markdown
9 lines
375 B
Markdown
# Introspection #
|
|
|
|
Introspection is a cloud-init compatible metadata service
|
|
that is used to make a node self-aware. After a full
|
|
deployment by the node driver, the newly installed OS
|
|
will contact the introspection API to gain a package of
|
|
declaritive data defining the node's role in the site and
|
|
enough initial data to start the promenade process of
|
|
Kubernetes assimilation |