summaryrefslogtreecommitdiff
path: root/bindep.txt
diff options
context:
space:
mode:
authorAndrew Smith <ansmith@redhat.com>2017-11-28 11:10:20 -0500
committerAndrew Smith <ansmith@redhat.com>2017-11-29 11:10:35 -0500
commit0ca9567c4a6ab793dc50e5d45514fe12d2282419 (patch)
treeffbf5702bee0574068a3ee75cec283d55637460a /bindep.txt
parent7c65038e79850b878187feb366ad2db0bc960572 (diff)
downloadoslo-messaging-0ca9567c4a6ab793dc50e5d45514fe12d2282419.tar.gz
Provide bindep_profile in openstack-tox job setup
Oslo.messaging uses a single bindep.txt to define common and driver dependencies. The bindep_profile is used by the bindep role to select the driver specific packages. This patch: * Add bindep_profile var to jobs * Add kafka dependencies * update test-setup for use by amqp1 Depends-On: I6beb7b07a7dbc345e63e758ebbc86400e0ee16d3 Change-Id: Ib552152e841a9fc0bffdcb7c3f7bc75613d0ed62
Diffstat (limited to 'bindep.txt')
-rw-r--r--bindep.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/bindep.txt b/bindep.txt
index e3e52b4..57f151c 100644
--- a/bindep.txt
+++ b/bindep.txt
@@ -34,3 +34,9 @@ cyrus-sasl-lib [platform:rpm amqp1]
cyrus-sasl-plain [platform:rpm amqp1]
libuuid-devel [platform:rpm amqp1]
swig [platform:rpm amqp1]
+
+# kafka dpkg
+openjdk-8-jdk [platform:dpkg kafka]
+
+# kafka rpm
+java-1.8.0-openjdk [platform:rpm kafka]