2024-09-06 14:08:42 +00:00
|
|
|
{
|
|
|
|
"BaseOS": {
|
|
|
|
"gather_methods": "hybrid",
|
|
|
|
"buildinstall_skip": false,
|
2024-09-27 08:41:41 +00:00
|
|
|
"image_name_format": "{release_short}-{{ distribution_major_version }}-{{ now(fmt='%Y%m%d') }}.{{ build_num }}-{arch}-{disc_type}{suffix}",
|
2024-09-06 14:08:42 +00:00
|
|
|
"createiso_skip": true,
|
|
|
|
"extra_isos": [{
|
|
|
|
"include_variants": [
|
|
|
|
"AppStream"
|
|
|
|
],
|
2024-09-27 08:41:41 +00:00
|
|
|
"filename": "{release_short}-{{ distribution_major_version }}-{{ now(fmt='%Y%m%d') }}.{{ build_num }}-{arch}-{disc_type}{suffix}",
|
2024-09-06 14:08:42 +00:00
|
|
|
"skip_src": true,
|
|
|
|
"extra_files": [{
|
|
|
|
"scm": "git",
|
|
|
|
"repo": "https://git.almalinux.org/rpms/almalinux-kitten-release.git",
|
|
|
|
"branch": "a{{ distribution_major_version }}s",
|
|
|
|
"file": [
|
|
|
|
"LICENSE",
|
|
|
|
"EULA",
|
|
|
|
"RPM-GPG-KEY-AlmaLinux-{{ distribution_major_version }}"
|
|
|
|
]
|
|
|
|
}]
|
|
|
|
}]
|
|
|
|
},
|
|
|
|
"AppStream": {
|
|
|
|
"gather_methods": "hybrid",
|
|
|
|
"buildinstall_skip": true,
|
|
|
|
"createiso_skip": true,
|
|
|
|
"variant_as_lookaside": [
|
|
|
|
"BaseOS"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"CRB": {
|
|
|
|
"gather_methods": "hybrid",
|
|
|
|
"buildinstall_skip": true,
|
|
|
|
"createiso_skip": true,
|
|
|
|
"variant_as_lookaside": [
|
|
|
|
"BaseOS",
|
|
|
|
"AppStream"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"HighAvailability": {
|
|
|
|
"gather_methods": "hybrid",
|
|
|
|
"buildinstall_skip": true,
|
|
|
|
"createiso_skip": true,
|
|
|
|
"variant_as_lookaside": [
|
|
|
|
"BaseOS",
|
|
|
|
"AppStream"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ResilientStorage": {
|
|
|
|
"gather_methods": "hybrid",
|
|
|
|
"buildinstall_skip": true,
|
|
|
|
"createiso_skip": true,
|
|
|
|
"variant_as_lookaside": [
|
|
|
|
"BaseOS",
|
|
|
|
"AppStream"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"RT": {
|
|
|
|
"gather_methods": "hybrid",
|
|
|
|
"buildinstall_skip": true,
|
|
|
|
"createiso_skip": true,
|
|
|
|
"variant_as_lookaside": [
|
|
|
|
"BaseOS",
|
|
|
|
"AppStream"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"NFV": {
|
|
|
|
"gather_methods": "hybrid",
|
|
|
|
"buildinstall_skip": true,
|
|
|
|
"createiso_skip": true,
|
|
|
|
"variant_as_lookaside": [
|
|
|
|
"BaseOS",
|
|
|
|
"AppStream"
|
|
|
|
]
|
|
|
|
},
|
2024-09-06 17:21:40 +00:00
|
|
|
"SAPHANA": {
|
|
|
|
"gather_methods": "hybrid",
|
|
|
|
"buildinstall_skip": true,
|
|
|
|
"createiso_skip": true,
|
|
|
|
"variant_as_lookaside": [
|
|
|
|
"BaseOS",
|
|
|
|
"AppStream",
|
|
|
|
"HighAvailability"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"SAP": {
|
|
|
|
"gather_methods": "hybrid",
|
|
|
|
"buildinstall_skip": true,
|
|
|
|
"createiso_skip": true,
|
|
|
|
"variant_as_lookaside": [
|
|
|
|
"BaseOS",
|
|
|
|
"AppStream",
|
|
|
|
"HighAvailability"
|
|
|
|
]
|
|
|
|
},
|
2024-09-06 14:08:42 +00:00
|
|
|
"Minimal": {
|
|
|
|
"gather_methods": "hybrid",
|
2024-09-27 08:41:41 +00:00
|
|
|
"image_name_format": "{release_short}-{{ distribution_major_version }}-{{ now(fmt='%Y%m%d') }}.{{ build_num }}-{arch}-minimal{suffix}",
|
2024-09-06 14:08:42 +00:00
|
|
|
"buildinstall_skip": false,
|
|
|
|
"createiso_skip": true,
|
|
|
|
"extra_isos": [{
|
|
|
|
"include_variants": [],
|
2024-09-27 08:41:41 +00:00
|
|
|
"filename": "{release_short}-{{ distribution_major_version }}-{{ now(fmt='%Y%m%d') }}.{{ build_num }}-{arch}-minimal{suffix}",
|
2024-09-06 14:08:42 +00:00
|
|
|
"skip_src": true,
|
|
|
|
"extra_files": [{
|
|
|
|
"scm": "git",
|
|
|
|
"repo": "https://git.almalinux.org/rpms/almalinux-kitten-release.git",
|
|
|
|
"branch": "a{{ distribution_major_version }}s",
|
|
|
|
"file": [
|
|
|
|
"LICENSE",
|
|
|
|
"EULA",
|
|
|
|
"RPM-GPG-KEY-AlmaLinux-{{ distribution_major_version }}"
|
|
|
|
]
|
|
|
|
}]
|
|
|
|
}]
|
2024-09-06 17:21:40 +00:00
|
|
|
},
|
2024-10-08 21:36:44 +00:00
|
|
|
"extras-common": {
|
|
|
|
"gather_methods": "hybrid",
|
|
|
|
"buildinstall_skip": true,
|
|
|
|
"createiso_skip": true,
|
|
|
|
"variant_as_lookaside": [
|
|
|
|
"BaseOS",
|
|
|
|
"AppStream"
|
|
|
|
]
|
|
|
|
},
|
2024-09-06 17:21:40 +00:00
|
|
|
"devel": {
|
|
|
|
"gather_methods": "hybrid",
|
|
|
|
"buildinstall_skip": true,
|
|
|
|
"createiso_skip": true,
|
|
|
|
"variant_as_lookaside": [
|
|
|
|
"BaseOS",
|
|
|
|
"AppStream",
|
|
|
|
"CRB",
|
|
|
|
"SAP",
|
|
|
|
"SAPHANA",
|
|
|
|
"Minimal",
|
2024-09-06 17:35:51 +00:00
|
|
|
"NFV",
|
|
|
|
"RT",
|
2024-09-06 17:21:40 +00:00
|
|
|
"ResilientStorage",
|
|
|
|
"HighAvailability"
|
|
|
|
]
|
2024-09-06 14:08:42 +00:00
|
|
|
}
|
|
|
|
}
|