aboutsummaryrefslogtreecommitdiffstats
path: root/ceph-storage.yaml
diff options
context:
space:
mode:
authorSteven Hardy <shardy@redhat.com>2015-07-16 17:50:26 +0100
committerSteven Hardy <shardy@redhat.com>2015-07-16 17:55:48 +0100
commit53924336a2989a1938f909b05567b93551129724 (patch)
tree8a89ec1ad17f1a6655a61e519af216436610aef6 /ceph-storage.yaml
parentffe8386e49565ff7005ddd45c4c9ee5ca1019a0a (diff)
Wire in hieradata overrides via ExtraConfig for CephStorage
Adds support for global (ExtraConfig) and role-specific (CephStorageExtraConfig) hiera overrides, similar to those added for the Controller, NovaCompute, BlockStorage, ObjectStorage roles. Change-Id: Idbe73b86a772491cd3c55ba69b5a95cc291d2598
Diffstat (limited to 'ceph-storage.yaml')
-rw-r--r--ceph-storage.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/ceph-storage.yaml b/ceph-storage.yaml
index 15092bae..5f9f5373 100644
--- a/ceph-storage.yaml
+++ b/ceph-storage.yaml
@@ -42,6 +42,18 @@ parameters:
Hostname:
type: string
default: '' # Defaults to Heat created hostname
+ ExtraConfig:
+ default: {}
+ description: |
+ Additional configuration to inject into the cluster. Note
+ that CephStorageExtraConfig takes precedence over ExtraConfig.
+ type: json
+ CephStorageExtraConfig:
+ default: {}
+ description: |
+ Role specific additional configuration to inject into the cluster.
+ type: json
+
resources:
CephStorage: