Skip to content

Commit 7491623

Browse files
committed
Remove references to Swift
1 parent 38f16c4 commit 7491623

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

etc/kayobe/kolla.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -738,9 +738,6 @@ kolla_enable_prometheus: true
738738
#kolla_enable_rabbitmq:
739739
#kolla_enable_redis:
740740
#kolla_enable_skyline:
741-
#kolla_enable_swift:
742-
#kolla_enable_swift_recon:
743-
#kolla_enable_swift_s3api:
744741
#kolla_enable_tacker:
745742
#kolla_enable_telegraf:
746743
#kolla_enable_trove:

etc/kayobe/kolla/inventory/group_vars/prometheus-blackbox-exporter

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,3 @@ stackhpc_prometheus_blackbox_exporter_endpoints_default:
6262
enabled: "{{ enable_ironic | bool }}"
6363
- endpoints: "{% set ironic_inspector_endpoints = [] %}{% for host in groups.get('ironic-inspector', []) %}{{ ironic_inspector_endpoints.append('ironic_inspector_backend_' + host.replace('-', '') + ':os_endpoint:' + 'http://' + ('api' | kolla_address(host) | put_address_in_context('url')) + ':' + hostvars[host]['ironic_inspector_port']) }}{% endfor %}{{ ironic_inspector_endpoints }}"
6464
enabled: "{{ enable_ironic | bool }}"
65-
- endpoints: "{% set swift_endpoints = [] %}{% for host in groups.get('swift-api', []) %}{{ swift_endpoints.append('swift_backend_' + host.replace('-', '') + ':os_endpoint:' + 'http://' + ('api' | kolla_address(host) | put_address_in_context('url')) + ':' + hostvars[host]['swift_api_port']) }}{% endfor %}{{ swift_endpoints }}"
66-
enabled: "{{ enable_swift | bool }}"

0 commit comments

Comments
 (0)