Merge "Add a environment file to disable ceilo api"
This commit is contained in:
commit
5bea89cc5d
@ -160,6 +160,16 @@ topics:
|
|||||||
description: Deploy Mistral service
|
description: Deploy Mistral service
|
||||||
requires:
|
requires:
|
||||||
- overcloud-resource-registry-puppet.yaml
|
- overcloud-resource-registry-puppet.yaml
|
||||||
|
- title: Ceilometer Api
|
||||||
|
description:
|
||||||
|
environments:
|
||||||
|
- file: environments/services/disable-ceilometer-api.yaml
|
||||||
|
title: Ceilometer Api
|
||||||
|
description: Disable Ceilometer Api service. This service is
|
||||||
|
deprecated and will be removed in future releases. Please move
|
||||||
|
to using gnocchi/aodh/panko apis instead.
|
||||||
|
requires:
|
||||||
|
- overcloud-resource-registry-puppet.yaml
|
||||||
|
|
||||||
# - title: Network Interface Configuration
|
# - title: Network Interface Configuration
|
||||||
# description:
|
# description:
|
||||||
|
2
environments/services/disable-ceilometer-api.yaml
Normal file
2
environments/services/disable-ceilometer-api.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
resource_registry:
|
||||||
|
OS::TripleO::Services::CeilometerApi: OS::Heat::None
|
@ -50,10 +50,6 @@ parameters:
|
|||||||
default: false
|
default: false
|
||||||
description: Whether to store events in ceilometer.
|
description: Whether to store events in ceilometer.
|
||||||
type: boolean
|
type: boolean
|
||||||
EnableLegacyCeilometerApi:
|
|
||||||
default: false
|
|
||||||
description: Enable legacy ceilometer Api service if needed.
|
|
||||||
type: boolean
|
|
||||||
EventPipelinePublishers:
|
EventPipelinePublishers:
|
||||||
default: ['notifier://?topic=alarm.all']
|
default: ['notifier://?topic=alarm.all']
|
||||||
description: A list of publishers to put in event_pipeline.yaml.
|
description: A list of publishers to put in event_pipeline.yaml.
|
||||||
@ -103,7 +99,6 @@ outputs:
|
|||||||
- '/ceilometer'
|
- '/ceilometer'
|
||||||
- '?bind_address='
|
- '?bind_address='
|
||||||
- "%{hiera('tripleo::profile::base::database::mysql::client_bind_address')}"
|
- "%{hiera('tripleo::profile::base::database::mysql::client_bind_address')}"
|
||||||
enable_legacy_ceilometer_api: {get_param: EnableLegacyCeilometerApi}
|
|
||||||
ceilometer_backend: {get_param: CeilometerBackend}
|
ceilometer_backend: {get_param: CeilometerBackend}
|
||||||
ceilometer::metering_secret: {get_param: CeilometerMeteringSecret}
|
ceilometer::metering_secret: {get_param: CeilometerMeteringSecret}
|
||||||
# we include db_sync class in puppet-tripleo
|
# we include db_sync class in puppet-tripleo
|
||||||
|
Loading…
Reference in New Issue
Block a user