atomic: update lorax passed vars
Add new ostree_install_repo and ostree_update_repo vars so that we can tell lorax where to pull from during the pungi compose and also where to configure an installed system to pull from. i.e. where a user is going to pull from over time. This is related to https://pagure.io/fedora-lorax-templates/pull-request/19 Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
This commit is contained in:
parent
54df8e9f19
commit
46ce53c208
@ -270,7 +270,8 @@ ostree_installer = [
|
||||
"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_install_repo=https://kojipkgs.fedoraproject.org/compose/atomic/rawhide/",
|
||||
"ostree_update_repo=https://kojipkgs.fedoraproject.org/atomic/rawhide/",
|
||||
"ostree_osname=fedora-atomic",
|
||||
"ostree_install_ref=fedora/rawhide/x86_64/atomic-host",
|
||||
"ostree_update_ref=fedora/rawhide/x86_64/atomic-host",
|
||||
|
@ -763,7 +763,8 @@ ostree_installer = [
|
||||
"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_install_repo=https://kojipkgs.fedoraproject.org/compose/atomic/rawhide/",
|
||||
"ostree_update_repo=https://kojipkgs.fedoraproject.org/atomic/rawhide/",
|
||||
"ostree_osname=fedora-atomic",
|
||||
"ostree_install_ref=fedora/rawhide/x86_64/atomic-host",
|
||||
"ostree_update_ref=fedora/rawhide/x86_64/atomic-host",
|
||||
@ -780,7 +781,8 @@ ostree_installer = [
|
||||
"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_install_repo=https://kojipkgs.fedoraproject.org/compose/atomic/rawhide/",
|
||||
"ostree_update_repo=https://kojipkgs.fedoraproject.org/atomic/rawhide/",
|
||||
"ostree_osname=fedora-atomic",
|
||||
"ostree_install_ref=fedora/rawhide/aarch64/atomic-host",
|
||||
"ostree_update_ref=fedora/rawhide/aarch64/atomic-host",
|
||||
@ -797,7 +799,8 @@ ostree_installer = [
|
||||
"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_install_repo=https://kojipkgs.fedoraproject.org/compose/atomic/rawhide/",
|
||||
"ostree_update_repo=https://kojipkgs.fedoraproject.org/atomic/rawhide/",
|
||||
"ostree_osname=fedora-atomic",
|
||||
"ostree_install_ref=fedora/rawhide/ppc64le/atomic-host",
|
||||
"ostree_update_ref=fedora/rawhide/ppc64le/atomic-host",
|
||||
|
Loading…
Reference in New Issue
Block a user