Basic barbican configuration
Usual suspects:
- database
- keystone
- messaging
Services:
- apache web site for api's
- worker
- keystone-listener
Barbican:
- Crypto plugins configuration fragments
- Support multiple stores
Add some information to README
Change-Id: Ie58a0daf318c99ea0e41c3c9dd5fcc450f356276
diff --git a/metadata/service/server/plugin/p11_crypto.yml b/metadata/service/server/plugin/p11_crypto.yml
new file mode 100644
index 0000000..394c094
--- /dev/null
+++ b/metadata/service/server/plugin/p11_crypto.yml
@@ -0,0 +1,12 @@
+parameters:
+ _param:
+ barbican_p11crypto_mkek_length: 32
+ barbican:
+ server:
+ plugin:
+ p11_crypto:
+ library_path: '/usr/lib/libCryptoki2_64.so'
+ login: ${_param:barbican_p11crypto_login}
+ mkek_label: ${_param:barbican_p11crypto_mkek_label}
+ mkek_length: ${_param:barbican_p11crypto_mkek_length}
+ hmac_label: ${_param:barbican_p11crypto_hmac_label}