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:
parent
3333f9ab4f
commit
c4f041c029
14
fedora.conf
14
fedora.conf
@ -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')],
|
||||
|
Loading…
Reference in New Issue
Block a user