2e65939bfd
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
6 lines
108 B
Bash
Executable File
6 lines
108 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# barbican-worker - Script run Cloudkeep's Barbican worker app.
|
|
|
|
python bin/barbican-worker.py
|