diff --git a/DC-Micro-deployment-raw-images-virtual-machines b/DC-Micro-deployment-raw-images-virtual-machines index 5e87d0843..6fa3d2016 100644 --- a/DC-Micro-deployment-raw-images-virtual-machines +++ b/DC-Micro-deployment-raw-images-virtual-machines @@ -6,4 +6,4 @@ STYLEROOT="/usr/share/xml/docbook/stylesheet/suse2022-ns" DOCBOOK5_RNG_URI="urn:x-suse:rng:v2:geekodoc-flat" PROFOS="slmicro" PROFARCH="x86-64" -PROFCONDITION="raw_image;deployment-bare-metal;x86-64" +PROFCONDITION="raw_image;deployment-virtual-machine;x86-64" diff --git a/concepts/configure-ignition.xml b/concepts/configure-ignition.xml index be187725b..8c7e68d78 100644 --- a/concepts/configure-ignition.xml +++ b/concepts/configure-ignition.xml @@ -70,6 +70,16 @@ the &fuelignition; Web application at &fuelignition-dld-site;. + + If you intend to configure a QEMU/KVM virtual machine, provide the path + to config.ign as an attribute of the + qemu command. For example: + + + + -fw_cfg name=opt/com.coreos/config,file=PATH_TO_config.ign + + When configuring a virtual machine with &vmm; (&libvirt;), provide the path to the config.ign file in its XML @@ -82,6 +92,10 @@ </sysinfo> </domain> + + Alternatively, when using &libvirt;, you can provide the path as an option to the virt-install command: + +--sysinfo type=fwcfg,entry0.name="opt/com.coreos/config",entry0.file="PATH_TO_config.ign>" The config.ign contains multiple data types: objects, strings, integers, booleans and lists of objects. For a @@ -92,7 +106,7 @@ The version attribute is mandatory and in case of &productnameshort;, its value must be set either to - 3.3.0 or to any lower version. Otherwise, &ignition; + 3.4.0 or to any lower version. Otherwise, &ignition; will fail. diff --git a/references/ignition-configuration.xml b/references/ignition-configuration.xml index f7cab6fdd..927292372 100644 --- a/references/ignition-configuration.xml +++ b/references/ignition-configuration.xml @@ -27,7 +27,7 @@ The <literal>version</literal> attribute is mandatory - Each config.fcc must include version 1.4.0 or + Each config.ign must include version 3.4.0 or lower that is then converted to the corresponding &ignition; specification.