Skip to content

Commit d4a280c

Browse files
committed
SCRD-5518 Remove heat-cloudwatch-api
The Heat AWS compatible CloudWatch API, deprecated since long has been finally removed in Queens [1]. This commit removes the service from the ansible playbooks. [1] https://docs.openstack.org/releasenotes/heat/queens.html Change-Id: I1c1d909420f75021cb57fb10abc2dfb968843bd1
1 parent a8d5391 commit d4a280c

24 files changed

+1
-676
lines changed

_heat-configure-monitoring.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717
---
1818

19-
- hosts: HEA-API:HEA-ACF:HEA-ACW:HEA-ENG:&MON-AGN
19+
- hosts: HEA-API:HEA-ACF:HEA-ENG:&MON-AGN
2020
roles:
2121
- heat-monitoring
2222
tasks:
@@ -37,9 +37,3 @@
3737
# set-up monitoring of heat-api-cfn local endpoint and internal VIP
3838
- include: roles/heat-monitoring/tasks/heat_api_cfn_check.yml
3939

40-
- hosts: HEA-ACW:&MON-AGN
41-
roles:
42-
- heat-monitoring
43-
tasks:
44-
# set-up monitoring of heat-api-cloudwatch local endpoint and internal VIP
45-
- include: roles/heat-monitoring/tasks/heat_api_cloudwatch_check.yml

_heat-configure.yml

-6
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@
2828
tasks:
2929
- include: roles/heat-api-cfn/tasks/configure.yml
3030

31-
- hosts: HEA-ACW
32-
roles:
33-
- heat-api-cloudwatch
34-
tasks:
35-
- include: roles/heat-api-cloudwatch/tasks/configure.yml
36-
3731
- hosts: HEA-ENG
3832
roles:
3933
- heat-engine

_heat-install.yml

-6
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@
2828
tasks:
2929
- include: roles/heat-api-cfn/tasks/install.yml
3030

31-
- hosts: HEA-ACW
32-
roles:
33-
- heat-api-cloudwatch
34-
tasks:
35-
- include: roles/heat-api-cloudwatch/tasks/install.yml
36-
3731
- hosts: HEA-ENG
3832
roles:
3933
- heat-engine

config/heat-symlinks.yml

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ symlinks:
2323
"heat/api-logging.conf.j2": "roles/heat-api/templates/api-logging.conf.j2"
2424
"heat/api-cfn.conf.j2": "roles/heat-api-cfn/templates/api-cfn.conf.j2"
2525
"heat/api-cfn-logging.conf.j2": "roles/heat-api-cfn/templates/api-cfn-logging.conf.j2"
26-
"heat/api-cloudwatch.conf.j2": "roles/heat-api-cloudwatch/templates/api-cloudwatch.conf.j2"
27-
"heat/api-cloudwatch-logging.conf.j2": "roles/heat-api-cloudwatch/templates/api-cloudwatch-logging.conf.j2"
2826
"heat/engine.conf.j2": "roles/heat-engine/templates/engine.conf.j2"
2927
"heat/engine-logging.conf.j2": "roles/heat-engine/templates/engine-logging.conf.j2"
3028
"heat/heat.conf.j2": "roles/heat-common/templates/heat.conf.j2"

heat-start.yml

-6
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@
2828
tasks:
2929
- include: roles/heat-api-cfn/tasks/start.yml
3030

31-
- hosts: HEA-ACW
32-
roles:
33-
- heat-api-cloudwatch
34-
tasks:
35-
- include: roles/heat-api-cloudwatch/tasks/start.yml
36-
3731
- hosts: HEA-ENG
3832
roles:
3933
- heat-engine

heat-status.yml

-7
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@
3030
tasks:
3131
- include: roles/heat-api-cfn/tasks/status.yml
3232

33-
- hosts: HEA-ACW
34-
max_fail_percentage: 0
35-
roles:
36-
- heat-api-cloudwatch
37-
tasks:
38-
- include: roles/heat-api-cloudwatch/tasks/status.yml
39-
4033
- hosts: HEA-ENG
4134
max_fail_percentage: 0
4235
roles:

heat-stop.yml

-6
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@
2828
tasks:
2929
- include: roles/heat-api-cfn/tasks/stop.yml
3030

31-
- hosts: HEA-ACW
32-
roles:
33-
- heat-api-cloudwatch
34-
tasks:
35-
- include: roles/heat-api-cloudwatch/tasks/stop.yml
36-
3731
- hosts: HEA-ENG
3832
roles:
3933
- heat-engine

roles/heat-api-cloudwatch/defaults/main.yml

-19
This file was deleted.

roles/heat-api-cloudwatch/meta/main.yml

-19
This file was deleted.

roles/heat-api-cloudwatch/tasks/configure.yml

-65
This file was deleted.

roles/heat-api-cloudwatch/tasks/install.yml

-54
This file was deleted.

roles/heat-api-cloudwatch/tasks/start.yml

-44
This file was deleted.

roles/heat-api-cloudwatch/tasks/status.yml

-19
This file was deleted.

roles/heat-api-cloudwatch/tasks/stop.yml

-24
This file was deleted.

0 commit comments

Comments
 (0)