diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-07-22 11:43:44 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-07-22 11:43:44 +0000 |
commit | 0efe4c7ebee20db5f232f590c6ebc3d40e546c20 (patch) | |
tree | 8a734e220733d8e60ed94bccd2ed0a35ab0de277 /puppet | |
parent | b6f59821604d7fc5a34875a611f3e550e92d3069 (diff) | |
parent | 08f72b29472f6c1ba65d5508ffd3391b452a54a1 (diff) |
Merge "Wire in hieradata overrides via ExtraConfig for BlockStorage"
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/cinder-storage-puppet.yaml | 47 |
1 files changed, 13 insertions, 34 deletions
diff --git a/puppet/cinder-storage-puppet.yaml b/puppet/cinder-storage-puppet.yaml index 77d0cee5..091d1f1b 100644 --- a/puppet/cinder-storage-puppet.yaml +++ b/puppet/cinder-storage-puppet.yaml @@ -31,40 +31,13 @@ parameters: ExtraConfig: default: {} description: | - Additional configuration to inject into the cluster. The JSON should have - the following structure: - {"FILEKEY": - {"config": - [{"section": "SECTIONNAME", - "values": - [{"option": "OPTIONNAME", - "value": "VALUENAME" - } - ] - } - ] - } - } - For instance: - {"nova": - {"config": - [{"section": "default", - "values": - [{"option": "force_config_drive", - "value": "always" - } - ] - }, - {"section": "cells", - "values": - [{"option": "driver", - "value": "nova.cells.rpc_driver.CellsRPCDriver" - } - ] - } - ] - } - } + Additional hiera configuration to inject into the cluster. Note + that BlockStorageExtraConfig takes precedence over ExtraConfig. + type: json + BlockStorageExtraConfig: + default: {} + description: | + Role specific additional hiera configuration to inject into the cluster. type: json Flavor: description: Flavor for block storage nodes to request when deploying. @@ -235,6 +208,8 @@ resources: hiera: hierarchy: - heat_config_%{::deploy_config_name} + - volume_extraconfig + - extraconfig - volume - all_nodes # provided by allNodesConfig - '"%{::osfamily}"' @@ -242,6 +217,10 @@ resources: datafiles: common: raw_data: {get_file: hieradata/common.yaml} + volume_extraconfig: + mapped_data: {get_param: BlockStorageExtraConfig} + extraconfig: + mapped_data: {get_param: ExtraConfig} volume: raw_data: {get_file: hieradata/volume.yaml} mapped_data: |