blob: e4503f8ba554cf48a932f72ceb4275b72226f0a4 [file] [log] [blame]
Vasyl Saienkoc1255ad2018-03-21 20:11:41 +02001classes:
2- system.galera.server.database.barbican
3- system.keystone.client.service.barbican
4- system.barbican.server.single
5- service.barbican.server.plugin.simple_crypto
6- cluster.virtual-mcp11-aio.openstack
7parameters:
8 _param:
9 keystone_barbican_password: workshop
10 barbican_service_host: ${_param:single_address}
11 mysql_barbican_password: workshop
12 barbican_simple_crypto_kek: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY=
13 barbican_integration_enabled: true
14 barbican:
15 server:
16 enabled: true
17 dogtag_admin_cert:
18 engine: mine
19 minion: ${linux:network:fqdn}
20 ks_notifications_enable: True
21 store:
22 software:
23 crypto_plugin: simple_crypto
24 store_plugin: store_crypto
25 global_default: True
26 nova:
27 compute:
28 barbican:
29 enabled: ${_param:barbican_integration_enabled}
30 controller:
31 barbican:
32 enabled: ${_param:barbican_integration_enabled}
33 cinder:
34 controller:
35 barbican:
36 enabled: ${_param:barbican_integration_enabled}
37 glance:
38 server:
39 barbican:
40 enabled: ${_param:barbican_integration_enabled}