Add hyperconverged-ceph environment to include CephOSD on computes

This would be useful to test Ceph in CI without a dedicated OSD node.

Change-Id: Ie534d327a9418b6119f5811ee62d448795879fb0
This commit is contained in:
Giulio Fidente 2016-07-06 10:51:42 +02:00
parent 970fcfcb58
commit dff4f6ca0c
1 changed files with 12 additions and 0 deletions

View File

@ -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