
Updates Deckhand to use alembic to manage database upgrades. Moves from creating tables at startup of Deckhand to the db-sync job. Change-Id: I6f4cb237fadc46fbee81d1c33096f48a720f589f
1.8 KiB
Glossary
A
Alembic
Database migration software for Python and SQLAlchemy based databases.
B
barbican
Code name of the
Key Manager service <Key Manager service (barbican)>
.
bucket
A bucket manages collections of documents together, providing write protections around them.
D
document
A collection of metadata and data in YAML format. The data document format is modeled loosely after Kubernetes practices. The top level of each document is a dictionary with 3 keys: schema, metadata, and data.
K
Key Manager service (barbican)
The project that produces a secret storage and generation system capable of providing key management for services wishing to enable encryption features.
M
migration (databse)
A transformation of a databse from one version or structure to another. Migrations for Deckhand's database are performed using Alembic.
S
SQLAlchemy
Databse toolkit for Python.
U
UCP
Acronym for the Undercloud Platform.