blob: 87ebb1d7bffb55cc61dbe2cfa0ae0a1a34d6f039 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|