Add files to create worker RPM and get api/db/queue/worker nodes deployed.

As part of building out the Barbican network of nodes, this commit adds files
and configuration to create an RPM package for the Barbican worker nodes. Files
needed to make this work as part of a network of Barbican API, queue, worker
and database nodes are also added.

Change-Id: I87a36b7c09bbd3fec7661ce6adbcbb5b0c6df689
This commit is contained in:
jfwood
2013-09-11 18:30:57 -05:00
parent a9dfab1778
commit 2e65939bfd
17 changed files with 161 additions and 238 deletions

View File

@@ -71,7 +71,8 @@ setup(
'Programming Language :: Python :: 2.7',
'Environment :: No Input/Output (Daemon)',
],
scripts=['bin/barbican-all'],
scripts=['bin/barbican-all', 'bin/barbican-worker',
'bin/barbican-worker.py'],
py_modules=[],
entry_points="""
[barbican.crypto.plugin]