allow cloud images to be failable. this will need changed soon

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2016-08-15 10:12:12 -05:00
parent e54ca26e86
commit 88fa4e95b2

View File

@ -284,6 +284,7 @@ global_target = 'f25'
image_build = { image_build = {
'^Docker$': [ '^Docker$': [
{ {
'failable': ['*'],
'image-build': { 'image-build': {
'format': [('docker', 'tar.xz')] 'format': [('docker', 'tar.xz')]
'name': 'Fedora-Docker-Base', 'name': 'Fedora-Docker-Base',
@ -299,6 +300,7 @@ image_build = {
], ],
'^CloudImages$': [ '^CloudImages$': [
{ {
'failable': ['*'],
'image-build': { 'image-build': {
'format': [('qcow2','qcow2'), ('raw-xz','raw.xz')] 'format': [('qcow2','qcow2'), ('raw-xz','raw.xz')]
'name': 'Fedora-Cloud-Base', 'name': 'Fedora-Cloud-Base',
@ -312,6 +314,7 @@ image_build = {
} }
}, },
{ {
'failable': ['*'],
'image-build': { 'image-build': {
'format': [('vagrant-libvirt','vagrant-libvirt.box'), ('vagrant-virtualbox','vagrant-virtualbox.box')] 'format': [('vagrant-libvirt','vagrant-libvirt.box'), ('vagrant-virtualbox','vagrant-virtualbox.box')]
'name': 'Fedora-Cloud-Base-Vagrant', 'name': 'Fedora-Cloud-Base-Vagrant',
@ -326,6 +329,7 @@ image_build = {
} }
}, },
{ {
'failable': ['*'],
'image-build': { 'image-build': {
'format': [('qcow2','qcow2'), ('raw-xz','raw.xz')] 'format': [('qcow2','qcow2'), ('raw-xz','raw.xz')]
'name': 'Fedora-Atomic', 'name': 'Fedora-Atomic',
@ -339,6 +343,7 @@ image_build = {
} }
}, },
{ {
'failable': ['*'],
'image-build': { 'image-build': {
'format': [('vagrant-libvirt','vagrant-libvirt.box'), ('vagrant-virtualbox','vagrant-virtualbox.box')] 'format': [('vagrant-libvirt','vagrant-libvirt.box'), ('vagrant-virtualbox','vagrant-virtualbox.box')]
'name': 'Fedora-Atomic-Vagrant', 'name': 'Fedora-Atomic-Vagrant',