Lookaside for a few repos is fixed
This commit is contained in:
parent
e5a8474afc
commit
4ed360479f
@ -47,22 +47,40 @@
|
|||||||
"NFV": {
|
"NFV": {
|
||||||
"gather_methods": "hybrid",
|
"gather_methods": "hybrid",
|
||||||
"buildinstall_skip": true,
|
"buildinstall_skip": true,
|
||||||
"createiso_skip": true
|
"createiso_skip": true,
|
||||||
|
"variant_as_lookaside": [
|
||||||
|
"BaseOS",
|
||||||
|
"AppStream"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"RT": {
|
"RT": {
|
||||||
"gather_methods": "hybrid",
|
"gather_methods": "hybrid",
|
||||||
"buildinstall_skip": true,
|
"buildinstall_skip": true,
|
||||||
"createiso_skip": true
|
"createiso_skip": true,
|
||||||
|
"variant_as_lookaside": [
|
||||||
|
"BaseOS",
|
||||||
|
"AppStream"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"SAP": {
|
"SAP": {
|
||||||
"gather_methods": "hybrid",
|
"gather_methods": "hybrid",
|
||||||
"buildinstall_skip": true,
|
"buildinstall_skip": true,
|
||||||
"createiso_skip": true
|
"createiso_skip": true,
|
||||||
|
"variant_as_lookaside": [
|
||||||
|
"BaseOS",
|
||||||
|
"AppStream",
|
||||||
|
"HighAvailability"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"SAPHANA": {
|
"SAPHANA": {
|
||||||
"gather_methods": "hybrid",
|
"gather_methods": "hybrid",
|
||||||
"buildinstall_skip": true,
|
"buildinstall_skip": true,
|
||||||
"createiso_skip": true
|
"createiso_skip": true,
|
||||||
|
"variant_as_lookaside": [
|
||||||
|
"BaseOS",
|
||||||
|
"AppStream",
|
||||||
|
"HighAvailability"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"extras": {
|
"extras": {
|
||||||
"gather_methods": "hybrid",
|
"gather_methods": "hybrid",
|
||||||
|
Loading…
Reference in New Issue
Block a user