The current local installer (bin/barbican-all) requires that users
perform several steps before hand. The new installer seeks to minimize
the amount of manual steps needed.
Change-Id: Ie5d74331028fa7c463f53bed92a504771c09a385
Implements: blueprint add-local-installer-script
An unneeded script (bin/barbican-worker) was being specified in the setup.py
file, but not specified in the RPM spec file as it is not needed for deployment.
This was leading to an 'unneeded file' error in the RPM build process. This
change removes that unneeded file from setup.py.
Change-Id: Ib9913ca152fc333f9e7ef9f1f749b2907970bd35
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