summaryrefslogtreecommitdiff
path: root/bindep.txt
diff options
context:
space:
mode:
authorRicardo Carrillo Cruz <ricardo.carrillo.cruz@gmail.com>2016-12-02 11:41:58 +0000
committerJames E. Blair <jeblair@redhat.com>2017-03-29 12:43:41 -0700
commit22994f9a09f48d2c94bcd5406dc8f03f56cefc06 (patch)
treea9bfed53185636a6c79751242c51692b433f312d /bindep.txt
parentf8aec83b3b7fa4547ec1486c72a1dfadfda6433f (diff)
downloadzuul-22994f9a09f48d2c94bcd5406dc8f03f56cefc06.tar.gz
Add per-repo public and private keys
Every project should have a public and private key to encrypt secrets. Zuul expects them to already exist under /var/lib/zuul/keys on the scheduler host. If an operator manages these keys externally, they should simply be placed there. If they are not found, Zuul will create them on startup and store them there so they will be found on the next run. The test framework uses a pre-generated keypair most of the time to save time, however, a test is added to ensure that the auto-generate code path is run. Co-Authored-By: James E. Blair <jeblair@redhat.com> Change-Id: Iedf7ce6ca97fab2a8b800158ed1561e45899bc51
Diffstat (limited to 'bindep.txt')
-rw-r--r--bindep.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/bindep.txt b/bindep.txt
index 8d8c45b40..b34b15886 100644
--- a/bindep.txt
+++ b/bindep.txt
@@ -5,3 +5,11 @@ mysql-client [test]
mysql-server [test]
libjpeg-dev [test]
zookeeperd [platform:dpkg]
+build-essential [platform:dpkg]
+gcc [platform:rpm]
+libssl-dev [platform:dpkg]
+openssl-devel [platform:rpm]
+libffi-dev [platform:dpkg]
+libffi-devel [platform:rpm]
+python-dev [platform:dpkg]
+python-devel [platform:rpm]