#202 Adding ppc64le ostree and ppc64le, aarch64 ostree installer
Merged 7 years ago by ausil. Opened 7 years ago by mohanboddu.
mohanboddu/pungi-fedora atomic-aarch64-ppc64le  into  master

file modified
+37
@@ -677,6 +677,13 @@ 

              "source_repo_from": "Everything",

              "ostree_repo": "/mnt/koji/compose/atomic/rawhide/",

              'failable': ['*'],

+         },

+         "ppc64le": {

+             "treefile": "fedora-atomic-docker-host.json",

+             "config_url": "https://pagure.io/fedora-atomic.git",

+             "source_repo_from": "Everything",

+             "ostree_repo": "/mnt/koji/compose/atomic/rawhide/",

+             'failable': ['*'],

          }

      }),

      ("^ostree$", {
@@ -706,6 +713,36 @@ 

              'template_repo': 'https://pagure.io/fedora-lorax-templates.git',

              'template_branch': 'master',

              'failable': ['*'],

+         },

+         "aarch64": {

+             "source_repo_from": "Everything",

+             "release": None,

+             "installpkgs": ["fedora-productimg-atomic"],

+             "add_template": ["atomic-installer/lorax-configure-repo.tmpl",

+                              "atomic-installer/lorax-embed-repo.tmpl"],

+             "add_template_var": [

+                 "ostree_repo=https://kojipkgs.fedoraproject.org/compose/atomic/rawhide/",

+                 "ostree_osname=fedora-atomic",

+                 "ostree_ref=fedora/rawhide/aarch64/atomic-host",

+             ],

+             'template_repo': 'https://pagure.io/fedora-lorax-templates.git',

+             'template_branch': 'master',

+             'failable': ['*'],

+         },

+         "ppc64le": {

+             "source_repo_from": "Everything",

+             "release": None,

+             "installpkgs": ["fedora-productimg-atomic"],

+             "add_template": ["atomic-installer/lorax-configure-repo.tmpl",

+                              "atomic-installer/lorax-embed-repo.tmpl"],

+             "add_template_var": [

+                 "ostree_repo=https://kojipkgs.fedoraproject.org/compose/atomic/rawhide/",

+                 "ostree_osname=fedora-atomic",

+                 "ostree_ref=fedora/rawhide/ppc64le/atomic-host",

+             ],

+             'template_repo': 'https://pagure.io/fedora-lorax-templates.git',

+             'template_branch': 'master',

+             'failable': ['*'],

          }

      }),

      ("^Workstation$", {

file modified
+1
@@ -5,6 +5,7 @@ 

          <arches>

              <arch>aarch64</arch>

              <arch>x86_64</arch>

+             <arch>ppc64le</arch>

          </arches>

      </variant>

      <variant id="CloudImages" name="CloudImages" type="variant" is_empty="true">

Fix for #6688

Signed-off-by: Mohan Boddu mboddu@redhat.com

rebased

7 years ago

ostree variant is only used for workstation ostree

rebased

7 years ago

Pull-Request has been merged by ausil

7 years ago
Metadata