Skip to content

Commit 0d3efb7

Browse files
committed
Remove references to caso
1 parent 5daecc0 commit 0d3efb7

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

etc/kayobe/environments/ci-builder/stackhpc-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ kolla_docker_namespace: stackhpc-dev
88
# Kolla feature flag configuration.
99
kolla_enable_barbican: true
1010
kolla_enable_blazar: true
11-
kolla_enable_caso: true
1211
kolla_enable_central_logging: true
1312
kolla_enable_cinder: true
1413
kolla_enable_cloudkitty: true

etc/kayobe/kolla/config/fluentd/output/03-opensearch.conf

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
11
{% raw %}
2-
{% if enable_caso | bool and inventory_hostname in groups['caso'] %}
3-
<match apel.events>
4-
@type copy
5-
<store>
6-
@type opensearch
7-
host { opensearch_address }}
8-
port {{ opensearch_port }}
9-
logstash_format true
10-
logstash_prefix apel
11-
flush_interval 15s
12-
</store>
13-
</match>
14-
{% endif %}
15-
162
<match **>
173
@type copy
184
<store>

0 commit comments

Comments
 (0)