pungi-rocky/shared/images-cloud.conf

58 lines
2.1 KiB
Plaintext
Raw Normal View History

2021-02-21 05:22:59 +00:00
image_build = {
"(^BaseOS$|^Cloud$)": [
{
"image-build": {
"format": [("qcow2", "qcow2")],
"name": "Rocky-8-GenericCloud",
"subvariant": "generic",
2022-11-09 03:47:33 +00:00
"version": "8.8",
2021-02-21 05:22:59 +00:00
"release": "!RELEASE_FROM_DATE_RESPIN"
"target": "image-rocky-8",
2021-11-15 03:11:33 +00:00
"ksurl": "git+https://git.rockylinux.org/rocky/kickstarts.git?#b1c99d8584d04fd58bd31e7d5f1d851b6b151350",
2021-02-21 05:22:59 +00:00
"kickstart": "Rocky-8-GenericCloud.ks",
"ksversion": "F26",
"distro": "Fedora-20",
"disk-size": "8",
2021-11-15 03:11:33 +00:00
"arches": ["x86_64","aarch64"],
2021-02-21 05:22:59 +00:00
"repo": [
2022-11-09 03:47:33 +00:00
"http://dl.rockylinux.org/stg/rocky/8.8/BaseOS/$arch/os/",
"http://dl.rockylinux.org/stg/rocky/8.8/AppStream/$arch/os/",
2021-02-21 05:22:59 +00:00
],
2022-11-09 03:47:33 +00:00
"install_tree_from": "http://dl.rockylinux.org/stg/rocky/8.8/BaseOS/$arch/os/",
2021-02-21 05:22:59 +00:00
},
"factory-parameters": {
"generate_icicle": False,
}
},
{
"image-build": {
"format": [("qcow2", "qcow2")],
"name": "Rocky-8-ec2",
"subvariant": "ec2",
2022-11-09 03:47:33 +00:00
"version": "8.8",
2021-02-21 05:22:59 +00:00
"release": "!RELEASE_FROM_DATE_RESPIN"
"target": "image-rocky-8",
2021-11-15 03:11:33 +00:00
"ksurl": "git+https://git.rockylinux.org/rocky/kickstarts.git?#b1c99d8584d04fd58bd31e7d5f1d851b6b151350",
2021-02-21 05:22:59 +00:00
"kickstart": "Rocky-8-EC2.ks",
"ksversion": "F26",
"distro": "Fedora-20",
"disk-size": "8",
2021-11-15 03:11:33 +00:00
"arches": ["x86_64"],
2021-02-21 05:22:59 +00:00
"repo": [
2022-11-09 03:47:33 +00:00
"http://dl.rockylinux.org/stg/rocky/8.8/BaseOS/$arch/os/",
"http://dl.rockylinux.org/stg/rocky/8.8/AppStream/$arch/os/",
2021-02-21 05:22:59 +00:00
],
2022-11-09 03:47:33 +00:00
"install_tree_from": "http://dl.rockylinux.org/stg/rocky/8.8/BaseOS/$arch/os/",
2021-02-21 05:22:59 +00:00
},
"factory-parameters": {
"generate_icicle": False,
}
},
]
}
translate_paths = [
2021-05-04 13:49:58 +00:00
("/mnt/koji", "https://koji.rockylinux.org/kojifiles"),
2021-02-21 05:22:59 +00:00
]