From e9c9aaa4870e29f215ee5f47a0de2149b6afe610 Mon Sep 17 00:00:00 2001 From: Pawel Wieczorek Date: Fri, 19 Jun 2020 19:20:50 +0200 Subject: Use external volumes for OpenStack virtual machines This allows easier storage quota changes (without the need to modify flavors). Issue-ID: INT-1601 Change-Id: I0fe7557ff6f23eb0e29314ee0d4819893583a294 Signed-off-by: Pawel Wieczorek --- deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample | 1 + 1 file changed, 1 insertion(+) (limited to 'deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample') diff --git a/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample b/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample index 40fdabf94..07488aa57 100644 --- a/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample +++ b/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample @@ -17,3 +17,4 @@ hosts: keypair: *keypair_name network: *network_name securitygroup: *securitygroup_name + volume_size: 5 -- cgit 1.2.3-korg