From ff85f540025f42faaf35ae64e2eaf091ddea1383 Mon Sep 17 00:00:00 2001 From: German Eichberger Date: Wed, 23 Aug 2017 10:00:33 -0700 Subject: [PATCH] Increase DIB disk space to 3GB Currently, most distribution require now 3GB images. Octavia team is working on shrining that in the future but for now this is the recommended setting for DIB. Change-Id: I23f72f7f8f3000159d8dfd8b6030d67d524aada1 --- tests/roles/bootstrap-host/tasks/prepare_octavia.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/roles/bootstrap-host/tasks/prepare_octavia.yml b/tests/roles/bootstrap-host/tasks/prepare_octavia.yml index 8051b47950..4552b7845a 100644 --- a/tests/roles/bootstrap-host/tasks/prepare_octavia.yml +++ b/tests/roles/bootstrap-host/tasks/prepare_octavia.yml @@ -58,7 +58,7 @@ version: "{{ octavia_git_install_branch }}" # Build Octavia amphora image - name: Create amphora image - shell: "./diskimage-create.sh -o {{ bootstrap_host_octavia_tmp }}/amphora-x64-haproxy.qcow2" + shell: "./diskimage-create.sh -o {{ bootstrap_host_octavia_tmp }}/amphora-x64-haproxy.qcow2 -s3" args: chdir: "{{ bootstrap_host_octavia_tmp }}/octavia/diskimage-create" creates: "{{ bootstrap_host_octavia_tmp }}/amphora-x64-haproxy.qcow2"