6 Commits

Author SHA1 Message Date
Amy Marrich
07d1a50de3 Change naming convention for Barbican config files
barbican-api.conf files renamed to barbican.conf
Updated references in code from barbican-api.conf to barbican.conf
Updated references in docs from barbican-api.conf to barbican.conf

Change-Id: I89c4c7fdf7fee2dd73e40bdba6052dcd5213d932
Closes-bug: #1459682
2015-06-09 11:04:56 -05:00
Arun Kant
758904848f Adding keystone notification listener support
Notification listener processes only keystone project delete events.
It uses keystone project id to identify if related barbican resources are there
and deletes that project related barbican resources.

10/07/2014: Keep resolving rebase conflicts as this change is pending for a while.
Modified listener transaction logic as per related recent change in barbican.
Fixed missing patcher stop in few places which was causing failure in new tests.

Implements: blueprint consume-keystone-events

Change-Id: Iba7d50eb222edd43352ef82f629df2b3187c76ec
2014-10-07 16:09:09 -07:00
Sig Sigler
c3a41505b7 Barbican uWSGI stats server listen on localhost
The current uWSGI Upstart script starts the stats server listening
on all IPs. In order to reduce the attack surface, this patch modifies
the Upstart script so that the stats server starts listening on
localhost only.

Closes-Bug: #1288881
Change-Id: I6141e665433d418b8cbecc4f065b8a3710310d29
2014-03-06 11:50:27 -06:00
jfwood
2f874cda58 Fix spelling error, and add uWSGI stats server support.
Nick Bimpasis found a spelling error with our README.md file, which this
change request fixes. I've also added support the the uWSGI stats server,
which is required to provide New Relic support for uWSGI monitoring.

Change-Id: Ie545581f9aa7c5a277336c71e56c5350fc47493f
2013-10-23 18:33:44 -05:00
jfwood
2e65939bfd 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
2013-09-16 18:03:35 -05:00
Douglas Mendizabal
0517c90a68 Added barbican-api rpm packaging.
Change-Id: I758880bc71648c1179c2249aa49e5772ae34702b
2013-07-08 18:05:38 -05:00