You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 months ago | |
---|---|---|
.github | 2 years ago | |
divingbell | 4 months ago | |
doc | 2 years ago | |
tools | 9 months ago | |
.gitignore | 3 years ago | |
.gitreview | 3 years ago | |
.zuul.yaml | 2 years ago | |
LICENSE | 5 years ago | |
Makefile | 4 years ago | |
README.rst | 3 years ago | |
TODO | 5 years ago | |
Vagrantfile | 2 years ago | |
setup.cfg | 3 years ago | |
setup.py | 4 years ago | |
test-requirements.txt | 4 years ago | |
tox.ini | 4 years ago |
README.rst
Divingbell
Introduction
Divingbell is a lightweight solution for:
1. Bare metal configuration management for a few very targeted use cases via the following modules:
- apparmor
- ethtool
- exec (run arbitrary scripts)
- system limits
- mounts
- permissions (perm)
- sysctl values
- basic user account management (uamlite)
- Bare metal package manager orchestration using apt module
What problems does it solve?
The needs identified for Divingbell were:
- To plug gaps in day 1 tools (e.g., Drydock) for node configuration
- To provide a day 2 solution for managing these configurations going forward
- [Future] To provide a day 2 solution for system level host patching
Documentation
Find more documentation for Divingbell on Read the Docs.