#27 Add the ResilientStorage and NFV variants to Stream
Closed 3 years ago by mohanboddu. Opened 3 years ago by bstinson.
centos/ bstinson/pungi-centos centos-8-stream  into  centos-8-stream

file modified
+24
@@ -241,6 +241,19 @@ 

  

    <!-- ADDONS (Defined as variants in RHEL-8) -->

  

+ 

+   <variant id="ResilientStorage" name="Resilient Storage" type="variant">

+     <arches>

+       <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="HighAvailability" name="High Availability" type="variant">

      <arches>

        <arch>aarch64</arch>
@@ -270,5 +283,16 @@ 

      </groups>

    </variant>

  

+   <variant id="NFV" name="NFV" type="variant">

+     <arches>

+       <arch>x86_64</arch>

+     </arches>

+     <groups>

+       <group default="true">rt</group>

+       <group default="true">rt-debug</group>

+       <group default="true">nfv</group>

+       <group default="true">nfv-debug</group>

+     </groups>

+   </variant>

  

  </variants>

Prep for adding a couple of variants to CentOS Stream

/cc: @mohanboddu

Pull-Request has been closed by mohanboddu

3 years ago
Metadata