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:
Steve Wilkerson 2018-01-11 12:24:36 -06:00
parent 3ec7f5f0ff
commit 012f5ec8d0

View File

@ -255,7 +255,7 @@ conf:
data: /usr/share/elasticsearch/data data: /usr/share/elasticsearch/data
logs: /usr/share/elasticsearch/logs logs: /usr/share/elasticsearch/logs
repository: repository:
enabled: true enabled: false
name: default_repo name: default_repo
location: /var/lib/openstack-helm/elasticsearch location: /var/lib/openstack-helm/elasticsearch
type: fs type: fs
@ -321,7 +321,7 @@ storage:
storage: 5Gi storage: 5Gi
storage_class: general storage_class: general
filesystem_repository: filesystem_repository:
enabled: true enabled: false
pvc: pvc:
name: pvc-snapshots name: pvc-snapshots
access_mode: ReadWriteMany access_mode: ReadWriteMany
@ -337,9 +337,9 @@ manifests:
deployment_client: true deployment_client: true
deployment_master: true deployment_master: true
job_image_repo_sync: true job_image_repo_sync: true
job_snapshot_repository: true job_snapshot_repository: false
helm_tests: true helm_tests: true
pvc_snapshots: true pvc_snapshots: false
secret_admin: true secret_admin: true
service_data: true service_data: true
service_discovery: true service_discovery: true