diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-07-23 13:51:30 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-07-23 13:51:30 +0000 |
commit | f00e08cbfd21a39f011a291473eaf13110847725 (patch) | |
tree | 5976ad2a0962fecd4b41f6fcff5c9fb9c4231c8b /ceph-storage.yaml | |
parent | f441b8ad6f43d6dc29fa9a327a0062684068fab2 (diff) | |
parent | 53924336a2989a1938f909b05567b93551129724 (diff) |
Merge "Wire in hieradata overrides via ExtraConfig for CephStorage"
Diffstat (limited to 'ceph-storage.yaml')
-rw-r--r-- | ceph-storage.yaml | 12 |
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: |