Disable Elasticsearch NFS snapshot repository by default
This disables the Elasticsearch snapshot repository backed by NFS by default as the curator job for snapshots is disabled by default, and should make no assumption that NFS is deployed by default Change-Id: Idc74cfb80fcb4c4741d82c6d0ce63fd90a8c919f
This commit is contained in:
parent
3ec7f5f0ff
commit
012f5ec8d0
@ -255,7 +255,7 @@ conf:
|
||||
data: /usr/share/elasticsearch/data
|
||||
logs: /usr/share/elasticsearch/logs
|
||||
repository:
|
||||
enabled: true
|
||||
enabled: false
|
||||
name: default_repo
|
||||
location: /var/lib/openstack-helm/elasticsearch
|
||||
type: fs
|
||||
@ -321,7 +321,7 @@ storage:
|
||||
storage: 5Gi
|
||||
storage_class: general
|
||||
filesystem_repository:
|
||||
enabled: true
|
||||
enabled: false
|
||||
pvc:
|
||||
name: pvc-snapshots
|
||||
access_mode: ReadWriteMany
|
||||
@ -337,9 +337,9 @@ manifests:
|
||||
deployment_client: true
|
||||
deployment_master: true
|
||||
job_image_repo_sync: true
|
||||
job_snapshot_repository: true
|
||||
job_snapshot_repository: false
|
||||
helm_tests: true
|
||||
pvc_snapshots: true
|
||||
pvc_snapshots: false
|
||||
secret_admin: true
|
||||
service_data: true
|
||||
service_discovery: true
|
||||
|
Loading…
Reference in New Issue
Block a user