Skip to content

Commit eaeff4b

Browse files
committed
Make state volume size configurable
1 parent 6bda759 commit eaeff4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

group_vars/openstack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ terraform_project_path: "{{ playbook_dir }}/terraform"
1717
terraform_state: "{{ cluster_state | default('present') }}"
1818
cluster_ssh_user: rocky
1919

20-
state_volume_size: 150 # GB
20+
state_volume_size: "{{ cluster_state_volume_size | default('40') }}" # GB
2121

2222
state_volume_device_path: "{{ cluster_state_volume_device_path | default('/dev/vdb') }}"
23-
home_volume_device_path: "{{ cluster_home_volume_device_path | default('/dev/vdc') }}"
23+
home_volume_device_path: "{{ cluster_home_volume_device_path | default('/dev/vdc') }}"

0 commit comments

Comments
 (0)