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
This commit is contained in:
German Eichberger 2017-08-23 10:00:33 -07:00
parent 641eddaaeb
commit ff85f54002

View File

@ -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"