From 791414cd102c449baf7b70acd02cb325193fe8b4 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Mon, 9 Dec 2019 10:35:54 -0500 Subject: [PATCH] cobbler: Set kernel_options for OpenSUSE distros This prevents the installer from pausing to ask for the install media Signed-off-by: David Galloway --- roles/cobbler_profile/defaults/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/cobbler_profile/defaults/main.yml b/roles/cobbler_profile/defaults/main.yml index 23323133..299e1f51 100644 --- a/roles/cobbler_profile/defaults/main.yml +++ b/roles/cobbler_profile/defaults/main.yml @@ -110,7 +110,9 @@ distros: iso: "https://download.opensuse.org/distribution/leap/15.0/iso/openSUSE-Leap-15.0-DVD-x86_64.iso" sha256: c477428c7830ca76762d2f78603e13067c33952b936ff100189523e1fabe5a77 kickstart: cephlab_opensuse_leap.xml + kernel_options: "install=http://@@http_server@@/cblr/links/{{ distro_name }}/" "openSUSE-15.1-x86_64": iso: "https://download.opensuse.org/distribution/leap/15.1/iso/openSUSE-Leap-15.1-DVD-x86_64.iso" sha256: c6d3ed19fe5cc25c4667bf0b46cc86aebcfbca3b0073aed0a288834600cb8b97 kickstart: cephlab_opensuse_leap.xml + kernel_options: "install=http://@@http_server@@/cblr/links/{{ distro_name }}/" -- 2.47.3