The Mirantis Testing tooblox cluster management framework for creating test harnesses to test against.
Metta relies heavily on python 3.8 features and setuptools for the modular plugin system.
Configerus is heavily leveraged for dynamic and abstracted configuration.
Primarily two aspects are used:
-
centralized configuration in order to separate plugins which need config from the configuration that they need; this allows simpler management and overrides.
-
Configerus source overrides are used to implement a preset system where configuration sources are included based on what preset keys are requested. This allows easy switching of cluster platforms, cluster size and mirantis product versions.
see our ./docs section for better running instructions
Feel free to open issues and PRs directly.