Felipe Monteiro a05137ee5e [tests] Downgrade postgresql to 9.5 for functional tests
Given that the Deckhand chart uses 9.5 for production, functional
tests should align with that reality [0].

[0] 7a0d8758c4/deckhand/values.yaml (L24)

Change-Id: I3342ea3c7e1c89099c059aeebc280c9b312cdf18
2017-10-02 17:25:35 +01:00
2017-09-25 22:20:47 +01:00
2017-09-25 21:58:30 +01:00
2017-09-19 15:45:40 -04:00
2017-08-15 16:11:35 -04:00
2017-08-15 16:11:35 -04:00
2017-08-11 01:22:26 -05:00
2017-08-24 20:58:26 +01:00
2017-09-14 16:50:06 +00:00
2017-09-14 16:50:06 +00:00
2017-06-16 08:29:03 -07:00
2017-06-26 16:57:50 -07:00

Deckhand

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

To generate a configuration file automatically:

$ tox -e genconfig

Resulting deckhand.conf.sample file is output to :path:etc/deckhand/deckhand.conf.sample

Copy the config file to a directory discoverably by oslo.conf:

$ cp etc/deckhand/deckhand.conf.sample ~/deckhand.conf

To setup an in-memory database for testing:

[database]

#
# From oslo.db
#

# The SQLAlchemy connection string to use to connect to the database.
# (string value)
connection = sqlite:///:memory:

To run locally in a development environment:

$ sudo pip install uwsgi
$ virtualenv -p python3 /var/tmp/deckhand
$ . /var/tmp/deckhand/bin/activate
$ sudo pip install .
$ sudo python setup.py install
$ uwsgi --http :9000 -w deckhand.cmd --callable deckhand_callable --enable-threads -L
Description
A configuration management service with support for secrets.
Readme 8.7 MiB
Languages
Python 97.5%
Shell 1.9%
Makefile 0.5%