Merge "Tidy Heartbeat service names"
This commit is contained in:
commit
f59c4a76e0
@ -104,59 +104,59 @@ apm_port: 8200
|
|||||||
# Beat options
|
# Beat options
|
||||||
heartbeat_services:
|
heartbeat_services:
|
||||||
- group: "{{ groups['galera_all'] | default([]) }}"
|
- group: "{{ groups['galera_all'] | default([]) }}"
|
||||||
name: galera HTTP
|
name: galera
|
||||||
ports:
|
ports:
|
||||||
- 9200
|
- 9200
|
||||||
type: http
|
type: http
|
||||||
method: HEAD
|
method: HEAD
|
||||||
path: "/"
|
path: "/"
|
||||||
- group: "{{ groups['galera_all'] | default([]) }}"
|
- group: "{{ groups['galera_all'] | default([]) }}"
|
||||||
name: galera TCP
|
name: galera
|
||||||
ports:
|
ports:
|
||||||
- 3306
|
- 3306
|
||||||
type: tcp
|
type: tcp
|
||||||
- group: "{{ groups['repo_all'] | default([]) }}"
|
- group: "{{ groups['repo_all'] | default([]) }}"
|
||||||
name: repo git
|
name: repo-git
|
||||||
ports:
|
ports:
|
||||||
- 9418
|
- 9418
|
||||||
type: tcp
|
type: tcp
|
||||||
- group: "{{ groups['repo_all'] | default([]) }}"
|
- group: "{{ groups['repo_all'] | default([]) }}"
|
||||||
name: repo server
|
name: repo-server
|
||||||
ports:
|
ports:
|
||||||
- 8181
|
- 8181
|
||||||
type: http
|
type: http
|
||||||
method: HEAD
|
method: HEAD
|
||||||
path: "/"
|
path: "/"
|
||||||
- group: "{{ groups['repo_all'] | default([]) }}"
|
- group: "{{ groups['repo_all'] | default([]) }}"
|
||||||
name: repo acng
|
name: repo-acng
|
||||||
ports:
|
ports:
|
||||||
- 3142
|
- 3142
|
||||||
type: http
|
type: http
|
||||||
method: HEAD
|
method: HEAD
|
||||||
path: "/acng-report.html"
|
path: "/acng-report.html"
|
||||||
- group: "{{ groups['glance_api'] | default([]) }}"
|
- group: "{{ groups['glance_api'] | default([]) }}"
|
||||||
name: glance api
|
name: glance-api
|
||||||
ports:
|
ports:
|
||||||
- 9292
|
- 9292
|
||||||
type: http
|
type: http
|
||||||
method: HEAD
|
method: HEAD
|
||||||
path: "/healthcheck"
|
path: "/healthcheck"
|
||||||
- group: "{{ groups['glance_api'] | default([]) }}"
|
- group: "{{ groups['glance_api'] | default([]) }}"
|
||||||
name: glance registry
|
name: glance-registry
|
||||||
ports:
|
ports:
|
||||||
- 9191
|
- 9191
|
||||||
type: http
|
type: http
|
||||||
method: HEAD
|
method: HEAD
|
||||||
path: "/healthcheck"
|
path: "/healthcheck"
|
||||||
- group: "{{ groups['gnocchi_all'] | default([]) }}"
|
- group: "{{ groups['gnocchi_all'] | default([]) }}"
|
||||||
name: gnocchi api
|
name: gnocchi-api
|
||||||
ports:
|
ports:
|
||||||
- 8041
|
- 8041
|
||||||
type: http
|
type: http
|
||||||
method: HEAD
|
method: HEAD
|
||||||
path: "/healthcheck"
|
path: "/healthcheck"
|
||||||
- group: "{{ groups['heat_api_cfn'] | default([]) }}"
|
- group: "{{ groups['heat_api_cfn'] | default([]) }}"
|
||||||
name: heat cfn api
|
name: heat-cfn-api
|
||||||
ports:
|
ports:
|
||||||
- 8000
|
- 8000
|
||||||
type: http
|
type: http
|
||||||
@ -165,7 +165,7 @@ heartbeat_services:
|
|||||||
check_response:
|
check_response:
|
||||||
status: 300
|
status: 300
|
||||||
- group: "{{ groups['heat_api'] | default([]) }}"
|
- group: "{{ groups['heat_api'] | default([]) }}"
|
||||||
name: heat api
|
name: heat-api
|
||||||
ports:
|
ports:
|
||||||
- 8004
|
- 8004
|
||||||
type: http
|
type: http
|
||||||
@ -174,7 +174,7 @@ heartbeat_services:
|
|||||||
check_response:
|
check_response:
|
||||||
status: 300
|
status: 300
|
||||||
- group: "{{ groups['keystone_all'] | default([]) }}"
|
- group: "{{ groups['keystone_all'] | default([]) }}"
|
||||||
name: keystone api
|
name: keystone-api
|
||||||
ports:
|
ports:
|
||||||
- 5000
|
- 5000
|
||||||
type: http
|
type: http
|
||||||
@ -183,42 +183,42 @@ heartbeat_services:
|
|||||||
check_response:
|
check_response:
|
||||||
status: 300
|
status: 300
|
||||||
- group: "{{ groups['neutron_server'] | default([]) }}"
|
- group: "{{ groups['neutron_server'] | default([]) }}"
|
||||||
name: neutron server
|
name: neutron-server
|
||||||
ports:
|
ports:
|
||||||
- 9696
|
- 9696
|
||||||
type: http
|
type: http
|
||||||
method: GET
|
method: GET
|
||||||
path: "/"
|
path: "/"
|
||||||
- group: "{{ groups['nova_api_metadata'] | default([]) }}"
|
- group: "{{ groups['nova_api_metadata'] | default([]) }}"
|
||||||
name: nova api metadata
|
name: nova-api-metadata
|
||||||
ports:
|
ports:
|
||||||
- 8775
|
- 8775
|
||||||
type: http
|
type: http
|
||||||
method: HEAD
|
method: HEAD
|
||||||
path: "/"
|
path: "/"
|
||||||
- group: "{{ groups['nova_api_os_compute'] | default([]) }}"
|
- group: "{{ groups['nova_api_os_compute'] | default([]) }}"
|
||||||
name: nova api compute
|
name: nova-api-compute
|
||||||
ports:
|
ports:
|
||||||
- 8774
|
- 8774
|
||||||
type: http
|
type: http
|
||||||
method: HEAD
|
method: HEAD
|
||||||
path: "/"
|
path: "/"
|
||||||
- group: "{{ groups['nova_api_placement'] | default([]) }}"
|
- group: "{{ groups['nova_api_placement'] | default([]) }}"
|
||||||
name: nova api placement
|
name: nova-api-placement
|
||||||
ports:
|
ports:
|
||||||
- 8780
|
- 8780
|
||||||
type: http
|
type: http
|
||||||
method: GET
|
method: GET
|
||||||
path: "/"
|
path: "/"
|
||||||
- group: "{{ groups['nova_console'] | default([]) }}"
|
- group: "{{ groups['nova_console'] | default([]) }}"
|
||||||
name: nova console
|
name: nova-console
|
||||||
ports:
|
ports:
|
||||||
- 6080
|
- 6080
|
||||||
- 6082
|
- 6082
|
||||||
- 6083
|
- 6083
|
||||||
type: tcp
|
type: tcp
|
||||||
- group: "{{ groups['cinder_api'] | default([]) }}"
|
- group: "{{ groups['cinder_api'] | default([]) }}"
|
||||||
name: cinder api
|
name: cinder-api
|
||||||
ports:
|
ports:
|
||||||
- 8776
|
- 8776
|
||||||
type: http
|
type: http
|
||||||
@ -235,83 +235,83 @@ heartbeat_services:
|
|||||||
method: HEAD
|
method: HEAD
|
||||||
path: "/"
|
path: "/"
|
||||||
- group: "{{ groups['sahara_api'] | default([]) }}"
|
- group: "{{ groups['sahara_api'] | default([]) }}"
|
||||||
name: sahara api
|
name: sahara-api
|
||||||
ports:
|
ports:
|
||||||
- 8386
|
- 8386
|
||||||
type: http
|
type: http
|
||||||
method: HEAD
|
method: HEAD
|
||||||
path: "/healthcheck"
|
path: "/healthcheck"
|
||||||
- group: "{{ groups['swift_proxy'] | default([]) }}"
|
- group: "{{ groups['swift_proxy'] | default([]) }}"
|
||||||
name: swift proxy
|
name: swift-proxy
|
||||||
ports:
|
ports:
|
||||||
- 8080
|
- 8080
|
||||||
type: http
|
type: http
|
||||||
method: HEAD
|
method: HEAD
|
||||||
path: "/healthcheck"
|
path: "/healthcheck"
|
||||||
- group: "{{ groups['aodh_api'] | default([]) }}"
|
- group: "{{ groups['aodh_api'] | default([]) }}"
|
||||||
name: aodh api
|
name: aodh-api
|
||||||
ports:
|
ports:
|
||||||
- 8042
|
- 8042
|
||||||
type: http
|
type: http
|
||||||
method: HEAD
|
method: HEAD
|
||||||
path: "/"
|
path: "/"
|
||||||
- group: "{{ groups['ironic_api'] | default([]) }}"
|
- group: "{{ groups['ironic_api'] | default([]) }}"
|
||||||
name: ironic api
|
name: ironic-api
|
||||||
ports:
|
ports:
|
||||||
- 6385
|
- 6385
|
||||||
type: http
|
type: http
|
||||||
method: HEAD
|
method: HEAD
|
||||||
path: "/"
|
path: "/"
|
||||||
- group: "{{ groups['rabbitmq_all'] | default([]) }}"
|
- group: "{{ groups['rabbitmq_all'] | default([]) }}"
|
||||||
name: rabbitmq management
|
name: rabbitmq-management
|
||||||
ports:
|
ports:
|
||||||
- 15672
|
- 15672
|
||||||
type: http
|
type: http
|
||||||
method: HEAD
|
method: HEAD
|
||||||
path: "/"
|
path: "/"
|
||||||
- group: "{{ groups['rabbitmq_all'] | default([]) }}"
|
- group: "{{ groups['rabbitmq_all'] | default([]) }}"
|
||||||
name: rabbitmq access
|
name: rabbitmq-access
|
||||||
ports:
|
ports:
|
||||||
- 5672
|
- 5672
|
||||||
- 5671
|
- 5671
|
||||||
type: tcp
|
type: tcp
|
||||||
- group: "{{ groups['magnum_all'] | default([]) }}"
|
- group: "{{ groups['magnum_all'] | default([]) }}"
|
||||||
name: magnum api
|
name: magnum-api
|
||||||
ports:
|
ports:
|
||||||
- 9511
|
- 9511
|
||||||
type: http
|
type: http
|
||||||
method: HEAD
|
method: HEAD
|
||||||
path: "/"
|
path: "/"
|
||||||
- group: "{{ groups['trove_api'] | default([]) }}"
|
- group: "{{ groups['trove_api'] | default([]) }}"
|
||||||
name: trove api
|
name: trove-api
|
||||||
ports:
|
ports:
|
||||||
- 8779
|
- 8779
|
||||||
type: http
|
type: http
|
||||||
method: HEAD
|
method: HEAD
|
||||||
path: "/"
|
path: "/"
|
||||||
- group: "{{ groups['barbican_api'] | default([]) }}"
|
- group: "{{ groups['barbican_api'] | default([]) }}"
|
||||||
name: barbican api
|
name: barbican-api
|
||||||
ports:
|
ports:
|
||||||
- 9311
|
- 9311
|
||||||
type: http
|
type: http
|
||||||
method: HEAD
|
method: HEAD
|
||||||
path: "/"
|
path: "/"
|
||||||
- group: "{{ groups['designate_api'] | default([]) }}"
|
- group: "{{ groups['designate_api'] | default([]) }}"
|
||||||
name: designate api
|
name: designate-api
|
||||||
ports:
|
ports:
|
||||||
- 9001
|
- 9001
|
||||||
type: http
|
type: http
|
||||||
method: HEAD
|
method: HEAD
|
||||||
path: "/"
|
path: "/"
|
||||||
- group: "{{ groups['octavia_all'] | default([]) }}"
|
- group: "{{ groups['octavia_all'] | default([]) }}"
|
||||||
name: octavia api
|
name: octavia-api
|
||||||
ports:
|
ports:
|
||||||
- 9876
|
- 9876
|
||||||
type: http
|
type: http
|
||||||
method: HEAD
|
method: HEAD
|
||||||
path: "/"
|
path: "/"
|
||||||
- group: "{{ groups['tacker_all'] | default([]) }}"
|
- group: "{{ groups['tacker_all'] | default([]) }}"
|
||||||
name: tracker api
|
name: tacker-api
|
||||||
ports:
|
ports:
|
||||||
- 9890
|
- 9890
|
||||||
type: http
|
type: http
|
||||||
|
Loading…
x
Reference in New Issue
Block a user