A lightweight solution for configuration of baremetal nodes.
Go to file
Drew Walters 7bfb48db43 Update helm-toolkit pin
This pins the version of helm-toolkit used during the build process to a
compatible version. This should be updated to master once helm 2.13.1
releases with this fix [0].

[0]: https://github.com/helm/helm/pull/5411

Change-Id: I8f273b96e35e66479e62dd2c7f362fd10c1e3bff
2019-03-13 14:36:57 +00:00
divingbell Exec: Use nsenter to enter all host namespaces when running exec 2019-03-11 19:32:48 -07:00
doc Add new apparmor daemonset 2018-12-14 19:02:00 -08:00
tools Update helm-toolkit pin 2019-03-13 14:36:57 +00:00
.gitignore Initial commit. 2017-11-16 05:59:36 +00:00
.gitreview Update .gitreview for openstack infra 2018-05-17 20:03:32 +00:00
.zuul.yaml Set up publishing of docs 2018-10-04 16:38:36 +00:00
LICENSE Initial commit 2017-10-17 13:25:54 -05:00
Makefile Create Makefile target to install Helm binary 2018-11-26 16:34:45 -06:00
README.rst Make README.rst 2019-01-07 18:09:24 -06:00
TODO Initial commit. 2017-11-16 05:59:36 +00:00
Vagrantfile Add ability to control pam_limits via new module 'limits' 2018-11-01 09:09:48 -07:00
setup.cfg Exec: Use nsenter to enter all host namespaces when running exec 2019-03-11 19:32:48 -07:00
setup.py docs(tox): Add tox target to generate docs 2018-05-22 14:26:20 -05:00
test-requirements.txt docs(tox): Add tox target to generate docs 2018-05-22 14:26:20 -05:00
tox.ini Set up publishing of docs 2018-10-04 16:38:36 +00:00

README.rst

Divingbell

Divingbell is a lightweight solution for:

  1. Bare metal configuration management for a few very targeted use cases
  2. Bare metal package manager orchestration

What problems does it solve?

The needs identified for Divingbell were:

  1. To plug gaps in day 1 tools (e.g., Drydock) for node configuration
  2. To provide a day 2 solution for managing these configurations going forward
  3. [Future] To provide a day 2 solution for system level host patching

Documentation

Find more documentation for Divingbell on Read the Docs.