A configuration management service with support for secrets.
Go to file
2017-07-28 09:08:19 -05:00
deckhand Add kind param to SchemaVersion class. 2017-07-13 04:50:57 +01:00
docs Add DELETE endpoint 2017-07-28 09:08:19 -05:00
etc/deckhand Merge branch 'master' into oslo-log-integration 2017-07-06 18:48:42 -04:00
.gitignore Initial engine framework 2017-07-10 19:47:24 +01:00
.testr.conf Initial engine framework 2017-07-10 19:47:24 +01:00
AUTHORS Add oslo.log integration 2017-07-06 23:45:09 +01:00
ChangeLog Merge branch 'master' into oslo-log-integration 2017-07-06 18:48:42 -04:00
LICENSE Initial commit 2017-06-16 08:29:03 -07:00
README.rst Add oslo.log integration 2017-07-06 23:45:09 +01:00
requirements.txt Merge branch 'master' into init-yaml-framework 2017-07-12 16:06:51 -04:00
setup.cfg Oslo config integration (#1) 2017-06-26 16:57:50 -07:00
setup.py Oslo config integration (#1) 2017-06-26 16:57:50 -07:00
test-requirements.txt Add jsonschema validation to Deckhand 2017-07-10 21:34:35 +01:00
tox.ini Initial engine framework 2017-07-10 19:47:24 +01:00

Deckhand

A foundational python REST YAML processing engine providing data and secrets management to other platform services.

To run:

$ sudo pip install uwsgi
$ virtualenv -p python3 /var/tmp/deckhand
$ . /var/tmp/deckhand/bin/activate
$ pip install .
$ python setup.py install
$ uwsgi --http :9000 -w deckhand.deckhand --callable deckhand --enable-threads -L