diff options
Diffstat (limited to 'ceph-storage.yaml')
-rw-r--r-- | ceph-storage.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ceph-storage.yaml b/ceph-storage.yaml index 74530147..2b44642b 100644 --- a/ceph-storage.yaml +++ b/ceph-storage.yaml @@ -28,6 +28,20 @@ parameters: default: '' description: The list of ip/names to use as Ceph monitors type: json + ServiceNetMap: + default: {} + description: Mapping of service_name -> network name. Typically set + via parameter_defaults in the resource registry. + type: json + UpdateIdentifier: + default: '' + type: string + description: > + Setting to a previously unused value during stack-update will trigger + package update on all nodes + Hostname: + type: string + default: '' # Defaults to Heat created hostname resources: CephStorage: @@ -41,6 +55,7 @@ resources: - network: ctlplane user_data_format: SOFTWARE_CONFIG user_data: {get_resource: NodeUserData} + name: {get_param: Hostname} NodeUserData: type: OS::TripleO::NodeUserData |