fedora: Use Atomic installtree/ISO for cloud image builds

This will enable the optimizations landed in
https://github.com/rhinstaller/anaconda/pull/1119
to avoid lots of HTTP requests when installing the cloud images.

Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
Colin Walters 2017-07-14 09:58:42 -04:00
parent e8ea945776
commit 97b45259db

View File

@ -353,7 +353,7 @@ image_build = {
'distro': 'Fedora-22',
'disk_size': 6,
'arches': ['aarch64', 'ppc64le', 'x86_64'],
'install_tree_from': 'Cloud',
'install_tree_from': 'Atomic',
'subvariant': 'Atomic',
'failable': ['*'],
}
@ -366,7 +366,7 @@ image_build = {
'distro': 'Fedora-22',
'disk_size': 40,
'arches': ['x86_64'],
'install_tree_from': 'Cloud',
'install_tree_from': 'Atomic',
'subvariant': 'Atomic',
'failable': ['*'],
},