diff options
author | Dan Prince <dprince@redhat.com> | 2015-04-02 10:15:11 -0400 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2015-04-02 10:15:11 -0400 |
commit | 7fa49ccf917bcd59b116243b563c8ac2de8fc4c9 (patch) | |
tree | 1541aa7c42dd6c2457e4fe45e0a347e9f407e489 | |
parent | 61fecfc5754c3d08e38853782fdb875d1156e3b3 (diff) |
Update descriptions comments for Ceph params
When trying out Ceph functionally the CephClusterFSID parameter
must be a UUID.
Additionally, the MonKey and AdminKey parameters should be
generated via ceph-authtool (or equivalently generated) to
ensure they work properly with the Ceph configuration.
Change-Id: I0c327843ef225d330d1c668f53324973c78d3505
-rw-r--r-- | ceph-storage.yaml | 6 | ||||
-rw-r--r-- | overcloud-without-mergepy.yaml | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ceph-storage.yaml b/ceph-storage.yaml index d9134fe6..d047488b 100644 --- a/ceph-storage.yaml +++ b/ceph-storage.yaml @@ -15,14 +15,14 @@ parameters: CephClusterFSID: default: '' type: string - description: The Ceph cluster FSID. + description: The Ceph cluster FSID. Must be a UUID. CephMonKey: default: '' - description: The Ceph monitors key. + description: The Ceph monitors key. Can be created with ceph-authtool --gen-print-key. type: string CephAdminKey: default: '' - description: The Ceph admin client key. + description: The Ceph admin client key. Can be created with ceph-authtool --gen-print-key. type: string CephMonitors: default: '' diff --git a/overcloud-without-mergepy.yaml b/overcloud-without-mergepy.yaml index c5bc08ad..22606d6e 100644 --- a/overcloud-without-mergepy.yaml +++ b/overcloud-without-mergepy.yaml @@ -29,14 +29,14 @@ parameters: CephClusterFSID: default: '' type: string - description: The Ceph cluster FSID. + description: The Ceph cluster FSID. Must be a UUID. CephMonKey: default: '' - description: The Ceph monitors key. + description: The Ceph monitors key. Can be created with ceph-authtool --gen-print-key. type: string CephAdminKey: default: '' - description: The Ceph admin client key. + description: The Ceph admin client key. Can be created with ceph-authtool --gen-print-key. type: string CinderEnableIscsiBackend: default: true |