feat(deploy): add declarative installation workflow
This commit is contained in:
19
tools/deployment/govoplan_deploy/__init__.py
Normal file
19
tools/deployment/govoplan_deploy/__init__.py
Normal file
@@ -0,0 +1,19 @@
|
||||
"""Declarative GovOPlaN host deployment tooling."""
|
||||
|
||||
from .model import (
|
||||
BASE_MODULES,
|
||||
FULL_MODULES,
|
||||
InstallationSpec,
|
||||
SpecError,
|
||||
default_spec,
|
||||
load_spec,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"BASE_MODULES",
|
||||
"FULL_MODULES",
|
||||
"InstallationSpec",
|
||||
"SpecError",
|
||||
"default_spec",
|
||||
"load_spec",
|
||||
]
|
||||
Reference in New Issue
Block a user