commit | de23f5a034bbd0606af6d9c02826e78cc1592a08 | [log] [tgz] |
---|---|---|
author | vexxhost-bot <105816074+vexxhost-bot@users.noreply.github.com> | Wed Jun 19 00:33:17 2024 +0200 |
committer | GitHub <noreply@github.com> | Tue Jun 18 22:33:17 2024 +0000 |
tree | f18336f320317278a63fce2741b94121bc852ea6 | |
parent | 278de76634e0483e2aa96acfb3b788e13eafc322 [diff] |
[stable/zed] Add cinder-tmp to c-vol (#1394) This is an automated cherry-pick of #1330 /assign mnaser
diff --git a/roles/cinder/vars/main.yml b/roles/cinder/vars/main.yml index eee67ed..dc9aa4d 100644 --- a/roles/cinder/vars/main.yml +++ b/roles/cinder/vars/main.yml
@@ -20,6 +20,15 @@ replicas: api: 3 scheduler: 3 + mounts: + cinder_volume: + cinder_volume: + volumeMounts: + - name: cinder-tmp + mountPath: /var/lib/cinder/tmp + volumes: + - name: cinder-tmp + emptyDir: {} conf: policy: {} cinder: