]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
cobbler: Prevent systemd from renaming NICs 236/head
authorDavid Galloway <dgallowa@redhat.com>
Thu, 28 Apr 2016 23:02:21 +0000 (19:02 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 28 Apr 2016 23:02:21 +0000 (19:02 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/cobbler_profile/defaults/main.yml

index 50a8cb0e0f8d0624c5203f16901cd304536aa6c7..be54c71d054c29890868ca65f7fb3dae9bb2f722 100644 (file)
@@ -62,5 +62,5 @@ distros:
       iso: "http://releases.ubuntu.com/16.04/ubuntu-16.04-server-amd64.iso"
       sha256: b8b172cbdf04f5ff8adc8c2c1b4007ccf66f00fc6a324a6da6eba67de71746f6
       kickstart: cephlab_ubuntu.preseed
-      kernel_options: "netcfg/choose_interface=auto biosdevname=0 console=tty0 console=ttyS1,115200"
-      kernel_options_post: "pci=realloc=off console=tty0 console=ttyS1,115200"
+      kernel_options: "netcfg/choose_interface=auto biosdevname=0 net.ifnames=0 console=tty0 console=ttyS1,115200"
+      kernel_options_post: "pci=realloc=off console=tty0 console=ttyS1,115200 biosdevname=0 net.ifnames=0"