]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
cobbler: Set kernel_options for OpenSUSE distros 495/head
authorDavid Galloway <dgallowa@redhat.com>
Mon, 9 Dec 2019 15:35:54 +0000 (10:35 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Mon, 9 Dec 2019 15:35:54 +0000 (10:35 -0500)
This prevents the installer from pausing to ask for the install media

Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/cobbler_profile/defaults/main.yml

index 23323133d8a2ddd5f8b8796d34d35dc9fddd7486..299e1f5130ce1e4648ad14b1d917a53ff8dc8b48 100644 (file)
@@ -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 }}/"