[magnum] Increase DIB_IMAGE_SIZE to 2.5

The fedora atomic build runs out of space and fails.

Change-Id: Iddc0e13e7f7736e921162e9aa50a69df2da55194
This commit is contained in:
Spyros Trigazis 2017-01-17 09:59:09 +01:00
parent 6c8843dd4b
commit fd605e77bf

View File

@ -109,8 +109,6 @@
DIB_ELEMENTS=./openstack/diskimage-builder/elements
export DIB_IMAGE_SIZE=2.2
if [ "{image-name}" == "ubuntu-mesos" ]; then
TRIPLEO_ELEMENTS=./openstack/tripleo-image-elements/elements
HEAT_ELEMENTS=./openstack/heat-templates/hot/software-config/elements
@ -121,6 +119,8 @@
export DIB_RELEASE=trusty
export DIB_IMAGE_SIZE=2.2
disk-image-create ubuntu vm docker mesos \
os-collect-config os-refresh-config os-apply-config \
heat-config heat-config-script -o $WORKSPACE/{image-name}.qcow2
@ -133,6 +133,8 @@
export DIB_RELEASE="25"
export DIB_IMAGE_SIZE=2.5
export FEDORA_ATOMIC_TREE_URL="https://kojipkgs.fedoraproject.org/atomic/25/"
export FEDORA_ATOMIC_TREE_REF="8b15e9b988b4b02f4cb8b39bdd63d182ab7004a8926ecdac6314ee5c7ffa646b"