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:
nazunalika 2021-03-25 09:37:22 -07:00
parent 687bd1dcbf
commit 5e33219b60
Signed by: label
GPG Key ID: CB6D9706D138D190
1 changed files with 12 additions and 0 deletions

View File

@ -267,6 +267,18 @@
<group default="true">ha-devel</group>
</groups>
</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">
<arches>
<arch>aarch64</arch>