aboutsummaryrefslogtreecommitdiffstats
path: root/nova-compute-instance.yaml
diff options
context:
space:
mode:
authorTomas Sedovic <tsedovic@redhat.com>2013-12-17 04:25:15 -0500
committerTomas Sedovic <tsedovic@redhat.com>2014-01-02 12:07:34 +0100
commited3663bb150d05e7a300336e5c07d18d3afb5ab8 (patch)
treefc880f5773093a806fcb8a4cca3fddfe59d95c3f /nova-compute-instance.yaml
parentc9ce27c981d74c18f844fa71339c0177c3f76b28 (diff)
Add Ceilometer parameters for the overcloud
Change-Id: I205bb2c0bb7c9b956fd3e0d6b266bdf5afb48864
Diffstat (limited to 'nova-compute-instance.yaml')
-rw-r--r--nova-compute-instance.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/nova-compute-instance.yaml b/nova-compute-instance.yaml
index e10b1dc5..229615ad 100644
--- a/nova-compute-instance.yaml
+++ b/nova-compute-instance.yaml
@@ -30,6 +30,21 @@ Parameters:
RabbitPassword:
Type: String
NoEcho: true
+ CeilometerComputeAgent:
+ Description: Indicates whether the Compute agent is present and expects nova-compute to be configured accordingly
+ Type: String
+ Default: ''
+ AllowedValues: ['', Present]
+ CeilometerMeteringSecret:
+ Default: unset
+ Description: Secret shared by the ceilometer services.
+ Type: String
+ NoEcho: true
+ CeilometerPassword:
+ Default: unset
+ Description: The password for the ceilometer service account.
+ Type: String
+ NoEcho: true
NovaComputeDriver:
Type: String
Default: libvirt.LibvirtDriver
@@ -45,6 +60,8 @@ Parameters:
NoEcho: true
GlanceHost:
Type: String
+ CeilometerDSN:
+ Type: String
NovaDSN:
Type: String
NeutronDSN:
@@ -122,6 +139,11 @@ Resources:
host: {Ref: NovaApiHost}
service-password:
Ref: NovaPassword
+ ceilometer:
+ db: {Ref: CeilometerDSN}
+ metering_secret: {Ref: CeilometerMeteringSecret}
+ service-password: {Ref: CeilometerPassword}
+ compute_agent: {Ref: CeilometerComputeAgent}
glance:
host: {Ref: GlanceHost}
keystone: