start with some boilerplate

This commit is contained in:
Paul Collins 2012-10-02 00:34:28 +13:00
commit 8ff7acad82
3 changed files with 17 additions and 0 deletions

9
config.yaml Normal file
View File

@ -0,0 +1,9 @@
options:
fsid:
type: string
description: |
fsid of our cluster
osd-devices:
default: ["/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde"]
description: |
the devices to format and set up as osd volumes

4
copyright Normal file
View File

@ -0,0 +1,4 @@
Copyright 2012 Canonical Ltd.
Authors:
Paul Collins <paul.collins@canonocal.com>

4
metadata.yaml Normal file
View File

@ -0,0 +1,4 @@
name: ceph-brolin
summary: distributed storage
description: |
This charm deploys Ceph.