cloud: Add Azure image build

The Cloud SIG is ready to launch Fedora on Azure and we need image built
along with rawhide composes. Although the image has a very similar
package set, it must be in VHD format.

Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
Major Hayden 2023-04-17 14:27:36 -05:00
parent 3333f9ab4f
commit c4f041c029
No known key found for this signature in database
1 changed files with 14 additions and 0 deletions

View File

@ -311,6 +311,20 @@ image_build = {
'failable': ['x86_64'],
}
},
{
'image-build': {
'format': [('vhd','vhd')],
'name': 'Fedora-Cloud-Base-Azure',
'kickstart': 'fedora-cloud-base-azure.ks',
'distro': 'Fedora-22',
'disk_size': 5,
'arches': ['x86_64'],
'repo': 'Everything',
'install_tree_from': 'Everything',
'subvariant': 'Cloud_Base',
'failable': ['x86_64'],
}
},
{
'image-build': {
'format': [('vagrant-libvirt','vagrant-libvirt.box'), ('vagrant-virtualbox','vagrant-virtualbox.box')],