blob: 85ba2aad1d744199f8f311693fc4612484b2bb43 [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
Vasyl Saienkoc8a8a722018-06-01 14:16:57 +03005- system.apache.server.site.barbican
Vasyl Saienkoc1255ad2018-03-21 20:11:41 +02006- service.barbican.server.plugin.simple_crypto
7- cluster.virtual-mcp11-aio.openstack
8parameters:
9 _param:
10 keystone_barbican_password: workshop
11 barbican_service_host: ${_param:single_address}
Mykyta Karpin2620a072018-05-21 10:58:55 +030012 barbican_version: ${_param:openstack_version}
Vasyl Saienkoc1255ad2018-03-21 20:11:41 +020013 mysql_barbican_password: workshop
14 barbican_simple_crypto_kek: YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXoxMjM0NTY=
15 barbican_integration_enabled: true
16 barbican:
17 server:
18 enabled: true
19 dogtag_admin_cert:
20 engine: mine
21 minion: ${linux:network:fqdn}
22 ks_notifications_enable: True
23 store:
24 software:
25 crypto_plugin: simple_crypto
26 store_plugin: store_crypto
27 global_default: True
28 nova:
29 compute:
30 barbican:
31 enabled: ${_param:barbican_integration_enabled}
32 controller:
33 barbican:
34 enabled: ${_param:barbican_integration_enabled}
35 cinder:
36 controller:
37 barbican:
38 enabled: ${_param:barbican_integration_enabled}
39 glance:
40 server:
41 barbican:
42 enabled: ${_param:barbican_integration_enabled}