mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-26 01:37:15 +00:00
ensure ceph storage is persistent
This commit is contained in:
@@ -20,9 +20,8 @@ spec:
|
||||
hostPath:
|
||||
path: /dev
|
||||
- name: ceph
|
||||
emptyDir: {}
|
||||
# hostPath:
|
||||
# path: /opt/ceph
|
||||
hostPath:
|
||||
path: {{ .Values.storage.var_directory }}
|
||||
- name: ceph-conf
|
||||
secret:
|
||||
secretName: ceph-conf-combined
|
||||
@@ -36,9 +35,8 @@ spec:
|
||||
secret:
|
||||
secretName: ceph-bootstrap-rgw-keyring
|
||||
- name: osd-directory
|
||||
emptyDir: {}
|
||||
# hostPath:
|
||||
# path: /home/core/data/ceph/osd
|
||||
hostPath:
|
||||
path: {{ .Values.storage.osd_directory }}
|
||||
containers:
|
||||
- name: osd-pod
|
||||
image: {{ .Values.images.daemon }}
|
||||
|
||||
@@ -20,3 +20,7 @@ network:
|
||||
mon: 6789
|
||||
rgw_ingress: 80
|
||||
rgw_target: 8088
|
||||
|
||||
storage:
|
||||
osd_directory: /var/lib/aic-helm/ceph/osd
|
||||
var_directory: /var/lib/aic-helm/ceph/ceph
|
||||
Reference in New Issue
Block a user