diff --git a/fedora.conf b/fedora.conf index 7b0529b..42da229 100644 --- a/fedora.conf +++ b/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')],