From 4ad1a9b7723ac4068c2fd4701e718db75fdae9fd Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Tue, 24 Nov 2015 14:13:00 +0100 Subject: [PATCH] Update IPA section of CONTRIBUTING.rst to match gate Change-Id: I39a9a8f9f8bfce7271c413d959f813b9b97f162b --- CONTRIBUTING.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 318bc8ec5..ca05a8c2c 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -143,9 +143,11 @@ Using IPA IRONIC_BAREMETAL_BASIC_OPS=True IRONIC_VM_COUNT=2 IRONIC_VM_SPECS_RAM=1024 - IRONIC_DEPLOY_FLAVOR="fedora ironic-agent" - IRONIC_INSPECTOR_RAMDISK_FLAVOR="fedora ironic-agent" + IRONIC_DEPLOY_DRIVER_ISCSI_WITH_IPA=True + IRONIC_BUILD_DEPLOY_RAMDISK=False + IRONIC_INSPECTOR_RAMDISK_ELEMENT=ironic-agent + IRONIC_INSPECTOR_BUILD_RAMDISK=False VIRT_DRIVER=ironic @@ -161,6 +163,9 @@ Notes * Set IRONIC_INSPECTOR_BUILD_RAMDISK to True if you want to build ramdisk. Default value is False and ramdisk will be download instead of building. +* 1024 MiB of RAM is a minimum required for the default build of IPA based on + CoreOS. If you plan to use another operating system and build IPA with + diskimage-builder 2048 MiB is recommended. Test ----