cloud.conf: copy over some changes from fedora.conf

Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
This commit is contained in:
Dusty Mabe 2017-06-19 14:01:15 -04:00
parent 440b303a48
commit e5e612ea59
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671

View File

@ -204,15 +204,15 @@ image_build = {
'^CloudImages$': [ '^CloudImages$': [
{ {
'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',
'target': 'f26', 'target': 'f26',
'version': '26', 'version': '26',
'release': None, 'release': None,
'ksurl': 'git+https://pagure.io/fedora-kickstarts.git?#origin/f26', 'ksurl': 'git+https://pagure.io/fedora-kickstarts.git?#origin/f26',
'kickstart': 'fedora-cloud-base.ks', 'kickstart': 'fedora-cloud-base.ks',
'distro': 'Fedora-20', 'distro': 'Fedora-22',
'disk_size': 3, 'disk_size': 4,
'arches': ['x86_64'], 'arches': ['x86_64'],
'repo': [ 'repo': [
'http://kojipkgs.fedoraproject.org/pub/fedora/linux/updates/26/$arch/', 'http://kojipkgs.fedoraproject.org/pub/fedora/linux/updates/26/$arch/',
@ -231,7 +231,7 @@ image_build = {
'release': None, 'release': None,
'ksurl': 'git+https://pagure.io/fedora-kickstarts.git?#origin/f26', 'ksurl': 'git+https://pagure.io/fedora-kickstarts.git?#origin/f26',
'kickstart': 'fedora-cloud-base-vagrant.ks', 'kickstart': 'fedora-cloud-base-vagrant.ks',
'distro': 'Fedora-20', 'distro': 'Fedora-22',
'disk_size': 40, 'disk_size': 40,
'arches': ['x86_64'], 'arches': ['x86_64'],
'repo': [ 'repo': [