2022-06-06 08:33:32 +00:00
|
|
|
{
|
|
|
|
"BaseOS": {
|
|
|
|
"gather_methods": "hybrid",
|
|
|
|
"buildinstall_skip": false,
|
|
|
|
"image_name_format": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}-{arch}-{disc_type}{suffix}",
|
|
|
|
"createiso_skip": true,
|
|
|
|
"extra_isos": [{
|
|
|
|
"include_variants": [
|
|
|
|
"AppStream"
|
|
|
|
],
|
|
|
|
"filename": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}-{arch}-{disc_type}{suffix}",
|
|
|
|
"skip_src": true
|
|
|
|
}]
|
|
|
|
},
|
|
|
|
"AppStream": {
|
|
|
|
"gather_methods": "hybrid",
|
|
|
|
"buildinstall_skip": true,
|
|
|
|
"createiso_skip": true,
|
|
|
|
"variant_as_lookaside": [
|
|
|
|
"BaseOS"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"PowerTools": {
|
|
|
|
"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"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"extras": {
|
|
|
|
"gather_methods": "hybrid",
|
|
|
|
"buildinstall_skip": true,
|
|
|
|
"createiso_skip": true,
|
|
|
|
"variant_as_lookaside": [
|
|
|
|
"BaseOS",
|
|
|
|
"AppStream"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"Minimal": {
|
2022-08-03 08:41:21 +00:00
|
|
|
"gather_methods": "hybrid",
|
2022-06-06 08:33:32 +00:00
|
|
|
"image_name_format": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}-{arch}-minimal{suffix}",
|
|
|
|
"buildinstall_skip": false,
|
|
|
|
"createiso_skip": true,
|
|
|
|
"extra_isos": [{
|
|
|
|
"include_variants": [],
|
|
|
|
"filename": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}-{arch}-minimal{suffix}",
|
|
|
|
"skip_src": true
|
|
|
|
}]
|
2022-10-19 14:53:38 +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"
|
|
|
|
]
|
2022-06-06 08:33:32 +00:00
|
|
|
}
|
|
|
|
}
|