VMware Unified Config Modules
Project description
Config Modules
Config-modules is a library that can be utilized by services written in python to run compliance checks (audit and remediation) for multiple products.
Why Config Modules
- Consistent Interface: Config-modules design helps achieve a consistent interface to invoke compliance workflows, no matter the differences in product level implementation.
- Simplified Implementation: Using a schema based approach helps achieve a simplified controller implementation. Schema serves as the contract between the customer input and the controller logic.
- Future-proof integration: The config module design enables products to catch up any missing APIs without disrupting existing upstream implementations. For example, VC Profile API is under development, we are working with respective product owners to close the gap in future versions.
- Adaptability: The config module is highly reusable across various automation integrations, offering versatility in different deployment scenarios.
- Independent development and Testing: Config module design enables controller owners to independently develop and test product specific drift and remediation.
- Seamless SaltStack Integration: Leveraging the strengths of SaltStack, config-modules seamlessly integrates as a library for Salt extensions, enhancing exisitng workflowless.
Documentation Index
Directory Structure
|--config_modules_vmware
| |--controllers <---- logic for controllers
| | |--vcenter
| | |--sddc_manager
| | |--....
| |--framework <---- framework related classes
| | |--auth
| | | |--contexts <---- product specific context
| | |--clients <---- product specific client connections
| | |--models <---- model class folder
| | |--utils <---- utils
| |--interfaces <---- user interfaces and APIs to call.
| |--schemas <---- schemas and related utility functions
| |--services <---- service classes (mapper, operations, etc)
| |--tests <---- unit test folder
|--functional_tests <---- functional test folder
|--docs <---- useful documentation
|--devops <---- scripts for CI/CD
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file config_modules_vmware-0.14.0.0.tar.gz
.
File metadata
- Download URL: config_modules_vmware-0.14.0.0.tar.gz
- Upload date:
- Size: 278.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bf4cb91344327a726b45460735d9e5f0ba575dd3885a431134c00cf9a1b4c0b |
|
MD5 | 19ae80ef446ddbf0dda70d8290a9a555 |
|
BLAKE2b-256 | 00012b1bacc3375ff556b53ab44c3c084e79e81c2c3d56f9ac8b3112a21de0c6 |
File details
Details for the file config_modules_vmware-0.14.0.0-py3-none-any.whl
.
File metadata
- Download URL: config_modules_vmware-0.14.0.0-py3-none-any.whl
- Upload date:
- Size: 465.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2a5e31a401c1a8bedf8aa928f8800e7d2503f0f41311495167c7ebed2facfcd |
|
MD5 | 997e5975685787b30933920013d74ec3 |
|
BLAKE2b-256 | 7349e239ca71306b7fb98f32fa0717c8dba1bddf448ae744c114d9558c51be0e |