From b5872c90327a00256e064a80482124a8bdce5d42 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Mon, 19 Jul 2021 10:26:17 -0700 Subject: Set glance limit for baremetal friendly images The devstack default limit enforcement for glance defaults to 1GB, and unfortunately this is too small for many to use larger images such as centos which includes hardware firmware images for execution on baremetal where drivers need the vendor blobs in order to load/run. Sets ironic-base to 5GB, and updates examples accordingly. Depends-On: https://review.opendev.org/c/openstack/devstack/+/801309 Change-Id: I41294eb571d07a270a69e5b816cdbad530749a94 --- zuul.d/ironic-jobs.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'zuul.d') diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml index 56f2301e6..03c8adaf5 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -56,6 +56,10 @@ Q_ML2_TENANT_NETWORK_TYPE: vxlan Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch SERVICE_TIMEOUT: 90 + # NOTE(TheJulia): Devstack default glance limit is 1GB, we need + # something more like 5GB for baremetal jobs due to image sizes + # with firmware. + GLANCE_LIMIT_IMAGE_SIZE_TOTAL: 5000 devstack_plugins: ironic: https://opendev.org/openstack/ironic tempest_plugins: -- cgit v1.2.1