Merge "Update devstack guides to raise RAM requirement"
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user