Skip to content

Commit 92cee1c

Browse files
committed
Fix lint and comments
1 parent b27b7c6 commit 92cee1c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

etc/kayobe/ansible/rsyslog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# Custom playbook to configure rsyslog to forward operating system logs to
3-
# fluentd, eventually reaching Kolla's Opensearch cluster.
3+
# fluentd, eventually reaching Kolla's OpenSearch cluster.
44
#
55
# Variables:
66
# * rsyslog_group: Host pattern against which to target the playbook. Default

etc/kayobe/environments/aufn-ceph/kolla/globals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ glance_backend_ceph: "yes"
1212
cinder_backend_ceph: "yes"
1313
nova_backend_ceph: "yes"
1414

15-
# Opensearch memory tuning
15+
# OpenSearch memory tuning
1616
opensearch_heap_size: 1g

etc/kayobe/environments/ci-aio/kolla/globals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ nova_compute_virt_type: qemu
99
openstack_service_workers: "1"
1010
openstack_service_rpc_workers: "1"
1111

12-
# Elasticsearch memory tuning
12+
# OpenSearch memory tuning
1313
opensearch_heap_size: 1g
1414

1515
# Increase Grafana timeout

etc/kayobe/environments/ci-multinode/kolla/globals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ nova_backend_ceph: "yes"
1515
neutron_bridge_name: "{{ vxlan_interfaces[0].device }}-ovs"
1616
neutron_external_interface: "{{ vxlan_interfaces[0].device }}"
1717

18-
# Opensearch memory tuning
18+
# OpenSearch memory tuning
1919
opensearch_heap_size: 1g
2020

2121
# Octavia load balancer configuration

0 commit comments

Comments
 (0)