Add support metadata
diff --git a/ceph/meta/sphinx.yml b/ceph/meta/sphinx.yml
new file mode 100644
index 0000000..e4e20bd
--- /dev/null
+++ b/ceph/meta/sphinx.yml
@@ -0,0 +1,19 @@
+doc:
+  name: Ceph
+  description: Ceph’s RADOS provides you with extraordinary data storage scalability—thousands of client hosts or KVMs accessing petabytes to exabytes of data.
+  role:
+  {%- if pillar.ceph.osd is defined %}
+    osd:
+      name: osd
+      param: {}
+  {%- endif %}
+  {%- if pillar.ceph.mon is defined %}
+    mon:
+      name: mon
+      param: {}
+  {%- endif %}
+  {%- if pillar.ceph.client is defined %}
+    client:
+      name: client
+      param: {}
+  {%- endif %}
diff --git a/metadata/service/support.yml b/metadata/service/support.yml
new file mode 100644
index 0000000..532aed8
--- /dev/null
+++ b/metadata/service/support.yml
@@ -0,0 +1,11 @@
+parameters:
+  ceph:
+    _support:
+      collectd:
+        enabled: false
+      heka:
+        enabled: false
+      sensu:
+        enabled: true
+      sphinx:
+        enabled: true