Increase VM RAM value in local.conf example

Based on recent changes that make dib image to be default in CI,
the base RAM in the local.conf example should be increased to
2048, which is the minimum recommended to run the centos8 ramdisk.

Change-Id: If8b0a3bbdce8cd1e6d564c9b7b9505729e4eec26
This commit is contained in:
Riccardo Pittau 2020-04-10 10:46:56 +02:00
parent 117879f80b
commit 1f18a2820f
1 changed files with 2 additions and 2 deletions

View File

@ -495,7 +495,7 @@ hardware type by default::
# The parameters below represent the minimum possible values to create
# functional nodes.
IRONIC_VM_SPECS_RAM=1280
IRONIC_VM_SPECS_RAM=2048
IRONIC_VM_SPECS_DISK=10
# Size of the ephemeral partition in GB. Use 0 for no ephemeral partition.
@ -591,7 +591,7 @@ Ironic will have enabled both ``direct`` and
# The parameters below represent the minimum possible values to create
# functional nodes.
IRONIC_VM_SPECS_RAM=1280
IRONIC_VM_SPECS_RAM=2048
IRONIC_VM_SPECS_DISK=10
# Size of the ephemeral partition in GB. Use 0 for no ephemeral partition.