From 7fa49ccf917bcd59b116243b563c8ac2de8fc4c9 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Thu, 2 Apr 2015 10:15:11 -0400 Subject: 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 --- ceph-storage.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ceph-storage.yaml') 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: '' -- cgit 1.2.3-korg