diff options
author | Giulio Fidente <gfidente@redhat.com> | 2016-07-06 10:51:42 +0200 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2016-08-29 14:25:05 +0000 |
commit | dff4f6ca0cd926368e6231db71092028c0faca82 (patch) | |
tree | 0c37048202afdfa11cbe2531b2a157bda9b543b4 | |
parent | 970fcfcb58b2d0d26a39c2d9deab3a0301eb65ca (diff) |
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
-rw-r--r-- | environments/hyperconverged-ceph.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/environments/hyperconverged-ceph.yaml b/environments/hyperconverged-ceph.yaml new file mode 100644 index 00000000..87ebb1d7 --- /dev/null +++ b/environments/hyperconverged-ceph.yaml @@ -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 |