fedora-atomic: update lorax passed vars

previously we had done this in fedora.conf. We should have done this
in fedora-atomic.conf.

Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
This commit is contained in:
Dusty Mabe 2017-02-09 17:36:17 -05:00
parent d9f808536d
commit b28af80fd7
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671

View File

@ -305,14 +305,17 @@ ostree_installer = [
"installpkgs": ["fedora-productimg-atomic"], "installpkgs": ["fedora-productimg-atomic"],
"add_template": ["atomic-installer/lorax-configure-repo.tmpl"], "add_template": ["atomic-installer/lorax-configure-repo.tmpl"],
"add_template_var": [ "add_template_var": [
"ostree_repo=https://kojipkgs.fedoraproject.org/atomic/25/",
"ostree_osname=fedora-atomic", "ostree_osname=fedora-atomic",
"ostree_ref=fedora-atomic/25/x86_64/docker-host", "ostree_install_ref=fedora-atomic/25/x86_64/updates/docker-host",
"ostree_update_ref=fedora-atomic/25/x86_64/docker-host",
], ],
"add_arch_template": ["atomic-installer/lorax-embed-repo.tmpl"], "add_arch_template": ["atomic-installer/lorax-embed-repo.tmpl"],
"add_arch_template_var": [ "add_arch_template_var": [
"ostree_repo=https://kojipkgs.fedoraproject.org/atomic/25/", "ostree_repo=https://kojipkgs.fedoraproject.org/atomic/25/",
"ostree_osname=fedora-atomic", "ostree_osname=fedora-atomic",
"ostree_ref=fedora-atomic/25/x86_64/docker-host", "ostree_install_ref=fedora-atomic/25/x86_64/updates/docker-host",
"ostree_update_ref=fedora-atomic/25/x86_64/docker-host",
] ]
'template_repo': 'https://pagure.io/fedora-lorax-templates.git', 'template_repo': 'https://pagure.io/fedora-lorax-templates.git',
'template_branch': 'f25', 'template_branch': 'f25',