Add hyperconverged-ceph environment to include CephOSD on computes
authorGiulio Fidente <gfidente@redhat.com>
Wed, 6 Jul 2016 08:51:42 +0000 (10:51 +0200)
committerGiulio Fidente <gfidente@redhat.com>
Mon, 29 Aug 2016 14:25:05 +0000 (14:25 +0000)
This would be useful to test Ceph in CI without a dedicated OSD node.

Change-Id: Ie534d327a9418b6119f5811ee62d448795879fb0

environments/hyperconverged-ceph.yaml [new file with mode: 0644]

diff --git a/environments/hyperconverged-ceph.yaml b/environments/hyperconverged-ceph.yaml
new file mode 100644 (file)
index 0000000..87ebb1d
--- /dev/null
@@ -0,0 +1,12 @@
+# If using an isolated StorageMgmt network, this will have to be uncommented to
+# plug the network on the compute nodes as well.
+#resource_registry:
+#    OS::TripleO::Compute::Ports::StorageMgmtPort: ../network/ports/storage_mgmt.yaml
+
+# Should match the default list of services for the compute node plus CephOSD
+parameter_defaults:
+  ComputeServices:
+    - OS::TripleO::Services::CephOSD
+
+parameter_merge_strategies:
+  ComputeServices: merge
\ No newline at end of file