[trivial] Tidy configuration lint.

This commit is contained in:
james.page@ubuntu.com 2014-10-06 23:07:41 +01:00
parent 48128d831b
commit 4691467559
1 changed files with 17 additions and 8 deletions

View File

@ -1,6 +1,7 @@
options: options:
fsid: fsid:
type: string type: string
default:
description: | description: |
fsid of the ceph cluster. To generate a suitable value use `uuid` fsid of the ceph cluster. To generate a suitable value use `uuid`
. .
@ -17,6 +18,7 @@ options:
enabled later. enabled later.
monitor-secret: monitor-secret:
type: string type: string
default:
description: | description: |
This value will become the mon. key. To generate a suitable value use: This value will become the mon. key. To generate a suitable value use:
. .
@ -44,6 +46,7 @@ options:
charm assumes anything not starting with /dev is a directory instead. charm assumes anything not starting with /dev is a directory instead.
osd-journal: osd-journal:
type: string type: string
default:
description: | description: |
The device to use as a shared journal drive for all OSD's. By default The device to use as a shared journal drive for all OSD's. By default
no journal device will be used. no journal device will be used.
@ -73,6 +76,7 @@ options:
Only supported with ceph >= 0.48.3. Only supported with ceph >= 0.48.3.
osd-reformat: osd-reformat:
type: string type: string
default:
description: | description: |
By default, the charm will not re-format a device that already looks By default, the charm will not re-format a device that already looks
as if it might be an OSD device. This is a safeguard to try to as if it might be an OSD device. This is a safeguard to try to
@ -92,6 +96,7 @@ options:
problems as warnings only and will not result in a hook error. problems as warnings only and will not result in a hook error.
ephemeral-unmount: ephemeral-unmount:
type: string type: string
default:
description: | description: |
Cloud instances provider ephermeral storage which is normally mounted Cloud instances provider ephermeral storage which is normally mounted
on /mnt. on /mnt.
@ -101,6 +106,7 @@ options:
testing purposes (cloud deployment is not a typical use case). testing purposes (cloud deployment is not a typical use case).
source: source:
type: string type: string
default:
description: | description: |
Optional configuration to support use of additional sources such as: Optional configuration to support use of additional sources such as:
. .
@ -116,6 +122,7 @@ options:
for precise but is provided in the Folsom cloud archive. for precise but is provided in the Folsom cloud archive.
key: key:
type: string type: string
default:
description: | description: |
Key ID to import to the apt keyring to support use with arbitary source Key ID to import to the apt keyring to support use with arbitary source
configuration from outside of Launchpad archives or PPA's. configuration from outside of Launchpad archives or PPA's.
@ -125,15 +132,17 @@ options:
description: | description: |
If set to True, supporting services will log to syslog. If set to True, supporting services will log to syslog.
ceph-public-network: ceph-public-network:
type: string type: string
description: | default:
The IP address and netmask of the public (front-side) network (e.g., description: |
192.168.0.0/24) The IP address and netmask of the public (front-side) network (e.g.,
192.168.0.0/24)
ceph-cluster-network: ceph-cluster-network:
type: string type: string
description: | default:
The IP address and netmask of the cluster (back-side) network (e.g., description: |
192.168.0.0/24) The IP address and netmask of the cluster (back-side) network (e.g.,
192.168.0.0/24)
prefer-ipv6: prefer-ipv6:
type: boolean type: boolean
default: False default: False