Merge "Update devstack guides to raise RAM requirement"

This commit is contained in:
Zuul
2025-11-22 09:35:38 +00:00
committed by Gerrit Code Review
4 changed files with 6 additions and 4 deletions

View File

@@ -124,7 +124,7 @@ hardware type by default::
# The parameters below represent the minimum possible values to create
# functional nodes.
IRONIC_VM_SPECS_RAM=1024
IRONIC_VM_SPECS_RAM=2500
IRONIC_VM_SPECS_DISK=3
# Size of the ephemeral partition in GB. Use 0 for no ephemeral partition.
@@ -244,7 +244,7 @@ enabled and use the ``ipmi`` hardware type with this config::
# The parameters below represent the minimum possible values to create
# functional nodes.
IRONIC_VM_SPECS_RAM=2048
IRONIC_VM_SPECS_RAM=2500
IRONIC_VM_SPECS_DISK=10
# Size of the ephemeral partition in GB. Use 0 for no ephemeral partition.

View File

@@ -82,7 +82,7 @@ description for DevStack is at :ref:`deploy_devstack`.
# The parameters below represent the minimum possible values to create
# functional nodes.
IRONIC_VM_SPECS_RAM=1280
IRONIC_VM_SPECS_RAM=2500
IRONIC_VM_SPECS_DISK=10
# Size of the ephemeral partition in GB. Use 0 for no ephemeral partition.

View File

@@ -107,7 +107,7 @@ configured in Neutron.
# The parameters below represent the minimum possible values to create
# functional nodes.
IRONIC_VM_SPECS_RAM=1024
IRONIC_VM_SPECS_RAM=2500
IRONIC_VM_SPECS_DISK=10
# Size of the ephemeral partition in GB. Use 0 for no ephemeral partition.

View File

@@ -100,6 +100,8 @@
IRONIC_LOG_STEPS_TO_SYSLOG: True
IRONIC_TEMPEST_BUILD_TIMEOUT: 2000
IRONIC_TEMPEST_WHOLE_DISK_IMAGE: False
# NOTE(JayF): If basic ram requirements change for our images, search
# for the relevant variable in our docs and update it too.
IRONIC_VM_COUNT: 2
IRONIC_VM_EPHEMERAL_DISK: 1
IRONIC_VM_SPECS_RAM: 2750