drydock/drydock_provisioner/statemgmt
Scott Hussey e892df58dc Fix issues failing CI pipeline
- Run codebase through YAPF for formatting
- Add tox configuration for yapf and pep8
- Fix some non-YAPF pep8 failures
- Enhance verify_site for better MaaS-integration testing
- Create initial basic functional test

Change-Id: Ie5b5275d7795693a6551764362aee916b99b3e56
2017-08-24 10:18:11 -05:00
..
__init__.py Fix issues failing CI pipeline 2017-08-24 10:18:11 -05:00
readme.md Rename helm_drydock to drydock_provisioner 2017-05-25 08:48:27 -05:00

readme.md

Statemgmt

Statemgmt is the interface to the persistence store for holding site design data as well as build status data

/drydock - Base namespace for drydock data

As Designed

Serialization of Drydock internal model as ingested. Not externally writable.

/drydock/design /drydock/design/base - The base site design used for the first deployment /drydock/design/[changeID] - A change layer on top of the base site design. Chrono ordered

As Built

Serialization of Drydock internal model as rendered to effective implementation including build status. Not externally writable.

/drydock/build /drydock/build/[datestamp] - A point-in-time view of what was deployed with deployment results

Tasks

Management of task state for the internal orchestrator

/drydock/tasks

Node data

Per-node data that can drive introspection as well as accept updates from nodes

/drydock/nodedata /drydock/nodedata/[nodename] - Per-node data, can be seeded with Ingested metadata but can be updated during by orchestrator or node

Service data

Per-service data (may not be needed)

/drydock/servicedata /drydock/servicedata/[servicename]

Global data

Generic k:v store that can be produced/consumed by non-Drydock services via the Drydock API

/drydock/globaldata