aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-07-12 20:17:44 +0000
committerGerrit Code Review <review@openstack.org>2016-07-12 20:17:44 +0000
commit0c07a26ae0a45e7c08796876f589d03e6a3636ec (patch)
treecaa127b226ad4ed0308ca0d526f10dc67d9a8d42 /overcloud.yaml
parent4789de6b314d56440e023bbc5956662b94a2c3f3 (diff)
parent0415a2a82bc1b72570a8e10a6384fc5a9f34b04f (diff)
Merge "Gnocchi composable roles"
Diffstat (limited to 'overcloud.yaml')
-rw-r--r--overcloud.yaml19
1 files changed, 3 insertions, 16 deletions
diff --git a/overcloud.yaml b/overcloud.yaml
index 7fb6d00f..9c14121b 100644
--- a/overcloud.yaml
+++ b/overcloud.yaml
@@ -222,19 +222,6 @@ parameters:
]
}
type: json
- GnocchiBackend:
- default: file
- description: The short name of the Gnocchi backend to use. Should be one
- of swift, rbd or file
- type: string
- constraints:
- - allowed_values: ['swift', 'file', 'rbd']
- GnocchiIndexerBackend:
- default: 'mysql'
- description: The short name of the Gnocchi indexer backend to use.
- type: string
- GnocchiPassword:
- description: The password for the gnocchi service account.
type: string
hidden: true
InstanceNameTemplate:
@@ -428,6 +415,9 @@ parameters:
- OS::TripleO::Services::CeilometerAgentCentral
- OS::TripleO::Services::CeilometerAgentNotification
- OS::TripleO::Services::Horizon
+ - OS::TripleO::Services::GnocchiApi
+ - OS::TripleO::Services::GnocchiMetricd
+ - OS::TripleO::Services::GnocchiStatsd
description: A list of service resources (configured in the Heat
resource_registry) which represent nested stacks
@@ -703,9 +693,6 @@ resources:
ExtraConfig: {get_param: ExtraConfig}
FencingConfig: {get_param: FencingConfig}
Flavor: {get_param: OvercloudControlFlavor}
- GnocchiPassword: {get_param: GnocchiPassword}
- GnocchiBackend: {get_param: GnocchiBackend}
- GnocchiIndexerBackend: {get_param: GnocchiIndexerBackend}
HAProxySyslogAddress: {get_param: HAProxySyslogAddress}
HeatAuthEncryptionKey: {get_resource: HeatAuthEncryptionKey}
HorizonSecret: {get_resource: HorizonSecret}