8b29037cec
This is the action item to implement the spec: doc/source/specs/2025.1/chart_versioning.rst Also add overrides env variables - OSH_VALUES_OVERRIDES_PATH - OSH_INFRA_VALUES_OVERRIDES_PATH This commit temporarily disables all jobs that involve scripts in the OSH git repo because they need to be updated to work with the new values_overrides structure in the OSH-infra repo. Once this is merged I4974785c904cf7c8730279854e3ad9b6b7c35498 all these disabled test jobs must be enabled. Depends-On: I327103c18fc0e10e989a17f69b3bff9995c45eb4 Change-Id: I7bfdef3ea2128bbb4e26e3a00161fe30ce29b8e7
33 lines
772 B
YAML
33 lines
772 B
YAML
# Can't use these settings at startup yet becuse of
|
|
# https://github.com/elastic/elasticsearch/issues/27006
|
|
# conf:
|
|
# elasticsearch:
|
|
# config:
|
|
# cluster:
|
|
# remote:
|
|
# remote_elasticsearch:
|
|
# seeds:
|
|
# - elasticsearch-gateway-1.remote_host:9301
|
|
# - elasticsearch-gateway-2.remote_host:9301
|
|
# - elasticsearch-gateway-3.remote_host:9301
|
|
# skip_unavailale: true
|
|
---
|
|
network:
|
|
remote_clustering:
|
|
enabled: true
|
|
|
|
manifests:
|
|
cron_curator: false
|
|
cron_verify_repositories: false
|
|
job_snapshot_repository: false
|
|
pod:
|
|
replicas:
|
|
master: 2
|
|
data: 1
|
|
client: 1
|
|
gateway: 1
|
|
images:
|
|
tags:
|
|
elasticsearch: docker.io/openstackhelm/elasticsearch-s3:7_6_2-centos_7
|
|
...
|