aboutsummaryrefslogtreecommitdiffstats
path: root/environments/hyperconverged-ceph.yaml
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2016-11-25 11:32:49 +0100
committerGiulio Fidente <gfidente@redhat.com>2016-11-25 11:32:49 +0100
commit2a7e0445187df045d61b6b34b6943a3c6a448308 (patch)
tree9c7ff022a46c75b47b11adeec3b1adffe88bd5e2 /environments/hyperconverged-ceph.yaml
parent56c98446e7def74d898a2e38427ab93e625ab89b (diff)
Provide full list of services for Compute role in HCI scenario
Until bug #1635409 is fixed, we can provide the full list of services needed on the Compute role, plus CephOSD, in the hyperconverged-ceph environment file, preserving the user experience. Change-Id: I42409bc098c740759b378969526e13efaf002d3c Related-Bug: #1635409
Diffstat (limited to 'environments/hyperconverged-ceph.yaml')
-rw-r--r--environments/hyperconverged-ceph.yaml26
1 files changed, 22 insertions, 4 deletions
diff --git a/environments/hyperconverged-ceph.yaml b/environments/hyperconverged-ceph.yaml
index cee4ae4a..8258ae91 100644
--- a/environments/hyperconverged-ceph.yaml
+++ b/environments/hyperconverged-ceph.yaml
@@ -5,7 +5,25 @@ resource_registry:
parameter_defaults:
ComputeServices:
- - OS::TripleO::Services::CephOSD
-
-parameter_merge_strategies:
- ComputeServices: merge \ No newline at end of file
+ - OS::TripleO::Services::CACerts
+ - OS::TripleO::Services::CephClient
+ - OS::TripleO::Services::CephExternal
+ - OS::TripleO::Services::Timezone
+ - OS::TripleO::Services::Ntp
+ - OS::TripleO::Services::Snmp
+ - OS::TripleO::Services::NovaCompute
+ - OS::TripleO::Services::NovaLibvirt
+ - OS::TripleO::Services::Kernel
+ - OS::TripleO::Services::ComputeNeutronCorePlugin
+ - OS::TripleO::Services::ComputeNeutronOvsAgent
+ - OS::TripleO::Services::ComputeCeilometerAgent
+ - OS::TripleO::Services::ComputeNeutronL3Agent
+ - OS::TripleO::Services::ComputeNeutronMetadataAgent
+ - OS::TripleO::Services::TripleoPackages
+ - OS::TripleO::Services::TripleoFirewall
+ - OS::TripleO::Services::NeutronSriovAgent
+ - OS::TripleO::Services::OpenDaylightOvs
+ - OS::TripleO::Services::SensuClient
+ - OS::TripleO::Services::FluentdClient
+ - OS::TripleO::Services::VipHosts
+ - OS::TripleO::Services::CephOSD \ No newline at end of file