From f8a273d384a7c1ce2d494bc18626713a46e1d285 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Sat, 12 May 2018 17:37:54 -0500 Subject: [PATCH] Heat: Dont deploy cloudwatch by default As per the Wiki page [1] and discussions on the openstack-dev mailing list [2], heat-api-cloudwatch was depreciated following the liberty cycle and slated for removal. It was fully removed during the queens development cycle. [1] https://wiki.openstack.org/wiki/Heat/Using-CloudWatch [2] http://lists.openstack.org/pipermail/openstack-dev/2015-April/061834.html Change-Id: I5c5461839f2351c3955efaec613bd4bcc7174f78 --- heat/values.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/heat/values.yaml b/heat/values.yaml index 7b0b44a6d7..e0abd11dda 100644 --- a/heat/values.yaml +++ b/heat/values.yaml @@ -791,11 +791,11 @@ manifests: cron_job_engine_cleaner: true deployment_api: true deployment_cfn: true - deployment_cloudwatch: true + deployment_cloudwatch: false deployment_engine: true ingress_api: true ingress_cfn: true - ingress_cloudwatch: true + ingress_cloudwatch: false job_bootstrap: true job_db_init: true job_db_sync: true @@ -809,14 +809,14 @@ manifests: job_rabbit_init: true pdb_api: true pdb_cfn: true - pdb_cloudwatch: true + pdb_cloudwatch: false secret_db: true secret_keystone: true secret_rabbitmq: true service_api: true service_cfn: true - service_cloudwatch: true + service_cloudwatch: false service_ingress_api: true service_ingress_cfn: true - service_ingress_cloudwatch: true + service_ingress_cloudwatch: false statefulset_engine: false