Merge "Set glance limit for baremetal friendly images"
This commit is contained in:
commit
103e34f5a8
doc/source/contributor
zuul.d
@ -455,6 +455,9 @@ hardware type by default::
|
||||
SERVICE_PASSWORD=password
|
||||
SERVICE_TOKEN=password
|
||||
|
||||
# Set glance's default limit to be baremetal image friendly
|
||||
GLANCE_LIMIT_IMAGE_SIZE_TOTAL=5000
|
||||
|
||||
# Enable Ironic plugin
|
||||
enable_plugin ironic https://opendev.org/openstack/ironic
|
||||
|
||||
@ -539,6 +542,9 @@ Ironic will have enabled the ``direct`` :doc:`deploy interface
|
||||
SWIFT_HASH=password
|
||||
SWIFT_TEMPURL_KEY=password
|
||||
|
||||
# Set glance's default limit to be baremetal image friendly
|
||||
GLANCE_LIMIT_IMAGE_SIZE_TOTAL=5000
|
||||
|
||||
# Enable Ironic plugin
|
||||
enable_plugin ironic https://opendev.org/openstack/ironic
|
||||
|
||||
|
@ -33,6 +33,9 @@ description for DevStack is at :ref:`deploy_devstack`.
|
||||
SWIFT_HASH=password
|
||||
SWIFT_TEMPURL_KEY=password
|
||||
|
||||
# Set glance's default limit to be baremetal image friendly
|
||||
GLANCE_LIMIT_IMAGE_SIZE_TOTAL=5000
|
||||
|
||||
# Enable Neutron which is required by Ironic and disable nova-network.
|
||||
disable_service n-net
|
||||
disable_service n-novnc
|
||||
|
@ -80,6 +80,9 @@ configured in Neutron.
|
||||
# Disable Tempest
|
||||
disable_service tempest
|
||||
|
||||
# Set glance's default limit to be baremetal image friendly
|
||||
GLANCE_LIMIT_IMAGE_SIZE_TOTAL=5000
|
||||
|
||||
# Swift temp URL's are required for the direct deploy interface.
|
||||
SWIFT_ENABLE_TEMPURLS=True
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user