mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-12-21 08:58:30 +00:00
Add resilient storage variant
There were two options: * Add RS to HA variant, thus making HA inconsistent upstream * Add RS as a separate variant, thus matching upstream We chose the latter for now, which goes outside of what centos does. Unlike CentOS, packages like `dlm` will be provided regardless of option chosen.
This commit is contained in:
parent
687bd1dcbf
commit
5e33219b60
12
variants.xml
12
variants.xml
@ -267,6 +267,18 @@
|
|||||||
<group default="true">ha-devel</group>
|
<group default="true">ha-devel</group>
|
||||||
</groups>
|
</groups>
|
||||||
</variant>
|
</variant>
|
||||||
|
<variant id="ResilientStorage" name="Resilient Storage" type="variant">
|
||||||
|
<arches>
|
||||||
|
<arch>aarch64</arch>
|
||||||
|
<arch>x86_64</arch>
|
||||||
|
<arch>ppc64le</arch>
|
||||||
|
</arches>
|
||||||
|
<groups>
|
||||||
|
<group default="true">ha</group>
|
||||||
|
<group default="true">ha-devel</group>
|
||||||
|
<group default="true">resilient-storage</group>
|
||||||
|
</groups>
|
||||||
|
</variant>
|
||||||
<variant id="Cloud" name="Cloud" type="variant" is_empty="true">
|
<variant id="Cloud" name="Cloud" type="variant" is_empty="true">
|
||||||
<arches>
|
<arches>
|
||||||
<arch>aarch64</arch>
|
<arch>aarch64</arch>
|
||||||
|
Loading…
Reference in New Issue
Block a user