Adding ppc64le ostree and ppc64le, aarch64 ostree installer

Fix for #6688

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2017-04-11 10:52:49 -04:00
parent f1cdd68405
commit ee6fa368fb
2 changed files with 38 additions and 0 deletions

View File

@ -677,6 +677,13 @@ ostree = [
"source_repo_from": "Everything", "source_repo_from": "Everything",
"ostree_repo": "/mnt/koji/compose/atomic/rawhide/", "ostree_repo": "/mnt/koji/compose/atomic/rawhide/",
'failable': ['*'], '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$", { ("^ostree$", {
@ -706,6 +713,36 @@ ostree_installer = [
'template_repo': 'https://pagure.io/fedora-lorax-templates.git', 'template_repo': 'https://pagure.io/fedora-lorax-templates.git',
'template_branch': 'master', 'template_branch': 'master',
'failable': ['*'], '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$", { ("^Workstation$", {

View File

@ -5,6 +5,7 @@
<arches> <arches>
<arch>aarch64</arch> <arch>aarch64</arch>
<arch>x86_64</arch> <arch>x86_64</arch>
<arch>ppc64le</arch>
</arches> </arches>
</variant> </variant>
<variant id="CloudImages" name="CloudImages" type="variant" is_empty="true"> <variant id="CloudImages" name="CloudImages" type="variant" is_empty="true">