allow cloud images to be failable. this will need changed soon
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
e54ca26e86
commit
88fa4e95b2
@ -284,6 +284,7 @@ global_target = 'f25'
|
||||
image_build = {
|
||||
'^Docker$': [
|
||||
{
|
||||
'failable': ['*'],
|
||||
'image-build': {
|
||||
'format': [('docker', 'tar.xz')]
|
||||
'name': 'Fedora-Docker-Base',
|
||||
@ -299,6 +300,7 @@ image_build = {
|
||||
],
|
||||
'^CloudImages$': [
|
||||
{
|
||||
'failable': ['*'],
|
||||
'image-build': {
|
||||
'format': [('qcow2','qcow2'), ('raw-xz','raw.xz')]
|
||||
'name': 'Fedora-Cloud-Base',
|
||||
@ -312,6 +314,7 @@ image_build = {
|
||||
}
|
||||
},
|
||||
{
|
||||
'failable': ['*'],
|
||||
'image-build': {
|
||||
'format': [('vagrant-libvirt','vagrant-libvirt.box'), ('vagrant-virtualbox','vagrant-virtualbox.box')]
|
||||
'name': 'Fedora-Cloud-Base-Vagrant',
|
||||
@ -326,6 +329,7 @@ image_build = {
|
||||
}
|
||||
},
|
||||
{
|
||||
'failable': ['*'],
|
||||
'image-build': {
|
||||
'format': [('qcow2','qcow2'), ('raw-xz','raw.xz')]
|
||||
'name': 'Fedora-Atomic',
|
||||
@ -339,6 +343,7 @@ image_build = {
|
||||
}
|
||||
},
|
||||
{
|
||||
'failable': ['*'],
|
||||
'image-build': {
|
||||
'format': [('vagrant-libvirt','vagrant-libvirt.box'), ('vagrant-virtualbox','vagrant-virtualbox.box')]
|
||||
'name': 'Fedora-Atomic-Vagrant',
|
||||
|
Loading…
Reference in New Issue
Block a user