diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-06-27 18:11:35 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-07-24 13:25:34 +0400 |
commit | ac6d9c6ee11c0ae352608032228ae20f843dd014 (patch) | |
tree | bdb3471310cb03ceb9bd345d4129dbf0c187a0c5 /mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml | |
parent | 24572d5956da62b1492c053cac82037b266a6739 (diff) |
Bring in Barbican service onboard
Change-Id: I68759360c9dd8f8cf422161e21ed15df6c694e84
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml b/mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml index 7f1cb3a0b..df90bc451 100644 --- a/mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml +++ b/mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml @@ -17,6 +17,7 @@ classes: - system.cinder.volume.backend.lvm - system.ceilometer.agent.cluster - system.ceilometer.agent.polling.default + - service.barbican.client.cluster - cluster.mcp-common-ha.openstack_compute_pdf - cluster.mcp-common-ha.include.maas_proxy - cluster.mcp-common-ha.include.lab_proxy_pdf @@ -52,6 +53,8 @@ parameters: volume_group: ${linux:storage:lvm:cinder-vg:name} database: connection_recycle_time: ${_param:db_connection_recycle_time} + barbican: + enabled: ${_param:barbican_integration_enabled} linux: storage: lvm: @@ -74,3 +77,5 @@ parameters: compute: disk_cachemodes: file=directsync,block=none preallocate_images: space + barbican: + enabled: ${_param:barbican_integration_enabled} |