File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ Optional: define LVM volumes ``etc/kayobe/inventory/group_vars/wazuh-manager/lvm
73
73
size: "100%VG"
74
74
filesystem: "ext4"
75
75
mount: true
76
- mntp: “/var/lib/opensearch ”
76
+ mntp: “/var/lib/elasticsearch ”
77
77
create: true
78
78
79
79
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ cinder_backend_ceph: "yes"
13
13
nova_backend_ceph : " yes"
14
14
15
15
# Opensearch memory tuning
16
- es_heap_size : 1g
16
+ opensearch_heap_size : 1g
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ docker_yum_baseurl: "{{ stackhpc_repo_docker_url }}"
13
13
docker_yum_gpgkey : " https://download.docker.com/linux/centos/gpg"
14
14
15
15
# Opensearch memory tuning
16
- es_heap_size : 1g
16
+ opensearch_heap_size : 1g
17
17
18
18
# Increase Grafana timeout
19
19
grafana_start_first_node_retries : 20
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ neutron_bridge_name: "{{ vxlan_interfaces[0].device }}-ovs"
16
16
neutron_external_interface : " {{ vxlan_interfaces[0].device }}"
17
17
18
18
# Opensearch memory tuning
19
- es_heap_size : 1g
19
+ opensearch_heap_size : 1g
20
20
21
21
# Octavia load balancer configuration
22
22
octavia_auto_configure : " no"
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ om_enable_rabbitmq_high_availability: true
69
69
# ############################################################################
70
70
# Monitoring and alerting related settings
71
71
72
- es_heap_size : 8g
72
+ opensearch_heap_size : 8g
73
73
prometheus_cmdline_extras : " --storage.tsdb.retention.time=30d"
74
74
75
75
# Additional command line flags for node exporter to enable texfile collector for disk metrics and create textfile docker volume
Original file line number Diff line number Diff line change @@ -1143,7 +1143,7 @@ stackhpc_pulp_repository_container_repos_kolla: >-
1143
1143
{%- set repos = [] -%}
1144
1144
{%- for image in stackhpc_pulp_images_kolla_filtered -%}
1145
1145
{%- if image not in stackhpc_kolla_unbuildable_images[kolla_base_distro]-%}
1146
- {%- set image_repo = kolla_docker_namespace ~ "/" ~ kolla_base_distro ~ "-" ~ image -%}
1146
+ {%- set image_repo = kolla_docker_namespace ~ "/" ~ image -%}
1147
1147
{%- set repo = {"name": image_repo} -%}
1148
1148
{%- set _ = repos.append(stackhpc_pulp_repository_container_repos_kolla_common | combine(repo)) -%}
1149
1149
{%- endif -%}
@@ -1160,7 +1160,7 @@ stackhpc_pulp_distribution_container_kolla: >-
1160
1160
{%- set distributions = [] -%}
1161
1161
{%- for image in stackhpc_pulp_images_kolla_filtered -%}
1162
1162
{%- if image not in stackhpc_kolla_unbuildable_images[kolla_base_distro]-%}
1163
- {%- set image_repo = kolla_docker_namespace ~ "/" ~ kolla_base_distro ~ "-" ~ image -%}
1163
+ {%- set image_repo = kolla_docker_namespace ~ "/" ~ image -%}
1164
1164
{%- set distribution = {"name": image_repo, "repository": image_repo, "base_path": image_repo} -%}
1165
1165
{%- set _ = distributions.append(stackhpc_pulp_distribution_container_kolla_common | combine(distribution)) -%}
1166
1166
{%- endif -%}
You can’t perform that action at this time.
0 commit comments