Skip to content

Instantly share code, notes, and snippets.

@ChrisMacNaughton
Last active November 21, 2016 15:51
Show Gist options
  • Save ChrisMacNaughton/3ebafe87fb48ed8f6630c61939362786 to your computer and use it in GitHub Desktop.
Save ChrisMacNaughton/3ebafe87fb48ed8f6630c61939362786 to your computer and use it in GitHub Desktop.
series: xenial
applications:
"ceph-osd":
charm: "cs:xenial/ceph-osd"
num_units: 3
options:
"ephemeral-unmount": /mnt
"osd-devices": /dev/xvdb
annotations:
"gui-x": "579"
"gui-y": "477"
"ceph-mon":
charm: "cs:xenial/ceph-mon"
num_units: 3
annotations:
"gui-x": "979"
"gui-y": "477"
relations:
- - "ceph-mon:osd"
- "ceph-osd:mon"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment