Blame kiwi/complex-build/platforms/cloud.xml

8f60b5
<image>
8f60b5
	<profiles>
8f60b5
		<profile name="CloudCore" description="Cloud spin core packages">
8f60b5
			<requires profile="BootCore"/>
8f60b5
		</profile>
8f60b5
		<profile name="Azure" description="Azure Guest Image">
8f60b5
			<requires profile="CloudCore"/>
8f60b5
		</profile>
8f60b5
		<profile name="AWSEC2" description="AWS EC2 HVM Guest Image">
8f60b5
			<requires profile="CloudCore"/>
8f60b5
		</profile>
8f60b5
		<profile name="GCE" description="GCE Guest Image">
8f60b5
			<requires profile="CloudCore"/>
8f60b5
		</profile>
8f60b5
		<profile name="OpenStack" description="OpenStack Guest Image">
8f60b5
			<requires profile="CloudCore"/>
8f60b5
		</profile>
8f60b5
	</profiles>
8f60b5
	<preferences profiles="Azure">
8f60b5
		<type image="oem" filesystem="ext4" kernelcmdline="USE_BY_UUID_DEVICE_NAMES=1 earlyprintk=ttyS0 console=ttyS0 rootdelay=300 net.ifnames=0 dis_ucode_ldr scsi_mod.use_blk_mq=1 multipath=off" devicepersistency="by-uuid" formatoptions="force_size" format="vhd-fixed" bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" firmware="uefi">
8f60b5
			<bootloader name="grub2" console="serial" timeout="1" timeout_style="countdown"/>
8f60b5
			<systemdisk>
8f60b5
				<volume name="home"/>
8f60b5
				<volume name="root"/>
8f60b5
				<volume name="var"/>
8f60b5
			</systemdisk>
8f60b5
			<size unit="G">5</size>
8f60b5
			<oemconfig>
8f60b5
				<oem-resize>false</oem-resize>
8f60b5
			</oemconfig>
8f60b5
		</type>
8f60b5
	</preferences>
8f60b5
	<preferences profiles="AWSEC2">
8f60b5
		<type image="oem" filesystem="ext4" kernelcmdline="console=ttyS0 net.ifnames=0 nvme_core.io_timeout=4294967295 nvme_core.admin_timeout=4294967295 8250.nr_uarts=4 dis_ucode_ldr multipath=off" devicepersistency="by-label" bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" firmware="uefi">
8f60b5
			<bootloader name="grub2" timeout="1"/>
8f60b5
			<size unit="G">5</size>
8f60b5
			<systemdisk>
8f60b5
				<volume name="home"/>
8f60b5
				<volume name="root"/>
8f60b5
				<volume name="var"/>
8f60b5
			</systemdisk>
8f60b5
			<oemconfig>
8f60b5
				<oem-resize>false</oem-resize>
8f60b5
			</oemconfig>
8f60b5
		</type>
8f60b5
	</preferences>
8f60b5
	<preferences profiles="GCE">
8f60b5
		<type image="oem" filesystem="ext4" kernelcmdline="console=ttyS0,38400n8 multipath=off net.ifnames=0 dis_ucode_ldr" devicepersistency="by-label" bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" format="gce" firmware="uefi">
8f60b5
			<bootloader name="grub2" timeout="1"/>
8f60b5
			<size unit="G">5</size>
8f60b5
			<systemdisk>
8f60b5
				<volume name="home"/>
8f60b5
				<volume name="root"/>
8f60b5
				<volume name="var"/>
8f60b5
			</systemdisk>
8f60b5
			<oemconfig>
8f60b5
				<oem-resize>false</oem-resize>
8f60b5
			</oemconfig>
8f60b5
		</type>
8f60b5
	</preferences>
8f60b5
	<preferences profiles="OpenStack">
8f60b5
		<type image="oem" filesystem="ext4" kernelcmdline="console=ttyS0 net.ifnames=0 dis_ucode_ldr" devicepersistency="by-label" bootpartition="true" bootpartsize="1000" bootfilesystem="xfs" efipartsize="100" firmware="uefi" format="qcow2">
8f60b5
			<bootloader name="grub2" console="serial" timeout="1"/>
8f60b5
			<size unit="G">5</size>
8f60b5
			<systemdisk>
8f60b5
				<volume name="home"/>
8f60b5
				<volume name="root"/>
8f60b5
				<volume name="var"/>
8f60b5
			</systemdisk>
8f60b5
			<oemconfig>
8f60b5
				<oem-resize>false</oem-resize>
8f60b5
			</oemconfig>
8f60b5
		</type>
8f60b5
	</preferences>
8f60b5
	<packages type="image" profiles="CloudCore">
8f60b5
		<ignore name="dracut-config-rescue"/>
8f60b5
		<ignore name="firewalld"/>
8f60b5
		<ignore name="kernel"/>
8f60b5
		<ignore name="*-firmware"/>
8f60b5
		<ignore name="geolite2-city"/>
8f60b5
		<ignore name="geolite2-country"/>
8f60b5
		<package name="cloud-init"/>
8f60b5
		<package name="cloud-utils-growpart"/>
8f60b5
		<package name="gdisk"/>
8f60b5
		<package name="glibc-langpack-en"/>
8f60b5
	</packages>
8f60b5
	<packages type="image" profiles="Azure">
8f60b5
		<package name="WALinuxAgent"/>
8f60b5
	</packages>
8f60b5
	<packages type="image" profiles="OpenStack">
8f60b5
		<package name="qemu-guest-agent"/>
8f60b5
	</packages>
8f60b5
</image>