aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud.yaml
diff options
context:
space:
mode:
authorPradeep Kilambi <pkilambi@redhat.com>2016-05-18 22:26:22 -0400
committerCarlos Camacho <ccamacho@redhat.com>2016-07-12 14:14:24 +0200
commit0415a2a82bc1b72570a8e10a6384fc5a9f34b04f (patch)
tree5eab597ee24952efbefc32f607c0c41e662970a8 /overcloud.yaml
parentc4f27255c50a8afc737346db549b701515494f79 (diff)
Gnocchi composable roles
Implements: blueprint composable-services-within-roles Co-Authored-By: Juan Antonio Osorio Robles <jaosorior@redhat.com> Co-Authored-By: Carlos Camacho <ccamacho@redhat.com> Depends-On: Id728aae79442c45ab48fe0914c065f1807e8890d Closes-Bug: #1601846 Change-Id: I40a3815923099d00a0f3fc1d88a942784e7c6fb9
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 1e56126d..84d65926 100644
--- a/overcloud.yaml
+++ b/overcloud.yaml
@@ -296,19 +296,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:
@@ -509,6 +496,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
@@ -782,9 +772,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}