blob: 84198850e15a45ed46fcd0c72744866dc02e2b1e [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}
Mykyta Karpin2620a072018-05-21 10:58:55 +030011 barbican_version: ${_param:openstack_version}
Vasyl Saienkoc1255ad2018-03-21 20:11:41 +020012 mysql_barbican_password: workshop
13 barbican_simple_crypto_kek: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY=
14 barbican_integration_enabled: true
15 barbican:
16 server:
17 enabled: true
18 dogtag_admin_cert:
19 engine: mine
20 minion: ${linux:network:fqdn}
21 ks_notifications_enable: True
22 store:
23 software:
24 crypto_plugin: simple_crypto
25 store_plugin: store_crypto
26 global_default: True
27 nova:
28 compute:
29 barbican:
30 enabled: ${_param:barbican_integration_enabled}
31 controller:
32 barbican:
33 enabled: ${_param:barbican_integration_enabled}
34 cinder:
35 controller:
36 barbican:
37 enabled: ${_param:barbican_integration_enabled}
38 glance:
39 server:
40 barbican:
41 enabled: ${_param:barbican_integration_enabled}