aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud.yaml
diff options
context:
space:
mode:
authorEmilien Macchi <emilien@redhat.com>2016-06-20 14:47:49 -0400
committerEmilien Macchi <emilien@redhat.com>2016-07-13 12:51:17 +0000
commit856a990b47d911806c89c31017b06f8c1dc71b87 (patch)
tree8314ba7b21944f9c4370491a0f30c5d37ef820aa /overcloud.yaml
parentf12f7f33ddb953259259151faea2edb7f0f070fe (diff)
Ceilometer Compute Agent composable service
Implement the service for ceilometer agent compute. Change-Id: I5ab3887832588ce26e2d258d05f725d87d2c103d
Diffstat (limited to 'overcloud.yaml')
-rw-r--r--overcloud.yaml8
1 files changed, 1 insertions, 7 deletions
diff --git a/overcloud.yaml b/overcloud.yaml
index 9c14121b..1b196c68 100644
--- a/overcloud.yaml
+++ b/overcloud.yaml
@@ -271,12 +271,6 @@ parameters:
description: How many replicas to use in the swift rings.
# Compute-specific params
- CeilometerComputeAgent:
- description: Indicates whether the Compute agent is present and expects nova-compute to be configured accordingly
- type: string
- default: ''
- constraints:
- - allowed_values: ['', Present]
ComputeCount:
type: number
default: 1
@@ -436,6 +430,7 @@ parameters:
- OS::TripleO::Services::Kernel
- OS::TripleO::Services::ComputeNeutronCorePlugin
- OS::TripleO::Services::ComputeNeutronOvsAgent
+ - OS::TripleO::Services::ComputeCeilometerAgent
description: A list of service resources (configured in the Heat
resource_registry) which represent nested stacks
for each service that should get installed on the Compute Nodes.
@@ -754,7 +749,6 @@ resources:
type: OS::TripleO::Compute
properties:
AdminPassword: {get_param: AdminPassword}
- CeilometerComputeAgent: {get_param: CeilometerComputeAgent}
CinderEnableNfsBackend: {get_param: CinderEnableNfsBackend}
CinderEnableRbdBackend: {get_param: CinderEnableRbdBackend}
Debug: {get_param: Debug}