mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-12-21 17:08:29 +00:00
re-add resilient storage
This commit is contained in:
parent
df188bd1d3
commit
56d6196431
6
r8.conf
6
r8.conf
@ -103,7 +103,7 @@ lorax_options = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
buildinstall_skip = [
|
buildinstall_skip = [
|
||||||
("^(AppStream|PowerTools|HighAvailability)$", {
|
("^(AppStream|PowerTools|HighAvailability|ResilientStorage)$", {
|
||||||
"*": True
|
"*": True
|
||||||
}),
|
}),
|
||||||
]
|
]
|
||||||
@ -120,7 +120,7 @@ image_volid_formats = [ '{release_short}-8.3-{arch}-{disc_type}', ]
|
|||||||
create_optional_isos = False
|
create_optional_isos = False
|
||||||
|
|
||||||
createiso_skip = [
|
createiso_skip = [
|
||||||
('^(BaseOS|AppStream|Minimal|PowerTools|HighAvailability)$', {
|
('^(BaseOS|AppStream|Minimal|PowerTools|HighAvailability|ResilientStorage)$', {
|
||||||
'*': True,
|
'*': True,
|
||||||
'src':True
|
'src':True
|
||||||
}),
|
}),
|
||||||
@ -149,6 +149,8 @@ variant_as_lookaside = [
|
|||||||
('PowerTools', 'AppStream'),
|
('PowerTools', 'AppStream'),
|
||||||
('HighAvailability', 'BaseOS'),
|
('HighAvailability', 'BaseOS'),
|
||||||
('HighAvailability', 'AppStream'),
|
('HighAvailability', 'AppStream'),
|
||||||
|
("ResilientStorage", "BaseOS"),
|
||||||
|
("ResilientStorage", "AppStream"),
|
||||||
]
|
]
|
||||||
|
|
||||||
extra_files = [
|
extra_files = [
|
||||||
|
13
variants.xml
13
variants.xml
@ -256,6 +256,19 @@
|
|||||||
|
|
||||||
<!-- ADDONS (Defined as variants in RHEL-8) -->
|
<!-- ADDONS (Defined as variants in RHEL-8) -->
|
||||||
|
|
||||||
|
<variant id="ResilientStorage" name="Resilient Storage" type="variant">
|
||||||
|
<arches>
|
||||||
|
<arch>x86_64</arch>
|
||||||
|
<arch>ppc64le</arch>
|
||||||
|
<arch>aarch64</arch>
|
||||||
|
</arches>
|
||||||
|
<groups>
|
||||||
|
<group default="true">ha</group>
|
||||||
|
<group default="true">ha-devel</group>
|
||||||
|
<group default="true">resilient-storage</group>
|
||||||
|
</groups>
|
||||||
|
</variant>
|
||||||
|
|
||||||
<variant id="HighAvailability" name="High Availability" type="variant">
|
<variant id="HighAvailability" name="High Availability" type="variant">
|
||||||
<arches>
|
<arches>
|
||||||
<arch>aarch64</arch>
|
<arch>aarch64</arch>
|
||||||
|
Loading…
Reference in New Issue
Block a user